- CallbackHandlerChain - Class in org.springframework.ws.soap.security.callback
-
Represents a chain of CallbackHandler
s.
- CallbackHandlerChain(CallbackHandler[]) - Constructor for class org.springframework.ws.soap.security.callback.CallbackHandlerChain
-
- characters(char[], int, int) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
-
- characters(char[], int, int) - Method in class org.springframework.xml.dom.DomContentHandler
-
- checkResults(List<WSSecurityEngineResult>, List<Integer>) - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
Checks whether the received headers match the configured validation actions.
- checkUserValidity(UserDetails) - Static method in class org.springframework.ws.soap.security.support.SpringSecurityUtils
-
Checks the validity of a user's account and credentials.
- cleanUp() - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
- cleanUp() - Method in class org.springframework.ws.soap.security.wss4j.Wss4jSecurityInterceptor
-
- cleanUp() - Method in class org.springframework.ws.soap.security.xwss.XwsSecurityInterceptor
-
- CleanupCallback - Class in org.springframework.ws.soap.security.callback
-
Underlying security services instantiate and pass a CleanupCallback
to the handle
method of
a CallbackHandler
to clean up security state.
- CleanupCallback() - Constructor for class org.springframework.ws.soap.security.callback.CleanupCallback
-
- clear() - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
-
Removes all declared prefixes.
- clearResponse() - Method in class org.springframework.ws.context.DefaultMessageContext
-
- clearResponse() - Method in interface org.springframework.ws.context.MessageContext
-
Removes the response message, if any.
- CLIENT - Static variable in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
-
Constant QName
used to indicate that a Client
fault must be created.
- ClientHttpRequestConnection - Class in org.springframework.ws.transport.http
-
Implementation of the WebServiceConnection
interface that is based on the
Spring 3 ClientHttpRequest
and ClientHttpResponse
.
- ClientHttpRequestConnection(ClientHttpRequest) - Constructor for class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- ClientHttpRequestMessageSender - Class in org.springframework.ws.transport.http
-
WebServiceMessageSender
implementation based on the
ClientHttpRequestFactory
introduced in Spring 3.
- ClientHttpRequestMessageSender() - Constructor for class org.springframework.ws.transport.http.ClientHttpRequestMessageSender
-
- ClientHttpRequestMessageSender(ClientHttpRequestFactory) - Constructor for class org.springframework.ws.transport.http.ClientHttpRequestMessageSender
-
- ClientInterceptor - Interface in org.springframework.ws.client.support.interceptor
-
Workflow interface that allows for customized client-side message interception.
- clientOrSenderFault() - Static method in class org.springframework.ws.test.server.ResponseMatchers
-
Expects a Client
(SOAP 1.1) or Sender
(SOAP 1.2) fault.
- clientOrSenderFault(String) - Static method in class org.springframework.ws.test.server.ResponseMatchers
-
Expects a Client
(SOAP 1.1) or Sender
(SOAP 1.2) fault with a particular fault string or reason.
- close() - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
-
- close() - Method in class org.springframework.ws.transport.TransportInputStream
-
- close() - Method in class org.springframework.ws.transport.TransportOutputStream
-
- close() - Method in interface org.springframework.ws.transport.WebServiceConnection
-
Closes this connection.
- closeConnection(WebServiceConnection) - Static method in class org.springframework.ws.transport.support.TransportUtils
-
- closeFolder(Folder) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
-
Close the given JavaMail Folder and ignore any thrown exception.
- closeFolder(Folder, boolean) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
-
Close the given JavaMail Folder and ignore any thrown exception.
- closeService(Service) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
-
Close the given JavaMail Service and ignore any thrown exception.
- CommonsHttpConnection - Class in org.springframework.ws.transport.http
-
- CommonsHttpConnection(HttpClient, PostMethod) - Constructor for class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- CommonsHttpMessageSender - Class in org.springframework.ws.transport.http
-
- CommonsHttpMessageSender() - Constructor for class org.springframework.ws.transport.http.CommonsHttpMessageSender
-
Deprecated.
Create a new instance of the CommonsHttpMessageSender
with a default HttpClient
that uses a
default MultiThreadedHttpConnectionManager
.
- CommonsHttpMessageSender(HttpClient) - Constructor for class org.springframework.ws.transport.http.CommonsHttpMessageSender
-
Deprecated.
Create a new instance of the CommonsHttpMessageSender
with the given HttpClient
instance.
- CommonsXsdSchema - Class in org.springframework.xml.xsd.commons
-
Implementation of the
XsdSchema
interface that uses Apache WS-Commons XML Schema.
- CommonsXsdSchema(XmlSchema) - Constructor for class org.springframework.xml.xsd.commons.CommonsXsdSchema
-
Create a new instance of the CommonsXsdSchema
class with the specified XmlSchema
reference.
- CommonsXsdSchema(XmlSchema, XmlSchemaCollection) - Constructor for class org.springframework.xml.xsd.commons.CommonsXsdSchema
-
Create a new instance of the CommonsXsdSchema
class with the specified XmlSchema
and XmlSchemaCollection
reference.
- CommonsXsdSchemaCollection - Class in org.springframework.xml.xsd.commons
-
- CommonsXsdSchemaCollection() - Constructor for class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
-
Constructs a new, empty instance of the CommonsXsdSchemaCollection
.
- CommonsXsdSchemaCollection(Resource[]) - Constructor for class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
-
Constructs a new instance of the CommonsXsdSchemaCollection
based on the given resources.
- CommonsXsdSchemaException - Exception in org.springframework.xml.xsd.commons
-
- CommonsXsdSchemaException(String) - Constructor for exception org.springframework.xml.xsd.commons.CommonsXsdSchemaException
-
- CommonsXsdSchemaException(String, Throwable) - Constructor for exception org.springframework.xml.xsd.commons.CommonsXsdSchemaException
-
- connectionTo(String) - Static method in class org.springframework.ws.test.client.RequestMatchers
-
Expects a connection to the given URI.
- connectionTo(URI) - Static method in class org.springframework.ws.test.client.RequestMatchers
-
Expects a connection to the given URI.
- containsProperty(String) - Method in class org.springframework.ws.context.AbstractMessageContext
-
- containsProperty(String) - Method in interface org.springframework.ws.context.MessageContext
-
Check if this message context contains a property with the given name.
- CONTENT_ENCODING_GZIP - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
-
Header value that indicates a compressed "Content-Encoding".
- convertToByteArrayInputStream(Source) - Method in class org.springframework.ws.server.endpoint.adapter.method.AbstractPayloadMethodProcessor
-
Converts the given source to a byte array input stream.
- convertToXopPackage() - Method in interface org.springframework.ws.mime.MimeMessage
-
Turns this message into a XOP package.
- convertToXopPackage() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
-
- convertToXopPackage() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
-
- createBuilderParameters(KeyStore, X509CertSelector) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
Creates a PKIXBuilderParameters
instance with the given parameters.
- createClient(WebServiceMessageReceiver, WebServiceMessageFactory) - Static method in class org.springframework.ws.test.server.MockWebServiceClient
-
- createClient(ApplicationContext) - Static method in class org.springframework.ws.test.server.MockWebServiceClient
-
Creates a MockWebServiceClient
instance based on the given ApplicationContext
.
- createConnection(URI) - Method in class org.springframework.ws.client.support.WebServiceAccessor
-
Creates a connection to the given URI, or throws an exception when it cannot be resolved.
- createConnection(URI) - Method in class org.springframework.ws.transport.http.ClientHttpRequestMessageSender
-
- createConnection(URI) - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
-
Deprecated.
- createConnection(URI) - Method in class org.springframework.ws.transport.http.HttpComponentsMessageSender
-
- createConnection(URI) - Method in class org.springframework.ws.transport.http.HttpUrlConnectionMessageSender
-
- createConnection(URI) - Method in class org.springframework.ws.transport.jms.JmsMessageSender
-
- createConnection(URI) - Method in class org.springframework.ws.transport.mail.MailMessageSender
-
- createConnection(URI) - Method in interface org.springframework.ws.transport.WebServiceMessageSender
-
- createConnection(URI) - Method in class org.springframework.ws.transport.xmpp.XmppMessageSender
-
- createConnectionConfiguration(String, int, String) - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
-
Creates the ConnectionConfiguration
from the given parameters.
- createContentHandler() - Method in class org.springframework.ws.server.endpoint.AbstractSaxPayloadEndpoint
-
Deprecated.
Returns the SAX ContentHandler
used to parse the incoming request payload.
- createContext(URI) - Method in class org.springframework.ws.transport.http.HttpComponentsMessageSender
-
Template method that allows for creation of a HttpContext
for the given uri.
- createDefaultTaskExecutor() - Method in class org.springframework.ws.transport.support.AbstractAsyncStandaloneMessageReceiver
-
Create a default TaskExecutor.
- createDiff(WebServiceMessage) - Method in class org.springframework.ws.test.support.matcher.DiffMatcher
-
Creates a Diff
for the given message.
- createDiff(WebServiceMessage) - Method in class org.springframework.ws.test.support.matcher.PayloadDiffMatcher
-
- createDiff(Source) - Method in class org.springframework.ws.test.support.matcher.PayloadDiffMatcher
-
- createDocumentBuilder(DocumentBuilderFactory) - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
-
Deprecated.
Create a DocumentBuilder
that this endpoint will use for parsing XML documents.
- createDocumentBuilderFactory() - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
-
Deprecated.
Create a DocumentBuilderFactory
that this endpoint will use for constructing XML documents.
- createDocumentBuilderFactory() - Method in class org.springframework.ws.server.endpoint.adapter.method.dom.XomPayloadMethodProcessor
-
Create a DocumentBuilderFactory
that this resolver will use to create response payloads.
- createEndpointInvocationChain(MessageContext, Object, EndpointInterceptor[]) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
-
Creates a new EndpointInvocationChain
based on the given message context, endpoint, and
interceptors.
- createEndpointInvocationChain(MessageContext, Object, EndpointInterceptor[]) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
-
Creates a new SoapEndpointInvocationChain
based on the given endpoint, and the set interceptors, and
actors/roles.
- createEndpointInvocationChain(MessageContext, Object, EndpointInterceptor[]) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping
-
Creates a new SoapEndpointInvocationChain
based on the given endpoint, and the set interceptors, and
actors/roles.
- createInputSource(Resource) - Static method in class org.springframework.xml.sax.SaxUtils
-
Creates a SAX InputSource
from the given resource.
- createInputStream() - Method in class org.springframework.ws.transport.TransportInputStream
-
Returns the input stream to read from.
- createMarshaller(JAXBContext) - Method in class org.springframework.ws.server.endpoint.adapter.method.jaxb.AbstractJaxb2PayloadMethodProcessor
-
Creates a new
Marshaller
to be used for marshalling objects to XML.
- createMessage(WebServiceMessageFactory) - Method in class org.springframework.ws.test.support.creator.AbstractMessageCreator
-
- createMessage(WebServiceMessageFactory) - Method in interface org.springframework.ws.test.support.creator.WebServiceMessageCreator
-
Create a message.
- createOutputStream() - Method in class org.springframework.ws.transport.TransportOutputStream
-
Returns the output stream to write to.
- createQName(String, String, String) - Static method in class org.springframework.xml.namespace.QNameUtils
-
- createRequest(WebServiceMessageFactory) - Method in interface org.springframework.ws.test.server.RequestCreator
-
Create a request.
- createResponse(URI, WebServiceMessage, WebServiceMessageFactory) - Method in interface org.springframework.ws.test.client.ResponseCreator
-
Create a response for the given the request and URI.
- createResponsePayload(MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.AbstractPayloadSourceMethodProcessor
-
Creates a response payload for the given return value.
- createResponsePayload(MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.dom.Dom4jPayloadMethodProcessor
-
- createResponsePayload(MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.dom.DomPayloadMethodProcessor
-
- createResponsePayload(MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.dom.JDomPayloadMethodProcessor
-
- createResponsePayload(MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.dom.XomPayloadMethodProcessor
-
- createResponsePayload(MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.SourcePayloadMethodProcessor
-
- createRootApplicationContext() - Method in class org.springframework.ws.transport.http.support.AbstractAnnotationConfigMessageDispatcherServletInitializer
- createSerializer(OutputStream) - Method in class org.springframework.ws.server.endpoint.AbstractXomPayloadEndpoint
-
Deprecated.
Creates a Serializer
to be used for writing the response to.
- createServer(WebServiceTemplate) - Static method in class org.springframework.ws.test.client.MockWebServiceServer
-
- createServer(WebServiceGatewaySupport) - Static method in class org.springframework.ws.test.client.MockWebServiceServer
-
- createServer(ApplicationContext) - Static method in class org.springframework.ws.test.client.MockWebServiceServer
-
Creates a MockWebServiceServer
instance based on the given ApplicationContext
.
- createServletApplicationContext() - Method in class org.springframework.ws.transport.http.support.AbstractAnnotationConfigMessageDispatcherServletInitializer
-
Create a servlet application context to be provided to the MessageDispatcherServlet
.
- createServletApplicationContext() - Method in class org.springframework.ws.transport.http.support.AbstractMessageDispatcherServletInitializer
-
Create a servlet application context to be provided to the MessageDispatcherServlet
.
- createThread() - Method in class org.springframework.ws.transport.xmpp.XmppMessageSender
-
- createTransformer() - Method in class org.springframework.xml.transform.TransformerHelper
-
Creates a new Transformer
.
- createTransformer() - Method in class org.springframework.xml.transform.TransformerObjectSupport
-
Creates a new Transformer
.
- createTransportInputStream() - Method in class org.springframework.ws.transport.AbstractReceiverConnection
-
- createTransportInputStream() - Method in class org.springframework.ws.transport.AbstractSenderConnection
-
- createTransportInputStream() - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
-
Returns a TransportInputStream
.
- createTransportOutputStream() - Method in class org.springframework.ws.transport.AbstractReceiverConnection
-
- createTransportOutputStream() - Method in class org.springframework.ws.transport.AbstractSenderConnection
-
- createTransportOutputStream() - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
-
Returns a TransportOutputStream
for the given message.
- createUnmarshaller(JAXBContext) - Method in class org.springframework.ws.server.endpoint.adapter.method.jaxb.AbstractJaxb2PayloadMethodProcessor
-
Creates a new
Unmarshaller
to be used for unmarshalling XML to objects.
- createValidator(Resource, String) - Static method in class org.springframework.xml.validation.XmlValidatorFactory
-
Create a
XmlValidator
with the given schema resource and schema language type.
- createValidator(Resource[], String) - Static method in class org.springframework.xml.validation.XmlValidatorFactory
-
Create a
XmlValidator
with the given schema resources and schema language type.
- createValidator() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
-
- createValidator() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
-
- createValidator() - Method in class org.springframework.xml.xsd.SimpleXsdSchema
-
- createValidator() - Method in interface org.springframework.xml.xsd.XsdSchema
-
- createValidator() - Method in interface org.springframework.xml.xsd.XsdSchemaCollection
-
Creates a
XmlValidator
based on the schemas contained in this collection.
- createWebServiceMessage() - Method in class org.springframework.ws.pox.dom.DomPoxMessageFactory
-
- createWebServiceMessage(InputStream) - Method in class org.springframework.ws.pox.dom.DomPoxMessageFactory
-
- createWebServiceMessage() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
-
- createWebServiceMessage(InputStream) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
-
- createWebServiceMessage() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
-
- createWebServiceMessage(InputStream) - Method in class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
-
- createWebServiceMessage() - Method in interface org.springframework.ws.soap.SoapMessageFactory
-
Creates a new, empty SoapMessage
.
- createWebServiceMessage(InputStream) - Method in interface org.springframework.ws.soap.SoapMessageFactory
-
- createWebServiceMessage() - Method in interface org.springframework.ws.WebServiceMessageFactory
-
Creates a new, empty WebServiceMessage
.
- createWebServiceMessage(InputStream) - Method in interface org.springframework.ws.WebServiceMessageFactory
-
- createXmlEventFactory() - Method in class org.springframework.ws.server.endpoint.AbstractStaxEventPayloadEndpoint
-
Deprecated.
Create a XMLEventFactory
that this endpoint will use to create XMLEvent
s.
- createXmlInputFactory() - Method in class org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
-
Deprecated.
Create a XMLInputFactory
that this endpoint will use to create XMLStreamReader
s or
XMLEventReader
.
- createXmlInputFactory() - Method in class org.springframework.ws.server.endpoint.adapter.method.SourcePayloadMethodProcessor
-
- createXmlInputFactory() - Method in class org.springframework.ws.server.endpoint.adapter.method.StaxPayloadMethodArgumentResolver
-
- createXmlInputFactory() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
-
Create a
XMLInputFactory
that this resolver will use to create
XMLStreamReader
objects.
- createXmlOutputFactory() - Method in class org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
-
Deprecated.
Create a XMLOutputFactory
that this endpoint will use to create XMLStreamWriters
s or
XMLEventWriters
.
- createXPathExpression(String) - Static method in class org.springframework.xml.xpath.XPathExpressionFactory
-
Create a compiled XPath expression using the given string.
- createXPathExpression(String, Map<String, String>) - Static method in class org.springframework.xml.xpath.XPathExpressionFactory
-
Create a compiled XPath expression using the given string and namespaces.
- createXPathFactory() - Method in class org.springframework.ws.server.endpoint.adapter.method.XPathParamMethodArgumentResolver
-
Create a
XPathFactory
that this resolver will use to create
XPath
objects.
- CryptoFactoryBean - Class in org.springframework.ws.soap.security.wss4j.support
-
Spring factory bean for a WSS4J Crypto
.
- CryptoFactoryBean() - Constructor for class org.springframework.ws.soap.security.wss4j.support.CryptoFactoryBean
-
- CryptographyCallbackHandler - Class in org.springframework.ws.soap.security.xwss.callback
-
Default callback handler that handles cryptographic callback.
- CryptographyCallbackHandler() - Constructor for class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
- customizeFault(Object, Exception, SoapFault) - Method in class org.springframework.ws.soap.server.endpoint.AbstractSoapFaultDefinitionExceptionResolver
-
Customize the
SoapFault
created by this resolver.
- customizeFault(MessageContext, Object, Exception, SoapFault) - Method in class org.springframework.ws.soap.server.endpoint.SimpleSoapExceptionResolver
-
Empty template method to allow subclasses an opportunity to customize the given
SoapFault
.
- customizeRegistration(ServletRegistration.Dynamic) - Method in class org.springframework.ws.transport.http.support.AbstractMessageDispatcherServletInitializer
-