com.sun.jersey.test.framework.web.jaxb.types
Class ListenerType

java.lang.Object
  extended by com.sun.jersey.test.framework.web.jaxb.types.ListenerType

public class ListenerType
extends Object

Schema representation for the context listener entry.

Author:
Naresh (Srinivas.Bhimisetty@Sun.Com)

Constructor Summary
ListenerType()
           
 
Method Summary
 String getListenerClass()
           
 void setListenerClass(String listenerClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerType

public ListenerType()
Method Detail

getListenerClass

public String getListenerClass()

setListenerClass

public void setListenerClass(String listenerClass)


Copyright © 2013 Oracle Corporation. All Rights Reserved.