Uses of Class
org.apache.cxf.transports.http.configuration.HTTPListenerPolicy

Packages that use HTTPListenerPolicy
org.apache.cxf.transport.http.listener   
org.apache.cxf.transports.http.configuration   
 

Uses of HTTPListenerPolicy in org.apache.cxf.transport.http.listener
 

Fields in org.apache.cxf.transport.http.listener declared as HTTPListenerPolicy
protected  HTTPListenerPolicy HTTPListenerConfigBean.listener
           
 

Methods in org.apache.cxf.transport.http.listener that return HTTPListenerPolicy
 HTTPListenerPolicy HTTPListenerConfigBean.getListener()
          Gets the value of the listener property.
 

Methods in org.apache.cxf.transport.http.listener that return types with arguments of type HTTPListenerPolicy
 javax.xml.bind.JAXBElement<HTTPListenerPolicy> ObjectFactory.createListener(HTTPListenerPolicy value)
          Create an instance of JAXBElement<HTTPListenerPolicy>}
 

Methods in org.apache.cxf.transport.http.listener with parameters of type HTTPListenerPolicy
 javax.xml.bind.JAXBElement<HTTPListenerPolicy> ObjectFactory.createListener(HTTPListenerPolicy value)
          Create an instance of JAXBElement<HTTPListenerPolicy>}
 void HTTPListenerConfigBean.setListener(HTTPListenerPolicy value)
          Sets the value of the listener property.
 

Uses of HTTPListenerPolicy in org.apache.cxf.transports.http.configuration
 

Methods in org.apache.cxf.transports.http.configuration that return HTTPListenerPolicy
 HTTPListenerPolicy ObjectFactory.createHTTPListenerPolicy()
          Create an instance of HTTPListenerPolicy
 

Methods in org.apache.cxf.transports.http.configuration that return types with arguments of type HTTPListenerPolicy
 javax.xml.bind.JAXBElement<HTTPListenerPolicy> ObjectFactory.createListener(HTTPListenerPolicy value)
          Create an instance of JAXBElement<HTTPListenerPolicy>}
 

Methods in org.apache.cxf.transports.http.configuration with parameters of type HTTPListenerPolicy
 javax.xml.bind.JAXBElement<HTTPListenerPolicy> ObjectFactory.createListener(HTTPListenerPolicy value)
          Create an instance of JAXBElement<HTTPListenerPolicy>}
 



Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.