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

Packages that use HTTPServerPolicy
org.apache.cxf.transport.http   
org.apache.cxf.transports.http.configuration   
 

Uses of HTTPServerPolicy in org.apache.cxf.transport.http
 

Fields in org.apache.cxf.transport.http declared as HTTPServerPolicy
protected  HTTPServerPolicy AbstractHTTPDestination.server
           
 

Methods in org.apache.cxf.transport.http that return HTTPServerPolicy
 HTTPServerPolicy AbstractHTTPDestination.getServer()
           
 

Methods in org.apache.cxf.transport.http with parameters of type HTTPServerPolicy
 void AbstractHTTPDestination.setServer(HTTPServerPolicy server)
           
 

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

Fields in org.apache.cxf.transports.http.configuration declared as HTTPServerPolicy
protected  HTTPServerPolicy Destination.server
           
 

Methods in org.apache.cxf.transports.http.configuration that return HTTPServerPolicy
 HTTPServerPolicy ObjectFactory.createHTTPServerPolicy()
          Create an instance of HTTPServerPolicy
 HTTPServerPolicy Destination.getServer()
          Gets the value of the server property.
 

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

Methods in org.apache.cxf.transports.http.configuration with parameters of type HTTPServerPolicy
 javax.xml.bind.JAXBElement<HTTPServerPolicy> ObjectFactory.createServer(HTTPServerPolicy value)
          Create an instance of JAXBElement<HTTPServerPolicy>}
 void Destination.setServer(HTTPServerPolicy value)
          Sets the value of the server property.
 



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