A Servlet which supports loading of JAX-WS endpoints from an
XML file and handling requests for endpoints created via other means
such as Spring beans, or the Java API.
Returns a HTTPClientPolicy that is compatible with the assertions included in the
service, endpoint, operation and message policy subjects AND the HTTPClientPolicy
passed as a second argument.
Returns a HTTPClientPolicy that is compatible with the assertions included in the
service and endpoint policy subjects, or null if there are no such assertions.
Returns a HTTPServerPolicy that is compatible with the assertions included in the
service, endpoint, operation and message policy subjects AND the HTTPServerPolicy
passed as a second argument.
Returns a HTTPServerPolicy that is compatible with the assertions included in the
service and endpoint policy subjects, or null if there are no such assertions.
Inject the "setTlsClientParameters" method with
a TLSClientParametersConfig object initialized with the JAXB
generated type unmarshalled from the selected node.
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.transports.http.configuration package.
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.transports.http.configuration
This class provides some functionality to convert the JAXB
generated types in the security.xsd to the items needed
to programatically configure the HTTPConduit and HTTPDestination
with TLSClientParameters and TLSServerParameters respectively.
This class is used by Spring Config to convert the TLSServerParameters
JAXB generated type into programmatic TLS Server Parameters for the
configuration of the http-destination.