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

Packages that use ListenerType
com.sun.jersey.test.framework.web.jaxb Provides JAXB support for Web application description documents. 
com.sun.jersey.test.framework.web.jaxb.types JAXB beans for Web application description documents. 
 

Uses of ListenerType in com.sun.jersey.test.framework.web.jaxb
 

Methods in com.sun.jersey.test.framework.web.jaxb that return ListenerType
 ListenerType ObjectFactory.createListenerType()
           
 

Uses of ListenerType in com.sun.jersey.test.framework.web.jaxb.types
 

Methods in com.sun.jersey.test.framework.web.jaxb.types that return types with arguments of type ListenerType
 List<ListenerType> WebAppType.getListeners()
           
 

Method parameters in com.sun.jersey.test.framework.web.jaxb.types with type arguments of type ListenerType
 void WebAppType.setListeners(List<ListenerType> listeners)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.