Uses of Class
org.apache.cxf.transports.http.configuration.HTTPServerPolicy
Packages that use HTTPServerPolicy
Package
Description
-
Uses of HTTPServerPolicy in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as HTTPServerPolicyMethods in org.apache.cxf.transport.http that return HTTPServerPolicyMethods in org.apache.cxf.transport.http with parameters of type HTTPServerPolicyModifier and TypeMethodDescriptionvoidAbstractHTTPDestination.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 HTTPServerPolicyModifier and TypeMethodDescriptionprotected 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 HTTPServerPolicyModifier and TypeMethodDescriptionServerPolicyCalculator.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 HTTPServerPolicyMethods in org.apache.cxf.transport.http.policy.impl with parameters of type HTTPServerPolicyModifier and TypeMethodDescriptionbooleanServerPolicyCalculator.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.ServerPolicyCalculator.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 HTTPServerPolicyModifier and TypeMethodDescriptionObjectFactory.createHTTPServerPolicy()Create an instance ofHTTPServerPolicyMethods in org.apache.cxf.transports.http.configuration that return types with arguments of type HTTPServerPolicyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<HTTPServerPolicy>ObjectFactory.createServer(HTTPServerPolicy value) Methods in org.apache.cxf.transports.http.configuration with parameters of type HTTPServerPolicyModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<HTTPServerPolicy>ObjectFactory.createServer(HTTPServerPolicy value)