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 java.lang.Object

Schema representation for the context listener entry.

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

Constructor Summary
ListenerType()
           
 
Method Summary
 java.lang.String getListenerClass()
           
 void setListenerClass(java.lang.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 java.lang.String getListenerClass()

setListenerClass

public void setListenerClass(java.lang.String listenerClass)


Copyright © 2011 Oracle Corporation. All Rights Reserved.