- GenericMarshallingMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
-
- GenericMarshallingMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter
-
Deprecated.
Creates a new GenericMarshallingMethodEndpointAdapter
.
- GenericMarshallingMethodEndpointAdapter(Marshaller) - Constructor for class org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter
-
Deprecated.
Creates a new GenericMarshallingMethodEndpointAdapter
with the given marshaller.
- GenericMarshallingMethodEndpointAdapter(Marshaller, Unmarshaller) - Constructor for class org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter
-
Deprecated.
Creates a new GenericMarshallingMethodEndpointAdapter
with the given marshaller and unmarshaller.
- getAction() - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
-
Returns the Action
.
- getAction() - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
Returns the value of the action property.
- getActionForMethod(Method) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionMethodEndpointMapping
-
Returns the action value for the specified method.
- getActionForMethod(Method) - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
-
Returns the action value for the specified method.
- getActionName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the Action
addressing header.
- getActorOrRole() - Method in interface org.springframework.ws.soap.SoapHeaderElement
-
Returns the actor or role for this header element.
- getActorOrRoleName() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the qualified name of the SOAP actor
/role
attribute.
- getActorsOrRoles() - Method in class org.springframework.ws.soap.server.SoapEndpointInvocationChain
-
Gets the actors (SOAP 1.1) or roles (SOAP 1.2) associated with an invocation of this chain and its contained
interceptors and endpoint.
- getAddress() - Method in class org.springframework.ws.soap.addressing.core.EndpointReference
-
Returns the address of the endpoint.
- getAddressName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
The qualified name of the Address
in EndpointReference
.
- getAddValidationErrorDetail() - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
-
Deprecated.
Returns whether a SOAP Fault detail element should be created when a validation error occurs.
- getAddValidationErrorDetail() - Method in class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
-
Returns whether a SOAP Fault detail element should be created when a validation error occurs.
- getAllAttributes() - Method in interface org.springframework.ws.soap.SoapElement
-
Returns an
Iterator
over all of the attributes in element as
qualified names
.
- getAnonymous() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the anonymous URI.
- getAnonymous() - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- getAnonymous() - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
-
- getApplicationContext() - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
-
- getApplicationContext() - Method in class org.springframework.ws.test.support.MockStrategiesHelper
-
Returns the application context.
- getAsText() - Method in class org.springframework.xml.namespace.QNameEditor
-
- getAttachment(String) - Method in interface org.springframework.ws.mime.MimeMessage
-
Returns the
Attachment
with the specified content Id.
- getAttachment(String) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
-
- getAttachment(String) - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
-
- getAttachments() - Method in interface org.springframework.ws.mime.MimeMessage
-
Returns an
Iterator
over all
Attachment
objects that are part of this message.
- getAttachments() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
-
- getAttachments() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
-
- getAttributeValue(QName) - Method in interface org.springframework.ws.soap.SoapElement
-
Returns the value of the attribute with the specified qualified name.
- getAuthScope() - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
-
Deprecated.
Returns the authentication scope to be used.
- getAxiomMessage() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
-
Return the AXIOM SOAPMessage
that this AxiomSoapMessage
is based on.
- getBean() - Method in class org.springframework.ws.server.endpoint.MethodEndpoint
-
Returns the object bean for this method endpoint.
- getBindingsProvider() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
-
- getBindingSuffix() - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
-
Returns the suffix to append to the port type name to obtain the binding name.
- getBody() - Method in interface org.springframework.ws.soap.SoapEnvelope
-
Returns the SoapBody
.
- getBodyName() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the qualified name for a SOAP body.
- getBoundPrefixes() - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
-
Returns all declared prefixes.
- getCallbackHandlers() - Method in class org.springframework.ws.soap.security.callback.CallbackHandlerChain
-
- getCertificate(String) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getCertificate(PublicKey) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getCertificateFromTrustStore(String) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getCertificateFromTrustStore(byte[]) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getCertificateFromTrustStore(PublicKey) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getCertificateFromTrustStore(String, BigInteger) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getCharSetEncoding(String) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
-
Returns the character set from the given content type.
- getClientHttpRequest() - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- getClientHttpResponse() - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- getClientOrSenderFaultName() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the qualified name of the Sender/Client SOAP Fault value.
- getConnection() - Method in class org.springframework.ws.transport.context.DefaultTransportContext
-
- getConnection() - Method in interface org.springframework.ws.transport.context.TransportContext
-
Returns the current WebServiceConnection
.
- getConnection() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- getContentHandler() - Method in class org.springframework.xml.sax.AbstractXmlReader
-
- getContentId() - Method in interface org.springframework.ws.mime.Attachment
-
Returns the content identifier of the attachment.
- getContentType() - Method in interface org.springframework.ws.mime.Attachment
-
Returns the content type of the attachment.
- getContentType() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the Content-Type
MIME header for a SOAP message.
- getCredentials() - Method in class org.springframework.ws.soap.security.x509.X509AuthenticationToken
-
- getCredentials() - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
-
Deprecated.
Returns the credentials to be used.
- getCustomMethodArgumentResolvers() - Method in class org.springframework.ws.server.endpoint.adapter.DefaultMethodEndpointAdapter
-
Returns the custom argument resolvers.
- getCustomMethodReturnValueHandlers() - Method in class org.springframework.ws.server.endpoint.adapter.DefaultMethodEndpointAdapter
-
Returns the custom return value handlers.
- getDataHandler() - Method in interface org.springframework.ws.mime.Attachment
-
Returns the data handler of the attachment.
- getDefaultEndpoint() - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
-
Returns the default endpoint for this endpoint mapping.
- getDefaultReplyTo(EndpointReference) - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the default ReplyTo EPR.
- getDefaultReplyTo(EndpointReference) - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- getDefaultReplyTo(EndpointReference) - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
-
- getDefaultStrategies(Class<T>) - Method in class org.springframework.ws.support.DefaultStrategiesHelper
-
Create a list of strategy objects for the given strategy interface.
- getDefaultStrategies(Class<T>, ApplicationContext) - Method in class org.springframework.ws.support.DefaultStrategiesHelper
-
Create a list of strategy objects for the given strategy interface.
- getDefaultStrategy(Class<T>) - Method in class org.springframework.ws.support.DefaultStrategiesHelper
-
Return the default strategy object for the given strategy interface.
- getDefaultStrategy(Class<T>, ApplicationContext) - Method in class org.springframework.ws.support.DefaultStrategiesHelper
-
Return the default strategy object for the given strategy interface.
- getDefaultTo() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the default To URI.
- getDefaultTo() - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- getDefaultTo() - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
-
- getDefaultUri() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
-
Returns the default URI used by the gateway.
- getDefaultUri() - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
Returns the default URI to be used on operations that do not have a URI parameter.
- getDefinition() - Method in class org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinition
-
Returns the WSDL4J Definition
.
- getDelegate() - Method in class org.springframework.ws.server.endpoint.interceptor.DelegatingSmartEndpointInterceptor
-
Returns the delegate.
- getDeliveryMode(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
-
Returns the delivery mode of the given URI.
- getDepth(String, Exception) - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultMappingExceptionResolver
-
Return the depth to the superclass matching.
- getDestination() - Method in class org.springframework.ws.client.support.destination.AbstractCachingDestinationProvider
-
- getDestination() - Method in interface org.springframework.ws.client.support.destination.DestinationProvider
-
Return the destination URI.
- getDestinationName(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
-
Returns the destination name of the given URI.
- getDestinationProvider() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
-
Returns the destination provider used by the gateway.
- getDestinationProvider() - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
Returns the destination provider used on operations that do not have a URI parameter.
- getDetailElementName() - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
-
Deprecated.
Returns the fault detail element name when validation errors occur on the request.
- getDetailElementName() - Method in class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
-
Returns the fault detail element name when validation errors occur on the request.
- getDetailEntries() - Method in interface org.springframework.ws.soap.SoapFaultDetail
-
Gets an iterator over all of the SoapFaultDetailElement
s in this detail.
- getDocument() - Method in class org.springframework.ws.pox.dom.DomPoxMessage
-
Returns the document underlying this message.
- getDocument() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
-
- getDocument() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
-
- getDocument() - Method in interface org.springframework.ws.soap.SoapMessage
-
- getDocument(DOMSource) - Static method in class org.springframework.xml.transform.TraxUtils
-
- getDocumentElement(Source) - Method in class org.springframework.ws.server.endpoint.AbstractDom4jPayloadEndpoint
-
Deprecated.
Returns the payload element of the given source.
- getDocumentElement(Source, DocumentBuilder) - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
-
Deprecated.
Returns the payload element of the given source.
- getDocumentElement(Source) - Method in class org.springframework.ws.server.endpoint.AbstractJDomPayloadEndpoint
-
Deprecated.
Returns the payload element of the given source.
- getDTDHandler() - Method in class org.springframework.xml.sax.AbstractXmlReader
-
- getElementName(Element) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultMessagesProvider
-
Returns the name attribute of the given element.
- getElementNames() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
-
- getEndpoint(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
-
Look up an endpoint for the given message context, falling back to the default endpoint if no specific one is
found.
- getEndpoint() - Method in class org.springframework.ws.server.EndpointInvocationChain
-
Returns the endpoint object to invoke.
- getEndpoint(MessageContext) - Method in interface org.springframework.ws.server.EndpointMapping
-
Returns an endpoint and any interceptors for this message context.
- getEndpoint(MessageContext) - Method in class org.springframework.ws.server.MessageDispatcher
-
Returns the endpoint for this request.
- getEndpoint(MessageContext) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
-
- getEndpoint(MessageContext) - Method in class org.springframework.ws.soap.server.endpoint.mapping.DelegatingSoapEndpointMapping
-
Creates a new SoapEndpointInvocationChain
based on the delegate endpoint, the delegate interceptors, and
set actors/roles.
- getEndpointAdapter(Object) - Method in class org.springframework.ws.server.MessageDispatcher
-
Returns the EndpointAdapter
for the given endpoint.
- getEndpointAdapters() - Method in class org.springframework.ws.server.MessageDispatcher
-
Returns the EndpointAdapter
s to use by this MessageDispatcher
.
- getEndpointAddress(Object) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
-
Returns the address property of the given endpoint.
- getEndpointAddress(Object) - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
-
- getEndpointAddress(Object) - Method in class org.springframework.ws.soap.addressing.server.SimpleActionEndpointMapping
-
- getEndpointAnnotationType() - Method in class org.springframework.ws.server.endpoint.mapping.AbstractAnnotationMethodEndpointMapping
-
Returns the 'endpoint' annotation type.
- getEndpointAnnotationType() - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
-
Returns the 'endpoint' annotation type.
- getEndpointClass(Object) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
-
Return the class or interface to use for method reflection.
- getEndpointClass(Object) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionMethodEndpointMapping
-
Return the class or interface to use for method reflection.
- getEndpointExceptionResolvers() - Method in class org.springframework.ws.server.MessageDispatcher
-
Returns the EndpointExceptionResolver
s to use by this MessageDispatcher
.
- getEndpointInternal(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
-
Lookup an endpoint for the given request, returning null
if no specific one is found.
- getEndpointInternal(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
-
Lookup an endpoint for the given message.
- getEndpointInternal(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
-
Lookup an endpoint for the given message.
- getEndpointInternal(MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
-
- getEndpointInternal(MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
-
- getEndpointMappings() - Method in class org.springframework.ws.server.MessageDispatcher
-
Returns the EndpointMapping
s to use by this MessageDispatcher
.
- getEndpoints() - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
-
- getEntityResolver() - Method in class org.springframework.xml.sax.AbstractXmlReader
-
- getEnvelope() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
-
- getEnvelope() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
-
- getEnvelope(SOAPElement) - Static method in class org.springframework.ws.soap.saaj.support.SaajUtils
-
Returns the SAAJ SOAPEnvelope
for the given element.
- getEnvelope() - Method in interface org.springframework.ws.soap.SoapMessage
-
Returns the SoapEnvelope
associated with this SoapMessage
.
- getEnvelopeName() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the qualified name for a SOAP envelope.
- getEnvelopeNamespaceUri() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the namespace URI for the SOAP envelope namespace.
- getErrorHandler() - Method in class org.springframework.xml.sax.AbstractXmlReader
-
- getErrorMessage() - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
-
- getErrorMessage() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
- getErrorMessage() - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
- getErrorMessage() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
- getErrorMessage() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- getErrorMessage() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
- getErrorMessage() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- getErrorMessage() - Method in interface org.springframework.ws.transport.WebServiceConnection
-
Returns the error message.
- getErrorMessage(Message) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
-
- getErrorMessage() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
- getErrorMessage() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
- getErrors() - Method in interface org.springframework.xml.validation.ValidationErrorHandler
-
Returns the errors collected by this error handler.
- getFault() - Method in interface org.springframework.ws.soap.soap11.Soap11Body
-
- getFault() - Method in interface org.springframework.ws.soap.soap12.Soap12Body
-
- getFault() - Method in interface org.springframework.ws.soap.SoapBody
-
Returns the SoapFault
of this body.
- getFaultAction(Object, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
-
- getFaultAction(Object, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
-
Provides the WS-Addressing Action for response fault messages, given the endpoint, and request Message Addressing
Properties.
- getFaultAction(Object, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
-
- getFaultActionSuffix() - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
-
Returns the suffix to add to request Action
s for reply fault messages.
- getFaultActor() - Method in exception org.springframework.ws.soap.security.WsSecurityFaultException
-
Returns the fault actor for the exception.
- getFaultActorOrRole() - Method in interface org.springframework.ws.soap.SoapFault
-
Returns the fault actor or role.
- getFaultCode() - Method in interface org.springframework.ws.FaultAwareWebServiceMessage
-
Returns the fault code, if any.
- getFaultCode() - Method in class org.springframework.ws.soap.AbstractSoapMessage
-
Returns getSoapBody().getFault().getFaultCode()
.
- getFaultCode() - Method in exception org.springframework.ws.soap.client.SoapFaultClientException
-
Returns the fault code.
- getFaultCode() - Method in exception org.springframework.ws.soap.security.WsSecurityFaultException
-
Returns the fault code for the exception.
- getFaultCode() - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
-
Returns the fault code.
- getFaultCode() - Method in interface org.springframework.ws.soap.SoapFault
-
Returns the fault code.
- getFaultDefinition(Object, Exception) - Method in class org.springframework.ws.soap.server.endpoint.AbstractSoapFaultDefinitionExceptionResolver
-
- getFaultDefinition(Object, Exception) - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultAnnotationExceptionResolver
-
- getFaultDefinition(Object, Exception) - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultMappingExceptionResolver
-
- getFaultDetail() - Method in interface org.springframework.ws.soap.SoapFault
-
Returns the optional detail element for this SoapFault
.
- getFaultLocale() - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
-
Deprecated.
Returns the locale for SOAP fault reason and validation message resolution.
- getFaultMessageResolver() - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
Returns the fault message resolver for this template.
- getFaultName() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the qualified name for a SOAP fault.
- getFaultNode() - Method in interface org.springframework.ws.soap.soap12.Soap12Fault
-
Returns the fault node.
- getFaultReason() - Method in interface org.springframework.ws.FaultAwareWebServiceMessage
-
Returns the fault reason message.
- getFaultReason() - Method in class org.springframework.ws.pox.dom.DomPoxMessage
-
- getFaultReason() - Method in class org.springframework.ws.soap.AbstractSoapMessage
-
Returns getSoapBody().getFault().getFaultStringOrReason()
.
- getFaultReasonText(Locale) - Method in interface org.springframework.ws.soap.soap12.Soap12Fault
-
Returns the reason associated with the given language.
- getFaultString() - Method in exception org.springframework.ws.soap.security.WsSecurityFaultException
-
Returns the fault string for the exception.
- getFaultStringLocale() - Method in interface org.springframework.ws.soap.soap11.Soap11Fault
-
Returns the locale of the fault string.
- getFaultStringOrReason() - Method in exception org.springframework.ws.soap.client.SoapFaultClientException
-
Returns the fault string or reason.
- getFaultStringOrReason() - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
-
Deprecated.
Sets the SOAP faultstring
or Reason
used when validation errors occur on the request.
- getFaultStringOrReason() - Method in class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
-
Sets the SOAP faultstring
or Reason
used when validation errors occur on the request.
- getFaultStringOrReason() - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
-
Returns the fault string or reason text.
- getFaultStringOrReason() - Method in interface org.springframework.ws.soap.SoapFault
-
Returns the fault string or reason.
- getFaultStringOrReasonLocale() - Method in class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
-
Returns the SOAP fault reason locale used when validation errors occur on the request.
- getFaultSubcodes() - Method in interface org.springframework.ws.soap.soap12.Soap12Fault
-
Returns an iteration over the fault subcodes.
- getFaultSuffix() - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
-
Returns the suffix used to detect fault elements in the schema.
- getFaultSuffix() - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
-
Returns the suffix used to detect fault elements in the schema.
- getFaultTo() - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
-
Returns the FaultTo
.
- getFaultTo() - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
Returns the value of the fault endpoint property.
- getFaultToName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the FaultTo
addressing header.
- getFeature(String) - Method in class org.springframework.ws.soap.saaj.support.SaajXmlReader
-
- getFeature(String) - Method in class org.springframework.xml.sax.AbstractXmlReader
-
Throws a SAXNotRecognizedException
exception.
- getFirstBodyElement(SOAPBody) - Static method in class org.springframework.ws.soap.saaj.support.SaajUtils
-
Returns the first child element of the given body.
- getFolderOpenMode() - Method in class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
-
- getFolderOpenMode() - Method in interface org.springframework.ws.transport.mail.monitor.MonitoringStrategy
-
Returns the folder open mode to be used by this strategy.
- getFrom() - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
-
Returns the From
.
- getFrom() - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
Returns the value of the source endpoint property.
- getFromName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the From
addressing header.
- getHeader() - Method in interface org.springframework.ws.soap.SoapEnvelope
-
Returns the SoapHeader
.
- getHeaderName() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the qualified name for a SOAP header.
- getHeaderNames(Message) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
-
Returns an iterator over all header names in the given message.
- getHeaderNames() - Method in class org.springframework.ws.transport.TransportInputStream
-
Returns an iteration over all the header names this stream contains.
- getHeaderNames(Message) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
-
- getHeaders(Message, String) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
-
Returns an iterator over all the header values of the given message and header name.
- getHeaders(String) - Method in class org.springframework.ws.transport.TransportInputStream
-
Returns an iteration over all the string values of the specified header.
- getHeaders(Message, String) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
-
- getHttpClient() - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
-
Deprecated.
Returns the HttpClient
used by this message sender.
- getHttpClient() - Method in class org.springframework.ws.transport.http.HttpComponentsMessageSender
-
Returns the HttpClient
used by this message sender.
- getHttpExchange() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
Returns the HttpExchange
for this connection.
- getHttpPost() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- getHttpResponse() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- getHttpServletRequest() - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
Returns the HttpServletRequest
for this connection.
- getHttpServletResponse() - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
Returns the HttpServletResponse
for this connection.
- getImportsProvider() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
-
- getInputFactory() - Method in class org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
-
Deprecated.
Returns an XMLInputFactory
to read XML from.
- getInputStream() - Method in interface org.springframework.ws.mime.Attachment
-
Return an InputStream
to read the contents of the attachment from.
- getInputStream() - Method in class org.springframework.xml.transform.StringSource
-
Returns null
.
- getInterceptors() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
-
Returns the ClientInterceptors
used by the template.
- getInterceptors() - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
Returns the client interceptors to apply to all web service invocations made by this template.
- getInterceptors() - Method in class org.springframework.ws.config.annotation.WsConfigurationSupport
-
Provide access to the shared handler interceptors used to configure
EndpointMapping
instances with.
- getInterceptors() - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
-
Returns the endpoint interceptors to apply to all endpoints mapped by this endpoint mapping.
- getInterceptors() - Method in class org.springframework.ws.server.EndpointInvocationChain
-
Returns the array of interceptors to apply before the handler executes.
- getInvalidAddressingHeaderFaultReason() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the reason of the fault that indicates that a header is invalid.
- getInvalidAddressingHeaderFaultReason() - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- getInvalidAddressingHeaderFaultReason() - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
-
- getInvalidAddressingHeaderFaultSubcode() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the fault subcode that indicates that a header is invalid.
- getInvalidAddressingHeaderFaultSubcode() - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- getInvalidAddressingHeaderFaultSubcode() - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
-
- getJaxpVersion() - Static method in class org.springframework.xml.JaxpVersion
-
Gets the JAXP version.
- getJmsException() - Method in exception org.springframework.ws.transport.jms.JmsTransportException
-
- getLastModified(HttpServletRequest) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
-
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.ws.transport.http.WebServiceMessageReceiverHandlerAdapter
-
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
-
- getLastModified(HttpServletRequest, Object) - Method in class org.springframework.ws.transport.http.XsdSchemaHandlerAdapter
-
- getLexicalHandler() - Method in class org.springframework.xml.sax.AbstractXmlReader
-
- getLocale() - Method in class org.springframework.ws.soap.server.endpoint.SimpleSoapExceptionResolver
-
Returns the locale for the faultstring or reason of the SOAP Fault.
- getLocale() - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
-
Gets the fault string locale.
- getLocationUri() - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
-
Returns the value used for the SOAP Address location attribute value.
- getLocationUri() - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
-
Returns the value used for the SOAP Address location attribute value.
- getLoginContextName() - Method in class org.springframework.ws.soap.security.xwss.callback.jaas.AbstractJaasValidationCallbackHandler
-
Returns the login context name.
- getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
-
Returns the endpoint key for the given message context.
- getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
-
Returns the endpoint keys for the given message context.
- getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractQNameEndpointMapping
-
- getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.jaxb.XmlRootElementEndpointMapping
-
- getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping
-
- getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
-
Returns the local part of the payload root element of the request.
- getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.UriEndpointMapping
-
- getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.XPathPayloadEndpointMapping
-
- getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
-
- getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping
-
- getLookupKeyForMethod(Method) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
-
Returns the endpoint key for the given method.
- getLookupKeyForMethod(Method) - Method in class org.springframework.ws.server.endpoint.mapping.jaxb.XmlRootElementEndpointMapping
-
- getLookupKeyForMethod(Method) - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
-
Returns the name of the given method, with the prefix and suffix stripped off.
- getLookupKeyForMethod(Method) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
-
- getLookupKeysForMethod(Method) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
-
Returns the endpoint keys for the given method.
- getLookupKeysForMethod(Method) - Method in class org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping
-
- getLookupKeysForMethod(Method) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
-
- getMarshaller() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
-
Returns the Marshaller
used by the gateway.
- getMarshaller() - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
Returns the marshaller for this template.
- getMarshaller() - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
-
Deprecated.
Returns the marshaller used for transforming objects into XML.
- getMarshaller() - Method in class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
-
Deprecated.
Returns the marshaller used for transforming objects into XML.
- getMarshaller() - Method in class org.springframework.ws.server.endpoint.adapter.method.MarshallingPayloadMethodProcessor
-
Returns the marshaller used for transforming objects into XML.
- getMessage() - Method in error org.springframework.ws.test.support.SourceAssertionError
-
- getMessageAddressingHeaderRequiredFaultReason() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the reason of the fault that indicates that a header is missing.
- getMessageAddressingHeaderRequiredFaultReason() - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- getMessageAddressingHeaderRequiredFaultReason() - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
-
- getMessageAddressingHeaderRequiredFaultSubcode() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the fault subcode that indicates that a header is missing.
- getMessageAddressingHeaderRequiredFaultSubcode() - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- getMessageAddressingHeaderRequiredFaultSubcode() - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
-
- getMessageAddressingProperties(SoapMessage) - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
- getMessageAddressingProperties(SoapMessage) - Method in interface org.springframework.ws.soap.addressing.version.AddressingVersion
-
- getMessageFactory() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
-
Returns the WebServiceMessageFactory
used by the gateway.
- getMessageFactory() - Method in class org.springframework.ws.client.support.WebServiceAccessor
-
Returns the message factory used for creating messages.
- getMessageFactory() - Method in class org.springframework.ws.context.DefaultMessageContext
-
- getMessageFactory() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
-
Returns the SAAJ MessageFactory
used.
- getMessageFactory() - Method in class org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport
-
Returns the WebServiceMessageFactory
.
- getMessageFactoryBeanName() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
-
- getMessageId() - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
Returns the value of the message id property.
- getMessageIdName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the MessageID
addressing header.
- getMessageIdStrategy() - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
-
Returns the message id strategy used for creating WS-Addressing MessageIds.
- getMessageIdStrategy() - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
-
Returns the message id strategy used for creating WS-Addressing MessageIds.
- getMessageIdStrategy(Object) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
-
Returns the message ID strategy for the given endpoint.
- getMessageReceiver() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
-
- getMessageReceiver() - Method in class org.springframework.ws.transport.support.SimpleWebServiceMessageReceiverObjectSupport
-
Returns the WebServiceMessageReceiver
used by this listener.
- getMessageReceiverBeanName() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
-
- getMessageReceiverHandlerAdapterBeanName() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
-
- getMessageSenders() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
-
Returns the WebServiceMessageSender
s used by the gateway.
- getMessageSenders() - Method in class org.springframework.ws.client.support.WebServiceAccessor
-
Returns the message senders used for sending messages.
- getMessageSenders() - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
-
Returns the message senders, which are used to send out-of-band reply messages.
- getMessageSenders(Object) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
-
Returns the message senders for the given endpoint.
- getMessagesProvider() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
-
- getMessageType(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
-
Returns the message type of the given URI.
- getMessagingException() - Method in exception org.springframework.ws.transport.mail.MailTransportException
-
- getMethod() - Method in class org.springframework.ws.server.endpoint.MethodEndpoint
-
Returns the method for this method endpoint.
- getMethodArgumentResolvers() - Method in class org.springframework.ws.server.endpoint.adapter.DefaultMethodEndpointAdapter
-
Returns the list of MethodArgumentResolver
s to use.
- getMethodArguments(MessageContext, MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.DefaultMethodEndpointAdapter
-
Returns the argument array for the given method endpoint.
- getMethodParameters() - Method in class org.springframework.ws.server.endpoint.MethodEndpoint
-
Returns the method parameters for this method endpoint.
- getMethodPrefix() - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
-
Returns the method prefix.
- getMethodReturnValueHandlers() - Method in class org.springframework.ws.server.endpoint.adapter.DefaultMethodEndpointAdapter
-
Returns the list of MethodReturnValueHandler
s to use.
- getMethodSuffix() - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
-
Returns the method suffix.
- getMustUnderstand() - Method in interface org.springframework.ws.soap.SoapHeaderElement
-
Indicates whether the mustUnderstand
attribute for this header element is set.
- getMustUnderstandAttributeName() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the qualified name of the SOAP MustUnderstand
attribute.
- getMustUnderstandFaultName() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the qualified name of the MustUnderstand
SOAP Fault value.
- getName() - Method in interface org.springframework.ws.soap.SoapElement
-
Returns the qualified name of this element.
- getName() - Method in interface org.springframework.ws.stream.StreamingPayload
-
Returns the qualified name of the payload.
- getNamespaceContext(Method) - Static method in class org.springframework.ws.server.endpoint.support.NamespaceUtils
-
- getNamespacePrefix() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the prefix associated with the WS-Addressing namespace handled by this specification.
- getNamespaces() - Method in class org.springframework.xml.xpath.AbstractXPathTemplate
-
Returns namespaces used in the XPath expression.
- getNamespaceUri() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the WS-Addressing namespace handled by this specification.
- getNamespaceUri() - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- getNamespaceUri() - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
-
- getNamespaceURI(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
-
- getNextActorOrRoleUri() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the URI indicating that a header element is intended for the next SOAP application that processes the
message.
- getNone() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the none URI, or null
if the spec does not define it.
- getNone() - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- getNone() - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
-
- getNoneActorOrRoleUri() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the URI indicating that a header element should never be directly processed.
- getObject() - Method in class org.springframework.ws.soap.security.support.KeyManagersFactoryBean
-
- getObject() - Method in class org.springframework.ws.soap.security.support.KeyStoreFactoryBean
-
- getObject() - Method in class org.springframework.ws.soap.security.support.TrustManagersFactoryBean
-
- getObject() - Method in class org.springframework.ws.soap.security.wss4j2.support.CryptoFactoryBean
-
- getObject() - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
-
- getObject() - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
-
- getObjectType() - Method in class org.springframework.ws.soap.security.support.KeyManagersFactoryBean
-
- getObjectType() - Method in class org.springframework.ws.soap.security.support.KeyStoreFactoryBean
-
- getObjectType() - Method in class org.springframework.ws.soap.security.support.TrustManagersFactoryBean
-
- getObjectType() - Method in class org.springframework.ws.soap.security.wss4j2.support.CryptoFactoryBean
-
- getObjectType() - Method in class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
-
- getObjectType() - Method in class org.springframework.xml.xpath.XPathExpressionFactoryBean
-
- getOperationName(Message) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
-
Template method that returns the name of the operation coupled to the given Message
.
- getOperationName(Message) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
-
- getOperationType(Operation) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
-
Returns the OperationType
for the given operation.
- getOrder() - Method in class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
-
- getOrder() - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
-
- getOrder() - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
-
- getOutputActionSuffix() - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
-
Returns the suffix to add to request Action
s for reply messages.
- getOutputFactory() - Method in class org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
-
Deprecated.
Returns an XMLOutputFactory
to write XML to.
- getPayloadResult() - Method in class org.springframework.ws.pox.dom.DomPoxMessage
-
- getPayloadResult() - Method in class org.springframework.ws.soap.AbstractSoapMessage
-
Returns getSoapBody().getPayloadResult()
.
- getPayloadResult() - Method in interface org.springframework.ws.soap.SoapBody
-
Returns a Result
that represents the contents of the body.
- getPayloadResult() - Method in interface org.springframework.ws.WebServiceMessage
-
Returns the contents of the message as a
Result
.
- getPayloadRootQName(Source, TransformerFactory) - Static method in class org.springframework.ws.server.endpoint.support.PayloadRootUtils
-
Returns the root qualified name of the given source, transforming it if necessary.
- getPayloadRootQName(Source, TransformerHelper) - Static method in class org.springframework.ws.server.endpoint.support.PayloadRootUtils
-
- getPayloadSource() - Method in class org.springframework.ws.pox.dom.DomPoxMessage
-
- getPayloadSource() - Method in class org.springframework.ws.soap.AbstractSoapMessage
-
Returns getSoapBody().getPayloadSource()
.
- getPayloadSource() - Method in interface org.springframework.ws.soap.SoapBody
-
Returns a Source
that represents the contents of the body.
- getPayloadSource() - Method in interface org.springframework.ws.WebServiceMessage
-
Returns the contents of the message as a
Source
.
- getPortTypeName() - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
-
Returns the port type name used for this definition.
- getPortTypesProvider() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
-
- getPostMethod() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- getPrefix(QName) - Static method in class org.springframework.xml.namespace.QNameUtils
-
- getPrefix(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
-
- getPrefixes(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
-
- getPrincipal() - Method in class org.springframework.ws.soap.security.wss4j2.callback.UsernameTokenPrincipalCallback
-
Get the retrieved Principal
.
- getPrincipal() - Method in class org.springframework.ws.soap.security.x509.X509AuthenticationToken
-
- getPriority(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
-
Returns the priority of the given URI.
- getPrivateKey(String) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getPrivateKey(PublicKey) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getPrivateKey(X509Certificate) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getPrivateKey(byte[]) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getPrivateKey(String, BigInteger) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getProperty(String) - Method in class org.springframework.ws.context.AbstractMessageContext
-
- getProperty(String) - Method in interface org.springframework.ws.context.MessageContext
-
Gets the value of a specific property from the MessageContext
.
- getProperty(String) - Method in class org.springframework.xml.sax.AbstractXmlReader
-
Throws a SAXNotRecognizedException
exception when the given property does not signify a lexical handler.
- getPropertyNames() - Method in class org.springframework.ws.context.AbstractMessageContext
-
- getPropertyNames() - Method in interface org.springframework.ws.context.MessageContext
-
Return the names of all properties in this MessageContext
.
- getQNameForNode(Node) - Static method in class org.springframework.xml.namespace.QNameUtils
-
Returns the qualified name of the given DOM Node.
- getRawResponseInputStream() - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
-
Returns the raw, possibly compressed input stream to read the response from.
- getRawResponseInputStream() - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- getRawResponseInputStream() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- getRawResponseInputStream() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- getRawResponseInputStream() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- getReader() - Method in class org.springframework.xml.transform.StringSource
-
- getReferenceParameters() - Method in class org.springframework.ws.soap.addressing.core.EndpointReference
-
Returns the reference parameters of the endpoint, as a list of
Node
objects.
- getReferenceParameters() - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
Returns the endpoint parameters.
- getReferenceParametersName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the ReferenceParameters
in the endpoint reference.
- getReferenceProperties() - Method in class org.springframework.ws.soap.addressing.core.EndpointReference
-
Returns the reference properties of the endpoint, as a list of
Node
objects.
- getReferenceProperties() - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
Returns the endpoint properties.
- getReferencePropertiesName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the ReferenceProperties
in the endpoint reference.
- getReferencePropertiesName() - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- getRelatesTo() - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
Returns the value of the relationship property.
- getRelatesToName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the RelatesTo
addressing header.
- getRelationshipTypeName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the RelatesTo
addressing header.
- getRemoveSecurityHeader() - Method in class org.springframework.ws.soap.security.wss4j2.Wss4jSecurityInterceptor
-
- getReplyProperties(EndpointReference, URI, URI) - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
- getReplyTo() - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
-
Returns the ReplyTo
.
- getReplyTo() - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
Returns the value of the reply endpoint property.
- getReplyToName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the ReplyTo
addressing header.
- getReplyToName(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
-
Returns the reply-to name of the given URI.
- getRequest() - Method in class org.springframework.ws.context.DefaultMessageContext
-
- getRequest() - Method in interface org.springframework.ws.context.MessageContext
-
Returns the request message.
- getRequestFactory() - Method in class org.springframework.ws.transport.http.ClientHttpRequestMessageSender
-
- getRequestHeaderNames() - Method in interface org.springframework.ws.transport.HeadersAwareReceiverWebServiceConnection
-
Returns an iteration over all the header names this request contains.
- getRequestHeaderNames() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
- getRequestHeaderNames() - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
- getRequestHeaderNames() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
- getRequestHeaderNames() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
- getRequestHeaderNames() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
- getRequestHeaders(String) - Method in interface org.springframework.ws.transport.HeadersAwareReceiverWebServiceConnection
-
Returns an iteration over all the string values of the specified header.
- getRequestHeaders(String) - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
- getRequestHeaders(String) - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
- getRequestHeaders(String) - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
- getRequestHeaders(String) - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
- getRequestHeaders(String) - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
- getRequestInputStream() - Method in class org.springframework.ws.transport.AbstractReceiverConnection
-
Returns the input stream to read the response from.
- getRequestInputStream() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
- getRequestInputStream() - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
- getRequestInputStream() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
- getRequestInputStream() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
- getRequestInputStream() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
- getRequestMessage() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
Returns the request message for this connection.
- getRequestMessage() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
Returns the request message for this connection.
- getRequestMessage() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
Returns the request message for this connection.
- getRequestMessage() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
Returns the request message for this connection.
- getRequestMessage() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
Returns the request message for this connection.
- getRequestMessage() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
Returns the request message for this connection.
- getRequestName() - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
-
Deprecated.
Return the name of the request object for validation error codes.
- getRequestOutputStream() - Method in class org.springframework.ws.transport.AbstractSenderConnection
-
Returns the output stream to write the request to.
- getRequestOutputStream() - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- getRequestOutputStream() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- getRequestOutputStream() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- getRequestOutputStream() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- getRequestOutputStream() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- getRequestOutputStream() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- getRequestOutputStream() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
- getRequestSuffix() - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
-
Returns the suffix used to detect request elements in the schema.
- getRequestSuffix() - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
-
Returns the suffix used to detect request elements in the schema.
- getResponse() - Method in class org.springframework.ws.context.DefaultMessageContext
-
- getResponse() - Method in interface org.springframework.ws.context.MessageContext
-
Returns the response message.
- getResponse(ContentHandler) - Method in class org.springframework.ws.server.endpoint.AbstractSaxPayloadEndpoint
-
Deprecated.
Returns the response to be given, if any.
- getResponseAction(Object, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
-
- getResponseAction(Object, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
-
Provides the WS-Addressing Action for response messages, given the endpoint, and request Message Addressing
Properties.
- getResponseAction(Object, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
-
- getResponseCode() - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
-
Returns the HTTP status code of the response.
- getResponseCode() - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- getResponseCode() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- getResponseCode() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- getResponseCode() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- getResponseContentLength() - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
-
Returns the length of the response.
- getResponseContentLength() - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- getResponseContentLength() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- getResponseContentLength() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- getResponseContentLength() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- getResponseHeaderNames() - Method in interface org.springframework.ws.transport.HeadersAwareSenderWebServiceConnection
-
Returns an iteration over all the header names this request contains.
- getResponseHeaderNames() - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- getResponseHeaderNames() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- getResponseHeaderNames() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- getResponseHeaderNames() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- getResponseHeaderNames() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- getResponseHeaderNames() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- getResponseHeaderNames() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
- getResponseHeaders(String) - Method in interface org.springframework.ws.transport.HeadersAwareSenderWebServiceConnection
-
Returns an iteration over all the string values of the specified header.
- getResponseHeaders(String) - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- getResponseHeaders(String) - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- getResponseHeaders(String) - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- getResponseHeaders(String) - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- getResponseHeaders(String) - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- getResponseHeaders(String) - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- getResponseHeaders(String) - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
- getResponseInputStream() - Method in class org.springframework.ws.transport.AbstractSenderConnection
-
Returns the input stream to read the response from.
- getResponseInputStream() - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
-
- getResponseInputStream() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- getResponseInputStream() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- getResponseInputStream() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
- getResponseMessage() - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
-
Returns the HTTP status message of the response.
- getResponseMessage() - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- getResponseMessage() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- getResponseMessage() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- getResponseMessage() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- getResponseMessage() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
Returns the response message, if any, for this connection.
- getResponseMessage() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
Returns the response message, if any, for this connection.
- getResponseMessage() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
Returns the response message, if any, for this connection.
- getResponseMessage() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
Returns the response message, if any, for this connection.
- getResponseMessage() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
Returns the response message, if any, for this connection.
- getResponseMessage() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
Returns the response message, if any, for this connection.
- getResponseOutputStream() - Method in class org.springframework.ws.transport.AbstractReceiverConnection
-
Returns the output stream to write the request to.
- getResponseOutputStream() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
- getResponseOutputStream() - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
- getResponseOutputStream() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
- getResponseOutputStream() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
- getResponseOutputStream() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
- getResponseSuffix() - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
-
Returns the suffix used to detect response elements in the schema.
- getResponseSuffix() - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
-
Returns the suffix used to detect response elements in the schema.
- getResult() - Method in interface org.springframework.ws.soap.SoapFaultDetail
-
Returns a Result
that represents the concents of the detail.
- getResult() - Method in interface org.springframework.ws.soap.SoapFaultDetailElement
-
Returns a Result
that allows for writing to the contents of the detail element.
- getResult() - Method in interface org.springframework.ws.soap.SoapHeader
-
Returns a Result
that represents the contents of the header.
- getResult() - Method in interface org.springframework.ws.soap.SoapHeaderElement
-
Returns a Result
that allows for writing to the contents of the header element.
- getReturnType() - Method in class org.springframework.ws.server.endpoint.MethodEndpoint
-
Returns the method return type, as MethodParameter
.
- getRootConfigClasses() - Method in class org.springframework.ws.transport.http.support.AbstractAnnotationConfigMessageDispatcherServletInitializer
-
- getRootElement(Source) - Method in class org.springframework.xml.xpath.AbstractXPathTemplate
-
Returns the root element of the given source.
- getSaajMessage() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
-
Return the SAAJ SOAPMessage
that this SaajSoapMessage
is based on.
- getSaajVersion() - Static method in class org.springframework.ws.soap.saaj.support.SaajUtils
-
Gets the SAAJ version.
- getSaajVersion(SOAPMessage) - Static method in class org.springframework.ws.soap.saaj.support.SaajUtils
-
- getSaajVersion(SOAPElement) - Static method in class org.springframework.ws.soap.saaj.support.SaajUtils
-
- getSaajVersionString() - Static method in class org.springframework.ws.soap.saaj.support.SaajUtils
-
Returns the SAAJ version as a String.
- getSchema() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
-
Returns the wrapped Commons XmlSchema
object.
- getSchemaCollection() - Method in class org.springframework.ws.wsdl.wsdl11.provider.InliningXsdSchemaTypesProvider
-
Returns the XSD schema collection to inline.
- getSchemaLanguage() - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
-
- getSchemaLanguage() - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
-
- getSchemas() - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
-
Returns the schema resources to use for validation.
- getSchemas() - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
-
Returns the schema resources to use for validation.
- getSchemaSource(XsdSchema) - Method in class org.springframework.ws.transport.http.XsdSchemaHandlerAdapter
-
Returns the
Source
of the given schema.
- getServerOrReceiverFaultName() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the qualified name of the Receiver/Server SOAP Fault value.
- getServiceName() - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
-
Returns the service name.
- getServicesProvider() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
-
- getServletConfigClasses() - Method in class org.springframework.ws.transport.http.support.AbstractAnnotationConfigMessageDispatcherServletInitializer
-
- getServletMappings() - Method in class org.springframework.ws.transport.http.support.AbstractMessageDispatcherServletInitializer
-
Specify the servlet mapping(s) for the MessageDispatcherServlet
.
- getServletName() - Method in class org.springframework.ws.transport.http.support.AbstractMessageDispatcherServletInitializer
-
- getSize() - Method in interface org.springframework.ws.mime.Attachment
-
Returns the size of the attachment in bytes.
- getSoapAction() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
-
- getSoapAction() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
-
- getSoapAction() - Method in interface org.springframework.ws.soap.SoapMessage
-
Get the SOAP Action for this message, or null
if not present.
- getSoapActions() - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
-
Returns the SOAP Actions for this binding.
- getSoapActions() - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
-
Returns the SOAP Actions for this binding.
- getSoapBody() - Method in class org.springframework.ws.soap.AbstractSoapMessage
-
Returns getEnvelope().getBody()
.
- getSoapBody() - Method in interface org.springframework.ws.soap.SoapMessage
-
Returns the SoapBody
associated with this SoapMessage
.
- getSoapFault() - Method in exception org.springframework.ws.soap.client.SoapFaultClientException
-
- getSoapHeader() - Method in class org.springframework.ws.soap.AbstractSoapMessage
-
Returns getEnvelope().getHeader()
.
- getSoapHeader() - Method in interface org.springframework.ws.soap.SoapMessage
-
Returns the SoapHeader
associated with this SoapMessage
.
- getSource(WebServiceMessage) - Method in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
-
Abstract template method that returns the Source
for the given WebServiceMessage
.
- getSource(WebServiceMessage) - Method in class org.springframework.ws.server.endpoint.interceptor.PayloadLoggingInterceptor
-
- getSource(WebServiceMessage) - Method in class org.springframework.ws.soap.server.endpoint.interceptor.SoapEnvelopeLoggingInterceptor
-
- getSource() - Method in interface org.springframework.ws.soap.SoapElement
-
Returns the Source
of this element.
- getSource() - Method in error org.springframework.ws.test.support.SourceAssertionError
-
Returns the source context of this error.
- getSource() - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
-
- getSource() - Method in class org.springframework.ws.wsdl.wsdl11.SimpleWsdl11Definition
-
- getSource() - Method in class org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinition
-
- getSource() - Method in interface org.springframework.ws.wsdl.WsdlDefinition
-
Returns the Source
of the definition.
- getSource() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
-
- getSource() - Method in class org.springframework.xml.xsd.SimpleXsdSchema
-
- getSource() - Method in interface org.springframework.xml.xsd.XsdSchema
-
Returns the
Source
of the schema.
- getStrategy(Class<T>) - Method in class org.springframework.ws.test.support.MockStrategiesHelper
-
Returns a single strategy found in the given application context.
- getStrategy(Class<T>, Class<D>) - Method in class org.springframework.ws.test.support.MockStrategiesHelper
-
Returns a single strategy found in the given application context, or instantiates a default strategy if no
applicable strategy was found.
- getSubject(URI) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
-
- getSubjectKeyIdentifier(X509Certificate) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getSymmetricKey(String) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- getSystemId(Resource) - Static method in class org.springframework.xml.sax.SaxUtils
-
Retrieves the URL from the given resource as System ID.
- getSystemId(Resource) - Static method in class org.springframework.xml.validation.SchemaLoaderUtils
-
Retrieves the URL from the given resource as System ID.
- getTargetNamespace() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
-
Returns the target namespace for the WSDL definition.
- getTargetNamespace() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchema
-
- getTargetNamespace() - Method in class org.springframework.xml.xsd.SimpleXsdSchema
-
- getTargetNamespace() - Method in interface org.springframework.xml.xsd.XsdSchema
-
Returns the target namespace of this schema.
- getText() - Method in interface org.springframework.ws.soap.SoapHeaderElement
-
Returns the text content of this header element, if any.
- getTimeToLive(URI) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
-
Returns the lifetime, in milliseconds, of the given URI.
- getTo() - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
-
Returns the Destination
for outgoing messages.
- getTo() - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
Returns the value of the destination property.
- getTo(URI) - Static method in class org.springframework.ws.transport.mail.support.MailTransportUtils
-
- getTo(URI) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
-
- getToName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
Returns the qualified name of the To
addressing header.
- getTransformerFactory() - Method in class org.springframework.xml.transform.TransformerHelper
-
Returns the TransformerFactory
.
- getTransformerFactory() - Method in class org.springframework.xml.transform.TransformerObjectSupport
-
Returns the TransformerFactory
.
- getTransportContext() - Static method in class org.springframework.ws.transport.context.TransportContextHolder
-
Return the TransportContext
associated with the current thread, if any.
- getTransportUri() - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
-
Returns the value used for the binding transport attribute value.
- getTransportUri() - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
-
Returns the value used for the binding transport attribute value.
- getTypesProvider() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
-
- getUltimateReceiverRoleUri() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the URI indicating that a header element should only be processed by nodes acting as the ultimate receiver
of a message.
- getUnmarshaller() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
-
Returns the Unmarshaller
used by the gateway.
- getUnmarshaller() - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
Returns the unmarshaller for this template.
- getUnmarshaller() - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
-
Deprecated.
Returns the unmarshaller used for transforming XML into objects.
- getUnmarshaller() - Method in class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
-
Deprecated.
Returns the unmarshaller used for transforming XML into objects.
- getUnmarshaller() - Method in class org.springframework.ws.server.endpoint.adapter.method.MarshallingPayloadMethodProcessor
-
Returns the unmarshaller used for transforming XML into objects.
- getUri() - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- getUri() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- getUri() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- getUri() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
- getUri() - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
- getUri() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- getUri() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
- getUri() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- getUri() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
- getUri() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- getUri() - Method in interface org.springframework.ws.transport.WebServiceConnection
-
Returns the URI for this connection.
- getUri() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
- getUri() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
- getUserDetails(X509Certificate) - Method in class org.springframework.ws.soap.security.x509.populator.DaoX509AuthoritiesPopulator
-
- getUserDetails(X509Certificate) - Method in interface org.springframework.ws.soap.security.x509.X509AuthoritiesPopulator
-
Obtains the granted authorities for the specified user.
- getUserFromCache(X509Certificate) - Method in class org.springframework.ws.soap.security.x509.cache.EhCacheBasedX509UserCache
-
Deprecated.
- getUserFromCache(X509Certificate) - Method in class org.springframework.ws.soap.security.x509.cache.NullX509UserCache
-
- getUserFromCache(X509Certificate) - Method in class org.springframework.ws.soap.security.x509.cache.SpringBasedX509UserCache
-
- getUserFromCache(X509Certificate) - Method in interface org.springframework.ws.soap.security.x509.cache.X509UserCache
-
- getValidationErrors() - Method in exception org.springframework.ws.client.support.interceptor.WebServiceValidationException
-
Returns the validation errors.
- getValidationRequestSource(WebServiceMessage) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
-
Abstract template method that returns the part of the request message that is to be validated.
- getValidationRequestSource(WebServiceMessage) - Method in class org.springframework.ws.client.support.interceptor.PayloadValidatingInterceptor
-
Returns the part of the request message that is to be validated.
- getValidationRequestSource(WebServiceMessage) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
-
Abstract template method that returns the part of the request message that is to be validated.
- getValidationRequestSource(WebServiceMessage) - Method in class org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor
-
Returns the payload source of the given message.
- getValidationResponseSource(WebServiceMessage) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
-
Abstract template method that returns the part of the response message that is to be validated.
- getValidationResponseSource(WebServiceMessage) - Method in class org.springframework.ws.client.support.interceptor.PayloadValidatingInterceptor
-
Returns the part of the response message that is to be validated.
- getValidationResponseSource(WebServiceMessage) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
-
Abstract template method that returns the part of the response message that is to be validated.
- getValidationResponseSource(WebServiceMessage) - Method in class org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor
-
Returns the payload source of the given message.
- getValidator() - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
-
Deprecated.
Return the primary Validator for this controller.
- getValidators() - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
-
Deprecated.
Return the Validators for this controller.
- getVersion() - Method in class org.springframework.ws.soap.AbstractSoapMessage
-
- getVersion() - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
-
Returns the WS-Addressing version
- getVersion() - Method in interface org.springframework.ws.soap.SoapMessage
-
Returns the SOAP version of this message.
- getVersionMismatchFaultName() - Method in interface org.springframework.ws.soap.SoapVersion
-
Returns the qualified name of the VersionMismatch
SOAP Fault value.
- getWebServiceMessage() - Method in exception org.springframework.ws.client.WebServiceFaultException
-
Returns the fault message.
- getWebServiceTemplate() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
-
Returns the WebServiceTemplate
for the gateway.
- getWsdlDefinition(HttpServletRequest) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
-
Determines the
WsdlDefinition
for a given request, or
null
if none is found.
- getWsdlDefinitionHandlerAdapterBeanName() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
-
- getXsdSchema(HttpServletRequest) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
-
Determines the
XsdSchema
for a given request, or
null
if none is found.
- getXsdSchemaHandlerAdapterBeanName() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
-
- getXsdSchemas() - Method in class org.springframework.xml.xsd.commons.CommonsXsdSchemaCollection
-
- getXsdSchemas() - Method in interface org.springframework.xml.xsd.XsdSchemaCollection
-
Returns all schemas contained in this collection.
- handle(Callback[]) - Method in class org.springframework.ws.soap.security.callback.AbstractCallbackHandler
-
Iterates over the given callbacks, and calls handleInternal
for each of them.
- handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.ws.transport.http.WebServiceMessageReceiverHandlerAdapter
-
- handle(HttpExchange) - Method in class org.springframework.ws.transport.http.WebServiceMessageReceiverHttpHandler
-
- handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
-
- handle(HttpExchange) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHttpHandler
-
- handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.ws.transport.http.XsdSchemaHandlerAdapter
-
- handleAliasPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.AliasPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallback
s with AliasPrivKeyCertRequest
s.
- handleAliasPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.AliasPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleAliasSymmetricKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.AliasSymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles DecryptionKeyCallback
s with AliasSymmetricKeyRequest
s.
- handleAliasSymmetricKeyRequest(EncryptionKeyCallback, EncryptionKeyCallback.AliasSymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles EncryptionKeyCallback
s with AliasSymmetricKeyRequest
s.
- handleAliasSymmetricKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.AliasSymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleAliasSymmetricKeyRequest(EncryptionKeyCallback, EncryptionKeyCallback.AliasSymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleAliasX509CertificateRequest(EncryptionKeyCallback, EncryptionKeyCallback.AliasX509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles EncryptionKeyCallback
s with AliasX509CertificateRequest
s.
- handleAliasX509CertificateRequest(EncryptionKeyCallback, EncryptionKeyCallback.AliasX509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleCertificateValidationCallback(CertificateValidationCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles CertificateValidationCallback
s.
- handleCertificateValidationCallback(CertificateValidationCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleCleanup(CleanupCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
- handleCleanup(CleanupCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SpringSecurityPasswordValidationCallbackHandler
-
- handleConnection(WebServiceConnection) - Method in class org.springframework.ws.transport.support.SimpleWebServiceMessageReceiverObjectSupport
-
- handleConnection(WebServiceConnection, WebServiceMessageReceiver) - Method in class org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport
-
Handles an incoming connection by
receving
a message
from it, passing it to the
receiver
, and
sending
the response (if any).
- handleCustomToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.CUSTOM_TOKEN
usage.
- handleDecrypt(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.DECRYPT
usage.
- handleDecrypt(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.KeyStoreCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.DECRYPT
usage.
- handleDecryptionKeyCallback(DecryptionKeyCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles DecryptionKeyCallback
s.
- handleDefaultPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.DefaultPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallback
s with DefaultPrivKeyCertRequest
s.
- handleDefaultPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.DefaultPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleDefaultX509CertificateRequest(EncryptionKeyCallback, EncryptionKeyCallback.DefaultX509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles EncryptionKeyCallback
s with DefaultX509CertificateRequest
s.
- handleDefaultX509CertificateRequest(EncryptionKeyCallback, EncryptionKeyCallback.DefaultX509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleEncryptionKeyCallback(EncryptionKeyCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles EncryptionKeyCallback
s.
- handleError(WebServiceConnection, WebServiceMessage) - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
Handles an error on the given connection.
- handleFault(WebServiceConnection, MessageContext) - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
Handles an fault in the given response message.
- handleFault(MessageContext) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
-
Does nothing by default.
- handleFault(MessageContext) - Method in interface org.springframework.ws.client.support.interceptor.ClientInterceptor
-
Processes the incoming response fault.
- handleFault(MessageContext) - Method in class org.springframework.ws.client.support.interceptor.ClientInterceptorAdapter
-
- handleFault(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
-
Does nothing by default.
- handleFault(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
-
Does nothing by default.
- handleFault(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.DelegatingSmartEndpointInterceptor
-
- handleFault(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.EndpointInterceptorAdapter
-
Returns true
.
- handleFault(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.PayloadTransformingInterceptor
-
Does nothing by default.
- handleFault(MessageContext, Object) - Method in interface org.springframework.ws.server.EndpointInterceptor
-
Processes the outgoing response fault.
- handleFault(MessageContext, Object) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Returns true
, i.e.
- handleFault(MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Returns true
, i.e.
- handleFault(MessageContext, Object) - Method in class org.springframework.ws.soap.server.endpoint.interceptor.SoapEnvelopeLoggingInterceptor
-
- handleFaultException(WsSecurityFaultException, MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Handles a fault exception.Default implementation logs the given exception, and creates a SOAP Fault with the
properties of the given exception, and returns false
.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.callback.AbstractCallbackHandler
-
Template method that should be implemented by subclasses.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.callback.CallbackHandlerChain
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Handles WSPasswordCallback
callbacks.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.jaas.JaasCertificateValidationCallbackHandler
-
Handles CertificateValidationCallback
s, and throws an UnsupportedCallbackException
for others
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.jaas.JaasPlainTextPasswordValidationCallbackHandler
-
Handles PasswordValidationCallback
s that contain a PlainTextPasswordRequest
, and throws an
UnsupportedCallbackException
for others.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.MockValidationCallbackHandler
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SimplePasswordValidationCallbackHandler
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SimpleUsernamePasswordCallbackHandler
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringCertificateValidationCallbackHandler
-
Handles CertificateValidationCallback
s, and throws an UnsupportedCallbackException
for others
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringDigestPasswordValidationCallbackHandler
-
Handles PasswordValidationCallback
s that contain a DigestPasswordRequest
, and throws an
UnsupportedCallbackException
for others
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringPlainTextPasswordValidationCallbackHandler
-
Handles PasswordValidationCallback
s that contain a PlainTextPasswordRequest
, and throws an
UnsupportedCallbackException
for others.
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.SpringUsernamePasswordCallbackHandler
-
- handleInternal(Callback) - Method in class org.springframework.ws.soap.security.xwss.callback.XwssCallbackHandlerChain
-
- handleInvalidXmlException(HttpServletRequest, HttpServletResponse, Object, InvalidXmlException) - Method in class org.springframework.ws.transport.http.WebServiceMessageReceiverHandlerAdapter
-
- handleMessage(Message, Session) - Method in class org.springframework.ws.transport.jms.JmsMessageReceiver
-
Handles an incoming message.
- handleMethodReturnValue(MessageContext, Object, MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.DefaultMethodEndpointAdapter
-
Handle the return value for the given method endpoint.
- handleNoEndpointFoundException(NoEndpointFoundException, WebServiceConnection, WebServiceMessageReceiver) - Method in class org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport
-
Template method for handling NoEndpointFoundException
s.
- handleNonPostMethod(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.ws.transport.http.WebServiceMessageReceiverHandlerAdapter
-
Template method that is invoked when the request method is not POST
.
- handlePrivateKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.PrivateKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles DecryptionKeyCallback
s with PrivateKeyRequest
.
- handlePrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.PrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles SignatureKeyCallback
s with PrivKeyCertRequest
s.
- handlePublicKeyBasedPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallback
s with PublicKeyBasedPrivKeyCertRequest
s.
- handlePublicKeyBasedPrivKeyCertRequest(SignatureKeyCallback, SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handlePublicKeyBasedPrivKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles DecryptionKeyCallback
s with PublicKeyBasedPrivKeyRequest
s.
- handlePublicKeyBasedPrivKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handlePublicKeyBasedRequest(EncryptionKeyCallback, EncryptionKeyCallback.PublicKeyBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles EncryptionKeyCallback
s with PublicKeyBasedRequest
s.
- handlePublicKeyBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.PublicKeyBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallback
s with PublicKeyBasedRequest
s.
- handlePublicKeyBasedRequest(EncryptionKeyCallback, EncryptionKeyCallback.PublicKeyBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handlePublicKeyBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.PublicKeyBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleRequest(MessageContext) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
-
Validates the request message in the given message context.
- handleRequest(MessageContext) - Method in interface org.springframework.ws.client.support.interceptor.ClientInterceptor
-
Processes the outgoing request message.
- handleRequest(MessageContext) - Method in class org.springframework.ws.client.support.interceptor.ClientInterceptorAdapter
-
- handleRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
-
Logs the request message payload.
- handleRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
-
Validates the request message in the given message context.
- handleRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.DelegatingSmartEndpointInterceptor
-
- handleRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.EndpointInterceptorAdapter
-
Returns true
.
- handleRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.PayloadTransformingInterceptor
-
Transforms the request message in the given message context using a provided stylesheet.
- handleRequest(MessageContext, Object) - Method in interface org.springframework.ws.server.EndpointInterceptor
-
Processes the incoming request message.
- handleRequest(EndpointInvocationChain, MessageContext) - Method in class org.springframework.ws.server.MessageDispatcher
-
Callback for pre-processing of given invocation chain and message context.
- handleRequest(MessageContext, Object) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Validates a server-side incoming request.
- handleRequest(MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Secures a client-side outgoing request.
- handleRequest(EndpointInvocationChain, MessageContext) - Method in class org.springframework.ws.soap.server.SoapMessageDispatcher
-
Process the headers targeted at the actor or role fullfilled by the endpoint.
- handleRequestValidationErrors(MessageContext, SAXParseException[]) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
-
Template method that is called when the request message contains validation errors.
- handleRequestValidationErrors(MessageContext, SAXParseException[]) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
-
Template method that is called when the request message contains validation errors.
- handleRequestValidationErrors(MessageContext, SAXParseException[]) - Method in class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
-
Template method that is called when the request message contains validation errors.
- handleResponse(MessageContext) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
-
Validates the response message in the given message context.
- handleResponse(MessageContext) - Method in interface org.springframework.ws.client.support.interceptor.ClientInterceptor
-
Processes the incoming response message.
- handleResponse(MessageContext) - Method in class org.springframework.ws.client.support.interceptor.ClientInterceptorAdapter
-
- handleResponse(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
-
Logs the response message payload.
- handleResponse(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
-
Validates the response message in the given message context.
- handleResponse(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.DelegatingSmartEndpointInterceptor
-
- handleResponse(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.EndpointInterceptorAdapter
-
Returns true
.
- handleResponse(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.interceptor.PayloadTransformingInterceptor
-
Transforms the response message in the given message context using a stylesheet.
- handleResponse(MessageContext, Object) - Method in interface org.springframework.ws.server.EndpointInterceptor
-
Processes the outgoing response message.
- handleResponse(MessageContext, Object) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Secures a server-side outgoing response.
- handleResponse(MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Validates a client-side incoming response.
- handleResponseValidationErrors(MessageContext, SAXParseException[]) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
-
Template method that is called when the response message contains validation errors.
- handleResponseValidationErrors(MessageContext, SAXParseException[]) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
-
Template method that is called when the response message contains validation errors.
- handleReturnValue(MessageContext, MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.AbstractPayloadSourceMethodProcessor
-
- handleReturnValue(MessageContext, MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.jaxb.AbstractJaxb2PayloadMethodProcessor
-
- handleReturnValue(MessageContext, MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.MarshallingPayloadMethodProcessor
-
- handleReturnValue(MessageContext, MethodParameter, Object) - Method in interface org.springframework.ws.server.endpoint.adapter.method.MethodReturnValueHandler
-
Handles the given return value.
- handleReturnValueInternal(MessageContext, MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.jaxb.AbstractJaxb2PayloadMethodProcessor
-
- handleReturnValueInternal(MessageContext, MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.jaxb.JaxbElementPayloadMethodProcessor
-
- handleReturnValueInternal(MessageContext, MethodParameter, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.jaxb.XmlRootElementPayloadMethodProcessor
-
- handleSecretKey(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.SECRET_KEY
usage.
- handleSecretKey(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.KeyStoreCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.SECRET_KEY
usage.
- handleSecurementException(WsSecuritySecurementException, MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Handles an securement exception.
- handleSecurityContextToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.SECURITY_CONTEXT_TOKEN
usage.
- handleSignature(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.SIGNATURE
usage.
- handleSignatureKeyCallback(SignatureKeyCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles SignatureKeyCallback
s.
- handleSignatureVerificationKeyCallback(SignatureVerificationKeyCallback) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles SignatureVerificationKeyCallback
s.
- handleSymmetricKeyRequest(DecryptionKeyCallback, DecryptionKeyCallback.SymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles DecryptionKeyCallback
s with SymmetricKeyRequest
.
- handleSymmetricKeyRequest(EncryptionKeyCallback, EncryptionKeyCallback.SymmetricKeyRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles EncryptionKeyCallback
s with SymmetricKeyRequest
.
- handleUsernameToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.USERNAME_TOKEN
usage.
- handleUsernameToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SimplePasswordValidationCallbackHandler
-
- handleUsernameToken(WSPasswordCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SpringSecurityPasswordValidationCallbackHandler
-
Invoked when the callback has a WSPasswordCallback.USERNAME_TOKEN
usage.
- handleUsernameTokenPrincipal(UsernameTokenPrincipalCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.AbstractWsPasswordCallbackHandler
-
- handleUsernameTokenPrincipal(UsernameTokenPrincipalCallback) - Method in class org.springframework.ws.soap.security.wss4j2.callback.SpringSecurityPasswordValidationCallbackHandler
-
- handleValidationException(WsSecurityValidationException, MessageContext) - Method in class org.springframework.ws.soap.security.AbstractWsSecurityInterceptor
-
Handles an invalid SOAP message.
- handleX509CertificateBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509CertificateBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles DecryptionKeyCallback
s with X509CertificateBasedRequest
s.
- handleX509CertificateBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509CertificateBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleX509CertificateRequest(EncryptionKeyCallback, EncryptionKeyCallback.X509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles EncryptionKeyCallback
s with X509CertificateRequest
.
- handleX509CertificateRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.X509CertificateRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Method that handles SignatureVerificationKeyCallback
s with X509CertificateRequest
s.
- handleX509IssuerSerialBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509IssuerSerialBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles DecryptionKeyCallback
s with X509IssuerSerialBasedRequest
s.
- handleX509IssuerSerialBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.X509IssuerSerialBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallback
s with X509IssuerSerialBasedRequest
s.
- handleX509IssuerSerialBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509IssuerSerialBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleX509IssuerSerialBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.X509IssuerSerialBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleX509SubjectKeyIdentifierBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509SubjectKeyIdentifierBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles DecryptionKeyCallback
s with X509SubjectKeyIdentifierBasedRequest
s.
- handleX509SubjectKeyIdentifierBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.CryptographyCallbackHandler
-
Template method that handles SignatureKeyCallback
s with PublicKeyBasedPrivKeyCertRequest
s.
- handleX509SubjectKeyIdentifierBasedRequest(DecryptionKeyCallback, DecryptionKeyCallback.X509SubjectKeyIdentifierBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- handleX509SubjectKeyIdentifierBasedRequest(SignatureVerificationKeyCallback, SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest) - Method in class org.springframework.ws.soap.security.xwss.callback.KeyStoreCallbackHandler
-
- hasAnonymousAddress(EndpointReference) - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
- hasAnonymousAddress(EndpointReference) - Method in interface org.springframework.ws.soap.addressing.version.AddressingVersion
-
Indicates whether the given endpoint reference has a Anonymous address.
- hasBinding(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
-
- hasError(WebServiceConnection, WebServiceMessage) - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
Determines whether the given connection or message context has an error.
- hasError() - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
-
- hasError() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
- hasError() - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
- hasError() - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
- hasError() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- hasError() - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
- hasError() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- hasError() - Method in interface org.springframework.ws.transport.WebServiceConnection
-
Indicates whether this connection has an error.
- hasError(Message) - Static method in class org.springframework.ws.transport.xmpp.support.XmppTransportUtils
-
- hasError() - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
- hasError() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
- hasFault(WebServiceConnection, WebServiceMessage) - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
Determines whether the given connection or message has a fault.
- hasFault() - Method in interface org.springframework.ws.FaultAwareWebServiceMessage
-
Does this message have a fault?
- hasFault() - Method in class org.springframework.ws.pox.dom.DomPoxMessage
-
- hasFault() - Method in class org.springframework.ws.soap.AbstractSoapMessage
-
Returns getSoapBody().hasFault()
.
- hasFault() - Method in interface org.springframework.ws.soap.SoapBody
-
Indicates whether this body has a SoapFault
.
- hasFault() - Method in interface org.springframework.ws.transport.FaultAwareWebServiceConnection
-
Indicates whether this connection received a fault.
- hasFault() - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
-
- hasFault() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
- hasFault() - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
- hashCode() - Method in class org.springframework.ws.server.endpoint.MethodEndpoint
-
- hashCode() - Method in class org.springframework.ws.soap.addressing.core.EndpointReference
-
- hasNext() - Method in class org.springframework.ws.transport.support.EnumerationIterator
-
- hasNoneAddress(EndpointReference) - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
-
- hasNoneAddress(EndpointReference) - Method in interface org.springframework.ws.soap.addressing.version.AddressingVersion
-
Indicates whether the given endpoint reference has a None address.
- hasRequiredProperties(MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.version.Addressing10
-
- hasRequiredProperties(MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
-
- hasRequiredProperties(MessageAddressingProperties) - Method in interface org.springframework.ws.soap.addressing.version.AddressingVersion
-
- hasResponse() - Method in class org.springframework.ws.context.DefaultMessageContext
-
- hasResponse() - Method in interface org.springframework.ws.context.MessageContext
-
Indicates whether this context has a response.
- hasResponse() - Method in class org.springframework.ws.transport.AbstractSenderConnection
-
Indicates whether this connection has a response.
- hasResponse() - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
-
- hasResponse() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- hasResponse() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- hasResponse() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
- HEADER_ACCEPT - Static variable in interface org.springframework.ws.transport.TransportConstants
-
The "Accept" header.
- HEADER_ACCEPT_ENCODING - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
-
The "Accept-Encoding" header.
- HEADER_ACCEPT_ENCODING - Static variable in interface org.springframework.ws.transport.TransportConstants
-
The "Accept-Encoding" header.
- HEADER_CONTENT_ENCODING - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
-
The "Content-Encoding" header.
- HEADER_CONTENT_ID - Static variable in interface org.springframework.ws.transport.TransportConstants
-
The "Content-Id" header.
- HEADER_CONTENT_LENGTH - Static variable in interface org.springframework.ws.transport.TransportConstants
-
The "Content-Length" header.
- HEADER_CONTENT_TRANSFER_ENCODING - Static variable in interface org.springframework.ws.transport.TransportConstants
-
The "Content-Transfer-Encoding" header.
- HEADER_CONTENT_TYPE - Static variable in interface org.springframework.ws.transport.TransportConstants
-
The "Content-Type" header.
- HEADER_IN_REPLY_TO - Static variable in interface org.springframework.ws.transport.mail.MailTransportConstants
-
The "In-Reply-To" header.
- HEADER_SOAP_ACTION - Static variable in interface org.springframework.ws.transport.TransportConstants
-
The "SOAPAction" header, used in SOAP 1.1.
- HeadersAwareReceiverWebServiceConnection - Interface in org.springframework.ws.transport
-
- HeadersAwareSenderWebServiceConnection - Interface in org.springframework.ws.transport
-
- headerToJmsProperty(String) - Static method in class org.springframework.ws.transport.jms.support.JmsTransportUtils
-
Converts the given transport header to a JMS property name.
- HTTP_URI_SCHEME - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
-
The "http" URI scheme.
- HttpComponentsConnection - Class in org.springframework.ws.transport.http
-
- HttpComponentsConnection(HttpClient, HttpPost, HttpContext) - Constructor for class org.springframework.ws.transport.http.HttpComponentsConnection
-
- HttpComponentsMessageSender - Class in org.springframework.ws.transport.http
-
WebServiceMessageSender
implementation that uses
Apache
HttpClient to execute POST requests.
- HttpComponentsMessageSender() - Constructor for class org.springframework.ws.transport.http.HttpComponentsMessageSender
-
Create a new instance of the HttpClientMessageSender
with a default HttpClient
that uses a default
org.apache.http.impl.conn.PoolingClientConnectionManager
.
- HttpComponentsMessageSender(HttpClient) - Constructor for class org.springframework.ws.transport.http.HttpComponentsMessageSender
-
Create a new instance of the HttpClientMessageSender
with the given HttpClient
instance.
- HttpComponentsMessageSender.RemoveSoapHeadersInterceptor - Class in org.springframework.ws.transport.http
-
HttpClient HttpRequestInterceptor
implementation that removes Content-Length
and
Transfer-Encoding
headers from the request.
- HttpExchangeConnection - Class in org.springframework.ws.transport.http
-
- HttpExchangeConnection(HttpExchange) - Constructor for class org.springframework.ws.transport.http.HttpExchangeConnection
-
Constructs a new exchange connection with the given HttpExchange
.
- HTTPS_URI_SCHEME - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
-
The "https" URI scheme.
- HttpServletConnection - Class in org.springframework.ws.transport.http
-
- HttpServletConnection(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.ws.transport.http.HttpServletConnection
-
Constructs a new servlet connection with the given HttpServletRequest
and HttpServletResponse
.
- HttpsTransportException - Exception in org.springframework.ws.transport.http
-
Exception that is thrown when an error occurs in the HTTP transport.
- HttpsTransportException(String) - Constructor for exception org.springframework.ws.transport.http.HttpsTransportException
-
- HttpsTransportException(String, Throwable) - Constructor for exception org.springframework.ws.transport.http.HttpsTransportException
-
- HttpsUrlConnectionMessageSender - Class in org.springframework.ws.transport.http
-
- HttpsUrlConnectionMessageSender() - Constructor for class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
-
- HttpTransportConstants - Interface in org.springframework.ws.transport.http
-
Declares HTTP-specific transport constants.
- HttpTransportException - Exception in org.springframework.ws.transport.http
-
Exception that is thrown when an error occurs in the HTTP transport.
- HttpTransportException(String) - Constructor for exception org.springframework.ws.transport.http.HttpTransportException
-
- HttpTransportException(String, Throwable) - Constructor for exception org.springframework.ws.transport.http.HttpTransportException
-
- HttpUrlConnection - Class in org.springframework.ws.transport.http
-
- HttpUrlConnection(HttpURLConnection) - Constructor for class org.springframework.ws.transport.http.HttpUrlConnection
-
Creates a new instance of the HttpUrlConnection
with the given HttpURLConnection
.
- HttpUrlConnectionMessageSender - Class in org.springframework.ws.transport.http
-
WebServiceMessageSender
implementation that uses standard J2SE facilities to execute POST requests, without
support for HTTP authentication or advanced configuration options.
- HttpUrlConnectionMessageSender() - Constructor for class org.springframework.ws.transport.http.HttpUrlConnectionMessageSender
-
- onActivate() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
-
- onActivate() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
-
- onActivate() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
-
- onClose() - Method in class org.springframework.ws.transport.AbstractReceiverConnection
-
- onClose() - Method in class org.springframework.ws.transport.AbstractSenderConnection
-
- onClose() - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
-
- onClose() - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- onClose() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- onClose() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- onClose() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
- onClose() - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
- onClose() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- onClose() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- onClose() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- onMarshalResponse(MessageContext, Object, Object) - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
-
Deprecated.
Callback for post-processing in terms of marshalling.
- onMessage(Message, Session) - Method in class org.springframework.ws.transport.jms.WebServiceMessageListener
-
- onReceiveAfterRead(WebServiceMessage) - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
-
Called when the given message has been read from the TransportInputStream
.
- onReceiveBeforeRead() - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
-
Called before a message has been read from the TransportInputStream
.
- onReceiveBeforeRead() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- onReceiveBeforeRead() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- onReceiveBeforeRead() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
- onRefresh(ApplicationContext) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
-
Called after the given message has been written to the TransportOutputStream
.
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpServletConnection
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpUrlConnection
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
- onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
-
- onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
-
Called before the given message has been written to the TransportOutputStream
.
- onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
-
Deprecated.
- onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
-
- onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
-
- onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
-
- onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailSenderConnection
-
- onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
-
- onShutdown() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
-
- onShutdown() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
-
- onShutdown() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
-
- onStart() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
-
- onStart() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
-
- onStart() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
-
- onStartup(ServletContext) - Method in class org.springframework.ws.transport.http.support.AbstractMessageDispatcherServletInitializer
-
- onStop() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
-
- onStop() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
-
- onStop() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
-
- onUnmarshalRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
-
Deprecated.
Callback for post-processing in terms of unmarshalling.
- onUnmarshalRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
-
Deprecated.
- onValidationErrors(MessageContext, Object, Errors) - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
-
Deprecated.
Callback for post-processing validation errors.
- onValidationErrors(MessageContext, Object, Errors) - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
-
Deprecated.
- org.springframework.ws - package org.springframework.ws
-
Provides the core functionality of the Spring Web Services framework.
- org.springframework.ws.client - package org.springframework.ws.client
-
Contains classes for client-side Spring-WS support, allowing for Spring-style Web service access.
- org.springframework.ws.client.core - package org.springframework.ws.client.core
-
Core package of the Spring-WS client-side support.
- org.springframework.ws.client.core.support - package org.springframework.ws.client.core.support
-
Convenient super class for application classes that need Web service access.
- org.springframework.ws.client.support - package org.springframework.ws.client.support
-
Classes supporting the org.springframework.ws.client.core package.
- org.springframework.ws.client.support.destination - package org.springframework.ws.client.support.destination
-
Provides the DestinationProvider
interface.
- org.springframework.ws.client.support.interceptor - package org.springframework.ws.client.support.interceptor
-
Provides the ClientInterceptor
interface, and validating interceptors.
- org.springframework.ws.config - package org.springframework.ws.config
-
Provides an namespace handler for the Spring Web Services namespace.
- org.springframework.ws.config.annotation - package org.springframework.ws.config.annotation
-
- org.springframework.ws.context - package org.springframework.ws.context
-
Contains the MessageContext
interface and implementations thereof.
- org.springframework.ws.mime - package org.springframework.ws.mime
-
Provides MIME functionality for use the Spring Web Services framework.
- org.springframework.ws.pox - package org.springframework.ws.pox
-
Provides the Plain Old XML (POX) functionality of the Spring Web Services framework.
- org.springframework.ws.pox.dom - package org.springframework.ws.pox.dom
-
Contains an implementation of the POX interfaces that is based on DOM.
- org.springframework.ws.server - package org.springframework.ws.server
-
Contains classes for server-side Spring-WS support.
- org.springframework.ws.server.endpoint - package org.springframework.ws.server.endpoint
-
Provides standard endpoint, and EndpointAdapter
implementations.
- org.springframework.ws.server.endpoint.adapter - package org.springframework.ws.server.endpoint.adapter
-
Provides miscellaneous EndpointAdapter
implementations.
- org.springframework.ws.server.endpoint.adapter.method - package org.springframework.ws.server.endpoint.adapter.method
-
Provides the MethodArgumentResolver
and MethodReturnValueHandler
abstractions, and various
implementations thereof.
- org.springframework.ws.server.endpoint.adapter.method.dom - package org.springframework.ws.server.endpoint.adapter.method.dom
-
Provides DOM-based implementations of the MethodArgumentResolver
and
MethodReturnValueHandler
interfaces.
- org.springframework.ws.server.endpoint.adapter.method.jaxb - package org.springframework.ws.server.endpoint.adapter.method.jaxb
-
Provides JAXB2-based implementations of the MethodArgumentResolver
and
MethodReturnValueHandler
interfaces.
- org.springframework.ws.server.endpoint.annotation - package org.springframework.ws.server.endpoint.annotation
-
JDK 1.5+ annotations for Spring-WS endpoints.
- org.springframework.ws.server.endpoint.interceptor - package org.springframework.ws.server.endpoint.interceptor
-
Provides miscellaneous endpoints EndpointInterceptor
implementations.
- org.springframework.ws.server.endpoint.mapping - package org.springframework.ws.server.endpoint.mapping
-
Provides miscellaneous endpoints EndpointMapping
implementations.
- org.springframework.ws.server.endpoint.mapping.jaxb - package org.springframework.ws.server.endpoint.mapping.jaxb
-
Provides JAXB2-based EndpointMapping
implementations.
- org.springframework.ws.server.endpoint.support - package org.springframework.ws.server.endpoint.support
-
Provides helper classes for EndpointAdapter
, EndpointInteceptor
, and
EndpointMapping
implementations.
- org.springframework.ws.soap - package org.springframework.ws.soap
-
Provides the SOAP functionality of the Spring Web Services framework.
- org.springframework.ws.soap.addressing - package org.springframework.ws.soap.addressing
-
Provides WS-Addressing implementation classes.
- org.springframework.ws.soap.addressing.client - package org.springframework.ws.soap.addressing.client
-
- org.springframework.ws.soap.addressing.core - package org.springframework.ws.soap.addressing.core
-
Core package for WS-Addressing support.
- org.springframework.ws.soap.addressing.messageid - package org.springframework.ws.soap.addressing.messageid
-
Contains various strategies for generating WS-Addressing MessageIDs.
- org.springframework.ws.soap.addressing.server - package org.springframework.ws.soap.addressing.server
-
Contains servers-side WS-Addressing support, in the form of EndpointMappings
.
- org.springframework.ws.soap.addressing.server.annotation - package org.springframework.ws.soap.addressing.server.annotation
-
- org.springframework.ws.soap.addressing.version - package org.springframework.ws.soap.addressing.version
-
Contains abstractions over various versions of the WS-Addressing specification.
- org.springframework.ws.soap.axiom - package org.springframework.ws.soap.axiom
-
AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure.
- org.springframework.ws.soap.axiom.support - package org.springframework.ws.soap.axiom.support
-
Support classes for working with the AXis Object Model (AXIOM).
- org.springframework.ws.soap.client - package org.springframework.ws.soap.client
-
Contains classes for SOAP-specific client-side Spring-WS support.
- org.springframework.ws.soap.client.core - package org.springframework.ws.soap.client.core
-
Contains core classes for SOAP-specific client-side Spring-WS support.
- org.springframework.ws.soap.saaj - package org.springframework.ws.soap.saaj
-
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
- org.springframework.ws.soap.saaj.support - package org.springframework.ws.soap.saaj.support
-
Support classes for working with the SOAP with Attachments API for Java (SAAJ).
- org.springframework.ws.soap.security - package org.springframework.ws.soap.security
-
Provides WS-Security implementation classes.
- org.springframework.ws.soap.security.callback - package org.springframework.ws.soap.security.callback
-
Contains generic CallbackHandler
implementations.
- org.springframework.ws.soap.security.support - package org.springframework.ws.soap.security.support
-
Contains support classes for handling WS-Security messages.
- org.springframework.ws.soap.security.wss4j2 - package org.springframework.ws.soap.security.wss4j2
-
Contains classes for using the
Apache WSS4J 2.0 WS-Security implementation
within
Spring-WS.
- org.springframework.ws.soap.security.wss4j2.callback - package org.springframework.ws.soap.security.wss4j2.callback
-
Contains CallbackHandler
implementations for WSS4J 2.0.
- org.springframework.ws.soap.security.wss4j2.support - package org.springframework.ws.soap.security.wss4j2.support
-
Contains support classes for working with WSS4J 2.0.
- org.springframework.ws.soap.security.x509 - package org.springframework.ws.soap.security.x509
-
- org.springframework.ws.soap.security.x509.cache - package org.springframework.ws.soap.security.x509.cache
-
- org.springframework.ws.soap.security.x509.populator - package org.springframework.ws.soap.security.x509.populator
-
- org.springframework.ws.soap.security.xwss - package org.springframework.ws.soap.security.xwss
-
- org.springframework.ws.soap.security.xwss.callback - package org.springframework.ws.soap.security.xwss.callback
-
Contains CallbackHandler
implementations for XWSS.
- org.springframework.ws.soap.security.xwss.callback.jaas - package org.springframework.ws.soap.security.xwss.callback.jaas
-
- org.springframework.ws.soap.server - package org.springframework.ws.soap.server
-
Contains classes for SOAP-specific server-side Spring-WS support.
- org.springframework.ws.soap.server.endpoint - package org.springframework.ws.soap.server.endpoint
-
Provides EndpointAdapter
, EndpointMapping
, and EndpointExceptionResolver
implementations for SOAP.
- org.springframework.ws.soap.server.endpoint.adapter.method - package org.springframework.ws.soap.server.endpoint.adapter.method
-
- org.springframework.ws.soap.server.endpoint.annotation - package org.springframework.ws.soap.server.endpoint.annotation
-
JDK 1.5+ annotations for Spring-WS SOAP endpoints.
- org.springframework.ws.soap.server.endpoint.interceptor - package org.springframework.ws.soap.server.endpoint.interceptor
-
Provides miscellaneous endpoints EndpointInterceptor
implementations for SOAP purposes.
- org.springframework.ws.soap.server.endpoint.mapping - package org.springframework.ws.soap.server.endpoint.mapping
-
Provides miscellaneous endpoints EndpointMapping
implementations for SOAP purposes.
- org.springframework.ws.soap.soap11 - package org.springframework.ws.soap.soap11
-
Contains interfaces specific to SOAP 1.1.
- org.springframework.ws.soap.soap12 - package org.springframework.ws.soap.soap12
-
Contains interfaces specific to SOAP 1.2.
- org.springframework.ws.soap.support - package org.springframework.ws.soap.support
-
Classes supporting the org.springframework.ws.soap package.
- org.springframework.ws.stream - package org.springframework.ws.stream
-
- org.springframework.ws.support - package org.springframework.ws.support
-
Provides general helper classes for Spring Web Services.
- org.springframework.ws.test.client - package org.springframework.ws.test.client
-
Provides a testing framework for client-side Web service testing.
- org.springframework.ws.test.server - package org.springframework.ws.test.server
-
Provides a testing framework for server-side Web service testing.
- org.springframework.ws.test.support - package org.springframework.ws.test.support
-
- org.springframework.ws.test.support.creator - package org.springframework.ws.test.support.creator
-
- org.springframework.ws.test.support.matcher - package org.springframework.ws.test.support.matcher
-
- org.springframework.ws.transport - package org.springframework.ws.transport
-
Contains the TransportRequest and TransportResponse interfaces.
- org.springframework.ws.transport.context - package org.springframework.ws.transport.context
-
Abstraction for determining the current TransportInputStream and TransportOutputStream.
- org.springframework.ws.transport.http - package org.springframework.ws.transport.http
-
Package providing support for handling messages via HTTP.
- org.springframework.ws.transport.http.support - package org.springframework.ws.transport.http.support
-
- org.springframework.ws.transport.jms - package org.springframework.ws.transport.jms
-
Package providing support for handling messages via JMS.
- org.springframework.ws.transport.jms.support - package org.springframework.ws.transport.jms.support
-
Classes supporting the org.springframework.ws.transport.jms package.
- org.springframework.ws.transport.mail - package org.springframework.ws.transport.mail
-
Package providing support for handling messages via email.
- org.springframework.ws.transport.mail.monitor - package org.springframework.ws.transport.mail.monitor
-
Provides the MonitoringStrategy interface and implementations.
- org.springframework.ws.transport.mail.support - package org.springframework.ws.transport.mail.support
-
Classes supporting the org.springframework.ws.transport.mail package.
- org.springframework.ws.transport.support - package org.springframework.ws.transport.support
-
Classes supporting the org.springframework.ws.transport package.
- org.springframework.ws.transport.xmpp - package org.springframework.ws.transport.xmpp
-
Package providing support for handling messages via xmpp.
- org.springframework.ws.transport.xmpp.support - package org.springframework.ws.transport.xmpp.support
-
- org.springframework.ws.wsdl - package org.springframework.ws.wsdl
-
Provides the WSDL functionality of the Spring Web Services framework.
- org.springframework.ws.wsdl.wsdl11 - package org.springframework.ws.wsdl.wsdl11
-
Contains interfaces and classes specific to WSDL 1.1.
- org.springframework.ws.wsdl.wsdl11.provider - package org.springframework.ws.wsdl.wsdl11.provider
-
Provides a contribution strategy for WSDL definitions.
- org.springframework.xml - package org.springframework.xml
-
Provides classes for XML handling: version detection and a base XML exception class.
- org.springframework.xml.dom - package org.springframework.xml.dom
-
Provides classes that help with DOM: the Document Object Model.
- org.springframework.xml.namespace - package org.springframework.xml.namespace
-
Provides classes that help with XML Namespace processing.
- org.springframework.xml.sax - package org.springframework.xml.sax
-
Provides classes that help with SAX: the Simple API for XML.
- org.springframework.xml.transform - package org.springframework.xml.transform
-
Provides classes that help with XML transformations.
- org.springframework.xml.validation - package org.springframework.xml.validation
-
Provides classes for XML validation in JAXP 1.0 and JAXP 1.3.
- org.springframework.xml.xpath - package org.springframework.xml.xpath
-
Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
- org.springframework.xml.xsd - package org.springframework.xml.xsd
-
Provides an abstraction over XSD XML schemas.
- org.springframework.xml.xsd.commons - package org.springframework.xml.xsd.commons
-
Contains a implementation of the XsdSchema
interfaces that uses Apache WS-Commons XML Schema.