Uses of Class
org.apache.cxf.transports.http.configuration.HTTPServerPolicy
-
Packages that use HTTPServerPolicy Package Description org.apache.cxf.transport.http org.apache.cxf.transport.http.policy org.apache.cxf.transport.http.policy.impl 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 Modifier and Type Field Description protected HTTPServerPolicyAbstractHTTPDestination. serverPolicyMethods in org.apache.cxf.transport.http that return HTTPServerPolicy Modifier and Type Method Description HTTPServerPolicyAbstractHTTPDestination. getServer()Methods in org.apache.cxf.transport.http with parameters of type HTTPServerPolicy Modifier and Type Method Description voidAbstractHTTPDestination. setServer(HTTPServerPolicy server)voidHttpDestinationConfig. setServerPolicy(HTTPServerPolicy serverPolicy) -
Uses of HTTPServerPolicy in org.apache.cxf.transport.http.policy
Methods in org.apache.cxf.transport.http.policy that return types with arguments of type HTTPServerPolicy Modifier and Type Method Description protected org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<HTTPServerPolicy>HTTPServerAssertionBuilder. buildAssertion() -
Uses of HTTPServerPolicy in org.apache.cxf.transport.http.policy.impl
Methods in org.apache.cxf.transport.http.policy.impl that return HTTPServerPolicy Modifier and Type Method Description HTTPServerPolicyServerPolicyCalculator. intersect(HTTPServerPolicy p1, HTTPServerPolicy p2)Returns a new HTTPServerPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.Methods in org.apache.cxf.transport.http.policy.impl that return types with arguments of type HTTPServerPolicy Modifier and Type Method Description Class<HTTPServerPolicy>ServerPolicyCalculator. getDataClass()Methods in org.apache.cxf.transport.http.policy.impl with parameters of type HTTPServerPolicy Modifier and Type Method Description booleanServerPolicyCalculator. compatible(HTTPServerPolicy p1, HTTPServerPolicy p2)Checks if two HTTPServerPolicy objects are compatible.booleanServerPolicyCalculator. equals(HTTPServerPolicy p1, HTTPServerPolicy p2)Determines if two HTTPServerPolicy objects are equal.HTTPServerPolicyServerPolicyCalculator. intersect(HTTPServerPolicy p1, HTTPServerPolicy p2)Returns a new HTTPServerPolicy that is compatible with the two specified policies or null if no compatible policy can be determined.booleanServerPolicyCalculator. isAsserted(org.apache.cxf.message.Message message, HTTPServerPolicy policy, HTTPServerPolicy refPolicy)static StringServerPolicyCalculator. toString(HTTPServerPolicy p) -
Uses of HTTPServerPolicy in org.apache.cxf.transports.http.configuration
Methods in org.apache.cxf.transports.http.configuration that return HTTPServerPolicy Modifier and Type Method Description HTTPServerPolicyObjectFactory. createHTTPServerPolicy()Create an instance ofHTTPServerPolicyMethods in org.apache.cxf.transports.http.configuration that return types with arguments of type HTTPServerPolicy Modifier and Type Method Description javax.xml.bind.JAXBElement<HTTPServerPolicy>ObjectFactory. createServer(HTTPServerPolicy value)Methods in org.apache.cxf.transports.http.configuration with parameters of type HTTPServerPolicy Modifier and Type Method Description javax.xml.bind.JAXBElement<HTTPServerPolicy>ObjectFactory. createServer(HTTPServerPolicy value)
-