A B C D E F G H I L M N O P R S T U V W X

A

AbstractActionEndpointMapping - Class in org.springframework.ws.soap.addressing.server
Abstract base class for WS-Addressing Action-mapped EndpointMapping implementations.
AbstractActionEndpointMapping() - Constructor for class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
 
AbstractActionMethodEndpointMapping - Class in org.springframework.ws.soap.addressing.server
Abstract base class for WS-Addressing Action-mapped EndpointMapping implementations that map to MethodEndpoints.
AbstractActionMethodEndpointMapping() - Constructor for class org.springframework.ws.soap.addressing.server.AbstractActionMethodEndpointMapping
 
AbstractAddressingEndpointMapping - Class in org.springframework.ws.soap.addressing.server
Abstract base class for EndpointMapping implementations that handle WS-Addressing.
AbstractAddressingEndpointMapping() - Constructor for class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
Protected constructor.
AbstractAddressingVersion - Class in org.springframework.ws.soap.addressing.version
Abstract base class for AddressingVersion implementations.
AbstractAddressingVersion() - Constructor for class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
 
AbstractBindingWsdl4jDefinitionBuilder - Class in org.springframework.ws.wsdl.wsdl11.builder
Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
AbstractBindingWsdl4jDefinitionBuilder() - Constructor for class org.springframework.ws.wsdl.wsdl11.builder.AbstractBindingWsdl4jDefinitionBuilder
Deprecated.  
AbstractCachingDestinationProvider - Class in org.springframework.ws.client.support.destination
Abstract base class for DestinationProvider implementations that cache destination URI.
AbstractCachingDestinationProvider() - Constructor for class org.springframework.ws.client.support.destination.AbstractCachingDestinationProvider
 
AbstractDom4jPayloadEndpoint - Class in org.springframework.ws.server.endpoint
Abstract base class for endpoints that handle the message payload as dom4j elements.
AbstractDom4jPayloadEndpoint() - Constructor for class org.springframework.ws.server.endpoint.AbstractDom4jPayloadEndpoint
 
AbstractDomPayloadEndpoint - Class in org.springframework.ws.server.endpoint
Abstract base class for endpoints that handle the message payload as DOM elements.
AbstractDomPayloadEndpoint() - Constructor for class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
 
AbstractEndpointExceptionResolver - Class in org.springframework.ws.server.endpoint
Abstract base class for EndpointExceptionResolvers.
AbstractEndpointExceptionResolver() - Constructor for class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
 
AbstractEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Abstract base class for EndpointMapping implementations.
AbstractEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
 
AbstractFaultCreatingValidatingInterceptor - Class in org.springframework.ws.soap.server.endpoint.interceptor
Subclass of AbstractValidatingInterceptor that creates a SOAP Fault whenever the request message cannot be validated.
AbstractFaultCreatingValidatingInterceptor() - Constructor for class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
 
AbstractFaultCreatingValidatingMarshallingPayloadEndpoint - Class in org.springframework.ws.soap.server.endpoint
Extension of the AbstractValidatingMarshallingPayloadEndpoint which validates the request payload with Validator(s), and creates a SOAP Fault whenever the request message cannot be validated.
AbstractFaultCreatingValidatingMarshallingPayloadEndpoint() - Constructor for class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
 
AbstractHttpSenderConnection - Class in org.springframework.ws.transport.http
Abstract base class for WebServiceConnection implementations that send request over HTTP.
AbstractHttpSenderConnection() - Constructor for class org.springframework.ws.transport.http.AbstractHttpSenderConnection
 
AbstractHttpWebServiceMessageSender - Class in org.springframework.ws.transport.http
Abstract base class for WebServiceMessageSender implementations that use HTTP.
AbstractHttpWebServiceMessageSender() - Constructor for class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
 
AbstractJDomPayloadEndpoint - Class in org.springframework.ws.server.endpoint
Abstract base class for endpoints that handle the message payload as JDOM elements.
AbstractJDomPayloadEndpoint() - Constructor for class org.springframework.ws.server.endpoint.AbstractJDomPayloadEndpoint
 
AbstractLoggingInterceptor - Class in org.springframework.ws.server.endpoint
Abstract base class for EndpointInterceptor instances that log a part of a WebServiceMessage.
AbstractLoggingInterceptor() - Constructor for class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
 
AbstractMapBasedEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Abstract base class for endpoint mapping that are based on a Map.
AbstractMapBasedEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
 
AbstractMarshallingPayloadEndpoint - Class in org.springframework.ws.server.endpoint
Endpoint that unmarshals the request payload, and marshals the response object.
AbstractMarshallingPayloadEndpoint() - Constructor for class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Creates a new AbstractMarshallingPayloadEndpoint.
AbstractMarshallingPayloadEndpoint(Marshaller) - Constructor for class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Creates a new AbstractMarshallingPayloadEndpoint with the given marshaller.
AbstractMarshallingPayloadEndpoint(Marshaller, Unmarshaller) - Constructor for class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Creates a new AbstractMarshallingPayloadEndpoint with the given marshaller and unmarshaller.
AbstractMessageContext - Class in org.springframework.ws.context
Abstract base class for MessageContext instances.
AbstractMessageContext() - Constructor for class org.springframework.ws.context.AbstractMessageContext
 
AbstractMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
Abstract base class for EndpointAdapter implementations that support MethodEndpoints.
AbstractMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.AbstractMethodEndpointAdapter
 
AbstractMethodEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Abstract base class for MethodEndpoint mappings.
AbstractMethodEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
 
AbstractMimeMessage - Class in org.springframework.ws.mime
Abstract implementation of the MimeMessage interface.
AbstractMimeMessage() - Constructor for class org.springframework.ws.mime.AbstractMimeMessage
 
AbstractPortTypesProvider - Class in org.springframework.ws.wsdl.wsdl11.provider
Abstract base class for PortTypesProvider implementations.
AbstractPortTypesProvider() - Constructor for class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
 
AbstractQNameEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Abstract base class for EndpointMappings that resolve qualified names as registration keys.
AbstractQNameEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.AbstractQNameEndpointMapping
 
AbstractReceiverConnection - Class in org.springframework.ws.transport
Abstract base class for WebServiceConnection implementations used for receiving requests.
AbstractReceiverConnection() - Constructor for class org.springframework.ws.transport.AbstractReceiverConnection
 
AbstractSaxPayloadEndpoint - Class in org.springframework.ws.server.endpoint
Abstract base class for endpoints that handle the message payload with a SAX ContentHandler.
AbstractSaxPayloadEndpoint() - Constructor for class org.springframework.ws.server.endpoint.AbstractSaxPayloadEndpoint
 
AbstractSenderConnection - Class in org.springframework.ws.transport
Abstract base class for WebServiceConnection implementations used for sending requests.
AbstractSenderConnection() - Constructor for class org.springframework.ws.transport.AbstractSenderConnection
 
AbstractSoap11Wsdl4jDefinitionBuilder - Class in org.springframework.ws.wsdl.wsdl11.builder
Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
AbstractSoap11Wsdl4jDefinitionBuilder() - Constructor for class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated.  
AbstractSoap12Wsdl4jDefinitionBuilder - Class in org.springframework.ws.wsdl.wsdl11.builder
Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
AbstractSoap12Wsdl4jDefinitionBuilder() - Constructor for class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated.  
AbstractSoapFaultDefinitionExceptionResolver - Class in org.springframework.ws.soap.server.endpoint
Abstract base class for SOAP-based EndpointExceptionResolver implementations that depend on SoapFaultDefinition.
AbstractSoapFaultDefinitionExceptionResolver() - Constructor for class org.springframework.ws.soap.server.endpoint.AbstractSoapFaultDefinitionExceptionResolver
 
AbstractSoapMessage - Class in org.springframework.ws.soap
Abstract implementation of the SoapMessage interface.
AbstractSoapMessage() - Constructor for class org.springframework.ws.soap.AbstractSoapMessage
 
AbstractStaxEventPayloadEndpoint - Class in org.springframework.ws.server.endpoint
Abstract base class for endpoints that handle the message payload with event-based StAX.
AbstractStaxEventPayloadEndpoint() - Constructor for class org.springframework.ws.server.endpoint.AbstractStaxEventPayloadEndpoint
 
AbstractStaxPayloadEndpoint - Class in org.springframework.ws.server.endpoint
Abstract base class for endpoints use StAX.
AbstractStaxPayloadEndpoint() - Constructor for class org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
 
AbstractStaxStreamPayloadEndpoint - Class in org.springframework.ws.server.endpoint
Abstract base class for endpoints that handle the message payload with streaming StAX.
AbstractStaxStreamPayloadEndpoint() - Constructor for class org.springframework.ws.server.endpoint.AbstractStaxStreamPayloadEndpoint
 
AbstractValidatingInterceptor - Class in org.springframework.ws.client.support.interceptor
Abstract base class for ClientInterceptor implementations that validate part of the message using a schema.
AbstractValidatingInterceptor() - Constructor for class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
 
AbstractValidatingInterceptor - Class in org.springframework.ws.server.endpoint.interceptor
Abstract base class for EndpointInterceptor implementations that validate part of the message using a schema.
AbstractValidatingInterceptor() - Constructor for class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
 
AbstractValidatingMarshallingPayloadEndpoint - Class in org.springframework.ws.server.endpoint
Extension of the AbstractMarshallingPayloadEndpoint which validates the request payload with Validator(s).
AbstractValidatingMarshallingPayloadEndpoint() - Constructor for class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
 
AbstractWebServiceConnection - Class in org.springframework.ws.transport
Abstract base class for WebServiceConnection implementations.
AbstractWebServiceConnection() - Constructor for class org.springframework.ws.transport.AbstractWebServiceConnection
 
AbstractWsdl4jDefinitionBuilder - Class in org.springframework.ws.wsdl.wsdl11.builder
Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
AbstractWsdl4jDefinitionBuilder() - Constructor for class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated.  
AbstractXomPayloadEndpoint - Class in org.springframework.ws.server.endpoint
Abstract base class for endpoints that handle the message payload as XOM elements.
AbstractXomPayloadEndpoint() - Constructor for class org.springframework.ws.server.endpoint.AbstractXomPayloadEndpoint
 
ActionCallback - Class in org.springframework.ws.soap.addressing.client
WebServiceMessageCallback implementation that sets the WS-Addressing Action header on the message.
ActionCallback(String) - Constructor for class org.springframework.ws.soap.addressing.client.ActionCallback
Create a new ActionCallback with the given Action.
ActionCallback(URI) - Constructor for class org.springframework.ws.soap.addressing.client.ActionCallback
Create a new ActionCallback with the given Action.
ActionCallback(URI, AddressingVersion) - Constructor for class org.springframework.ws.soap.addressing.client.ActionCallback
Create a new ActionCallback with the given version and Action.
ActionCallback(URI, AddressingVersion, URI) - Constructor for class org.springframework.ws.soap.addressing.client.ActionCallback
Create a new ActionCallback with the given version, Action, and optional To.
addAddressingHeaders(SoapMessage, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
 
addAddressingHeaders(SoapMessage, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.version.Addressing10
 
addAddressingHeaders(SoapMessage, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
 
addAddressingHeaders(SoapMessage, MessageAddressingProperties) - Method in interface org.springframework.ws.soap.addressing.version.AddressingVersion
Adds addressing SOAP headers to the given message, using the given MessageAddressingProperties.
addAttachment(String, File) - Method in class org.springframework.ws.mime.AbstractMimeMessage
 
addAttachment(String, InputStreamSource, String) - Method in class org.springframework.ws.mime.AbstractMimeMessage
 
addAttachment(String, File) - Method in interface org.springframework.ws.mime.MimeMessage
Add an attachment to the message, taking the content from a File.
addAttachment(String, InputStreamSource, String) - Method in interface org.springframework.ws.mime.MimeMessage
Add an attachment to the message, taking the content from an InputStreamSource.
addAttachment(String, DataHandler) - Method in interface org.springframework.ws.mime.MimeMessage
Add an attachment to the message, taking the content from a DataHandler.
addAttachment(String, DataHandler) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
 
addAttachment(String, DataHandler) - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
 
addAttribute(QName, String) - Method in interface org.springframework.ws.soap.SoapElement
Adds an attribute with the specified qualified name and value to this element.
addBindings(Definition) - Method in interface org.springframework.ws.wsdl.wsdl11.provider.BindingsProvider
 
addBindings(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Creates a Binding for each PortType in the definition, and calls DefaultConcretePartProvider.populateBinding(Definition,javax.wsdl.Binding) with it.
addBindings(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SoapProvider
 
addClientOrSenderFault(String, Locale) - Method in interface org.springframework.ws.soap.SoapBody
Adds a Client/Sender fault to the body.
addDataEncodingUnknownFault(QName[], String, Locale) - Method in interface org.springframework.ws.soap.soap12.Soap12Body
Adds a DataEncodingUnknown fault to the body.
addEndpointReference(SoapHeaderElement, EndpointReference) - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
Adds ReplyTo, FaultTo, or From EPR to the given header Element.
addFault(QName, String, Locale) - Method in interface org.springframework.ws.soap.soap11.Soap11Body
Adds a SOAP 1.1 Fault to the body with a localized message.
addFaultDetail() - Method in interface org.springframework.ws.soap.SoapFault
Creates an optional SoapFaultDetail object and assigns it to this fault.
addFaultDetailElement(QName) - Method in interface org.springframework.ws.soap.SoapFaultDetail
Adds a new SoapFaultDetailElement with the specified qualified name to this detail.
addFaultSubcode(QName) - Method in interface org.springframework.ws.soap.soap12.Soap12Fault
Adds a fault subcode this fault.
addHeader(String, String) - Method in class org.springframework.ws.transport.TransportOutputStream
Adds a header with the given name and value.
addHeaderElement(QName) - Method in interface org.springframework.ws.soap.SoapHeader
Adds a new SoapHeaderElement with the specified qualified name to this header.
addImports(Definition) - Method in interface org.springframework.ws.wsdl.wsdl11.provider.ImportsProvider
 
addInvalidAddressingHeaderFault(SoapMessage) - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
 
addInvalidAddressingHeaderFault(SoapMessage) - Method in interface org.springframework.ws.soap.addressing.version.AddressingVersion
Adds a Invalid Addressing Header fault to the given message.
addMessageAddressingHeaderRequiredFault(SoapMessage) - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
 
addMessageAddressingHeaderRequiredFault(SoapMessage) - Method in interface org.springframework.ws.soap.addressing.version.AddressingVersion
Adds a Message Addressing Header Required fault to the given message.
addMessages(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultMessagesProvider
 
addMessages(Definition) - Method in interface org.springframework.ws.wsdl.wsdl11.provider.MessagesProvider
 
addMustUnderstandFault(String, Locale) - Method in interface org.springframework.ws.soap.SoapBody
Adds a MustUnderstand fault to the body.
addNotUnderstoodHeaderElement(QName) - Method in interface org.springframework.ws.soap.soap12.Soap12Header
Adds a new NotUnderstood SoapHeaderElement this header.
addPortTypes(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Creates a single PortType, and calls AbstractPortTypesProvider.populatePortType(Definition, PortType) with it.
addPortTypes(Definition) - Method in interface org.springframework.ws.wsdl.wsdl11.provider.PortTypesProvider
 
addReferenceNodes(Result, List) - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
 
addRequestHeader(String, String) - Method in class org.springframework.ws.transport.AbstractSenderConnection
Adds a request header with the given name and value.
addRequestHeader(String, String) - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
 
addRequestHeader(String, String) - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
addResponseHeader(String, String) - Method in class org.springframework.ws.transport.AbstractReceiverConnection
Adds a response header with the given name and value.
addResponseHeader(String, String) - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
Addressing10 - Class in org.springframework.ws.soap.addressing.version
Implements WS-Addressing 1.0 (May 2006).
Addressing10() - Constructor for class org.springframework.ws.soap.addressing.version.Addressing10
 
Addressing200408 - Class in org.springframework.ws.soap.addressing.version
Implements the August 2004 edition of the WS-Addressing specification.
Addressing200408() - Constructor for class org.springframework.ws.soap.addressing.version.Addressing200408
 
AddressingException - Exception in org.springframework.ws.soap.addressing
Exception thrown in case on WS-Addressing errors.
AddressingException(String) - Constructor for exception org.springframework.ws.soap.addressing.AddressingException
 
AddressingException(String, Throwable) - Constructor for exception org.springframework.ws.soap.addressing.AddressingException
 
AddressingVersion - Interface in org.springframework.ws.soap.addressing.version
Defines the contract for a specific version of the WS-Addressing specification.
addServerOrReceiverFault(String, Locale) - Method in interface org.springframework.ws.soap.SoapBody
Adds a Server/Receiver fault to the body.
addServices(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Creates a single Service if not present, and calls DefaultConcretePartProvider.populateService(Definition, Service) with it.
addServices(Definition) - Method in interface org.springframework.ws.wsdl.wsdl11.provider.ServicesProvider
 
addServices(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SoapProvider
 
addText(String) - Method in interface org.springframework.ws.soap.SoapFaultDetailElement
Adds a new text node to this element.
addTypes(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.provider.InliningXsdSchemaTypesProvider
 
addTypes(Definition) - Method in interface org.springframework.ws.wsdl.wsdl11.provider.TypesProvider
 
addUpgradeHeaderElement(String[]) - Method in interface org.springframework.ws.soap.soap12.Soap12Header
Adds a new Upgrade SoapHeaderElement this header.
addVersionMismatchFault(String, Locale) - Method in interface org.springframework.ws.soap.SoapBody
Adds a VersionMismatch fault to the body.
afterMarshallerSet() - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Deprecated. as of Spring Web Services 1.5: AbstractMarshallingPayloadEndpoint.afterPropertiesSet() is no longer final, so this can safely be overriden in subclasses
afterPropertiesSet() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
 
afterPropertiesSet() - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
 
afterPropertiesSet() - Method in class org.springframework.ws.client.support.WebServiceAccessor
 
afterPropertiesSet() - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
 
afterPropertiesSet() - Method in class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
 
afterPropertiesSet() - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
 
afterPropertiesSet() - Method in class org.springframework.ws.server.endpoint.interceptor.PayloadTransformingInterceptor
 
afterPropertiesSet() - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
 
afterPropertiesSet() - Method in class org.springframework.ws.server.endpoint.mapping.XPathPayloadEndpointMapping
 
afterPropertiesSet() - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
 
afterPropertiesSet() - Method in class org.springframework.ws.soap.addressing.server.SimpleActionEndpointMapping
 
afterPropertiesSet() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
 
afterPropertiesSet() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
 
afterPropertiesSet() - Method in class org.springframework.ws.soap.server.endpoint.mapping.DelegatingSoapEndpointMapping
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
 
afterPropertiesSet() - Method in class org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport
 
afterPropertiesSet() - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
 
afterPropertiesSet() - Method in class org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
 
afterPropertiesSet() - Method in class org.springframework.ws.wsdl.wsdl11.SimpleWsdl11Definition
 
Attachment - Interface in org.springframework.ws.mime
Represents an attachment to a MimeMessage
AttachmentException - Exception in org.springframework.ws.mime
Exception thrown when a MIME attachment could not be accessed.
AttachmentException(String) - Constructor for exception org.springframework.ws.mime.AttachmentException
 
AttachmentException(String, Throwable) - Constructor for exception org.springframework.ws.mime.AttachmentException
 
AttachmentException(Throwable) - Constructor for exception org.springframework.ws.mime.AttachmentException
 
available() - Method in class org.springframework.ws.transport.TransportInputStream
 
AxiomAttachmentException - Exception in org.springframework.ws.soap.axiom
 
AxiomAttachmentException(String) - Constructor for exception org.springframework.ws.soap.axiom.AxiomAttachmentException
 
AxiomAttachmentException(String, Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomAttachmentException
 
AxiomAttachmentException(Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomAttachmentException
 
AxiomSoapBodyException - Exception in org.springframework.ws.soap.axiom
 
AxiomSoapBodyException(String) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapBodyException
 
AxiomSoapBodyException(String, Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapBodyException
 
AxiomSoapBodyException(Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapBodyException
 
AxiomSoapElementException - Exception in org.springframework.ws.soap.axiom
 
AxiomSoapElementException(String) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapElementException
 
AxiomSoapElementException(String, Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapElementException
 
AxiomSoapElementException(Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapElementException
 
AxiomSoapEnvelopeException - Exception in org.springframework.ws.soap.axiom
 
AxiomSoapEnvelopeException(String) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapEnvelopeException
 
AxiomSoapEnvelopeException(String, Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapEnvelopeException
 
AxiomSoapEnvelopeException(Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapEnvelopeException
 
AxiomSoapFaultException - Exception in org.springframework.ws.soap.axiom
 
AxiomSoapFaultException(String) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapFaultException
 
AxiomSoapFaultException(String, Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapFaultException
 
AxiomSoapFaultException(Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapFaultException
 
AxiomSoapHeaderException - Exception in org.springframework.ws.soap.axiom
 
AxiomSoapHeaderException(String) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapHeaderException
 
AxiomSoapHeaderException(String, Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapHeaderException
 
AxiomSoapHeaderException(Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapHeaderException
 
AxiomSoapMessage - Class in org.springframework.ws.soap.axiom
AXIOM-specific implementation of the SoapMessage interface.
AxiomSoapMessage(SOAPFactory) - Constructor for class org.springframework.ws.soap.axiom.AxiomSoapMessage
Create a new, empty AxiomSoapMessage.
AxiomSoapMessage(SOAPFactory, boolean) - Constructor for class org.springframework.ws.soap.axiom.AxiomSoapMessage
Create a new, empty AxiomSoapMessage.
AxiomSoapMessage(SOAPMessage, String, boolean) - Constructor for class org.springframework.ws.soap.axiom.AxiomSoapMessage
Create a new AxiomSoapMessage based on the given AXIOM SOAPMessage.
AxiomSoapMessage(SOAPMessage, Attachments, String, boolean) - Constructor for class org.springframework.ws.soap.axiom.AxiomSoapMessage
Create a new AxiomSoapMessage based on the given AXIOM SOAPMessage and attachments.
AxiomSoapMessageCreationException - Exception in org.springframework.ws.soap.axiom
 
AxiomSoapMessageCreationException(String) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapMessageCreationException
 
AxiomSoapMessageCreationException(String, Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapMessageCreationException
 
AxiomSoapMessageException - Exception in org.springframework.ws.soap.axiom
 
AxiomSoapMessageException(String) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapMessageException
 
AxiomSoapMessageException(String, Throwable) - Constructor for exception org.springframework.ws.soap.axiom.AxiomSoapMessageException
 
AxiomSoapMessageFactory - Class in org.springframework.ws.soap.axiom
Axiom-specific implementation of the WebServiceMessageFactory interface.
AxiomSoapMessageFactory() - Constructor for class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
Default constructor.
AxiomUtils - Class in org.springframework.ws.soap.axiom.support
Collection of generic utility methods to work with Axiom.
AxiomUtils() - Constructor for class org.springframework.ws.soap.axiom.support.AxiomUtils
 

B

BindingsProvider - Interface in org.springframework.ws.wsdl.wsdl11.provider
Strategy for adding Bindings to a Definition.
buildBindings(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractBindingWsdl4jDefinitionBuilder
Deprecated. Creates a Binding for each PortType in the definition, and calls AbstractBindingWsdl4jDefinitionBuilder.populateBinding(Binding, PortType) with it.
buildBindings() - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated.  
buildBindings(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated. Adds bindings to the definition.
buildBindings() - Method in interface org.springframework.ws.wsdl.wsdl11.Wsdl11DefinitionBuilder
Deprecated. Adds bindings to the definition.
buildDefinition() - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated.  
buildDefinition() - Method in interface org.springframework.ws.wsdl.wsdl11.Wsdl11DefinitionBuilder
Deprecated. Builds a new, empty definition.
buildImports() - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated.  
buildImports(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated. Adds imports to the definition.
buildImports(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Does nothing.
buildImports(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Does nothing.
buildImports() - Method in interface org.springframework.ws.wsdl.wsdl11.Wsdl11DefinitionBuilder
Deprecated. Adds imports to the definition.
buildMessages() - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated.  
buildMessages(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated. Adds messages to the definition.
buildMessages(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Creates messages for each element found in the schema for which XsdBasedSoap11Wsdl4jDefinitionBuilder.isRequestMessage(QName), XsdBasedSoap11Wsdl4jDefinitionBuilder.isResponseMessage(QName), or XsdBasedSoap11Wsdl4jDefinitionBuilder.isFaultMessage(QName) is true.
buildMessages(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Creates messages for each element found in the schema for which XsdBasedSoap12Wsdl4jDefinitionBuilder.isRequestMessage(QName), XsdBasedSoap12Wsdl4jDefinitionBuilder.isResponseMessage(QName), or XsdBasedSoap12Wsdl4jDefinitionBuilder.isFaultMessage(QName) is true.
buildMessages() - Method in interface org.springframework.ws.wsdl.wsdl11.Wsdl11DefinitionBuilder
Deprecated. Adds messages to the definition.
buildPortTypes() - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated.  
buildPortTypes(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated. Adds port types to the definition.
buildPortTypes(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated.  
buildPortTypes(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated.  
buildPortTypes() - Method in interface org.springframework.ws.wsdl.wsdl11.Wsdl11DefinitionBuilder
Deprecated. Adds portTypes to the definition.
buildServices(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractBindingWsdl4jDefinitionBuilder
Deprecated. Creates a single Service, and calls AbstractBindingWsdl4jDefinitionBuilder.populateService(Service) with it.
buildServices() - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated.  
buildServices(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated. Adds services to the definition.
buildServices() - Method in interface org.springframework.ws.wsdl.wsdl11.Wsdl11DefinitionBuilder
Deprecated. Adds services to the definition.
buildTypes() - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated.  
buildTypes(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated. Adds types to the definition.
buildTypes(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Creates a Types object containing a Schema.
buildTypes(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Creates a Types object containing a Schema.
buildTypes() - Method in interface org.springframework.ws.wsdl.wsdl11.Wsdl11DefinitionBuilder
Deprecated. Adds types to the definition.

C

characters(char[], int, int) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
clearResponse() - Method in class org.springframework.ws.context.DefaultMessageContext
 
clearResponse() - Method in interface org.springframework.ws.context.MessageContext
Removes the response message, if any.
CLIENT - Static variable in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
Constant QName used to indicate that a Client fault must be created.
ClientInterceptor - Interface in org.springframework.ws.client.support.interceptor
Workflow interface that allows for customized client-side message interception.
close() - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
 
close() - Method in class org.springframework.ws.transport.TransportInputStream
 
close() - Method in class org.springframework.ws.transport.TransportOutputStream
 
close() - Method in interface org.springframework.ws.transport.WebServiceConnection
Closes this connection.
closeConnection(WebServiceConnection) - Static method in class org.springframework.ws.transport.support.TransportUtils
Close the given WebServiceConnection and ignore any thrown exception.
CommonsHttpConnection - Class in org.springframework.ws.transport.http
Implementation of WebServiceConnection that is based on Jakarta Commons HttpClient.
CommonsHttpConnection(HttpClient, PostMethod) - Constructor for class org.springframework.ws.transport.http.CommonsHttpConnection
 
CommonsHttpMessageSender - Class in org.springframework.ws.transport.http
WebServiceMessageSender implementation that uses Jakarta Commons HttpClient to execute POST requests.
CommonsHttpMessageSender() - Constructor for class org.springframework.ws.transport.http.CommonsHttpMessageSender
Create a new instance of the CommonsHttpMessageSender with a default HttpClient that uses a default MultiThreadedHttpConnectionManager.
CommonsHttpMessageSender(HttpClient) - Constructor for class org.springframework.ws.transport.http.CommonsHttpMessageSender
Create a new instance of the CommonsHttpMessageSender with the given HttpClient instance.
containsProperty(String) - Method in class org.springframework.ws.context.AbstractMessageContext
 
containsProperty(String) - Method in interface org.springframework.ws.context.MessageContext
Check if this message context contains a property with the given name.
CONTENT_ENCODING_GZIP - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
Header value that indicates a compressed "Content-Encoding".
convertToXopPackage() - Method in interface org.springframework.ws.mime.MimeMessage
Turns this message into a XOP package.
convertToXopPackage() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
 
convertToXopPackage() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
 
createConnection(URI) - Method in class org.springframework.ws.client.support.WebServiceAccessor
Creates a connection to the given URI, or throws an exception when it cannot be resolved.
createConnection(URI) - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
 
createConnection(URI) - Method in class org.springframework.ws.transport.http.HttpUrlConnectionMessageSender
 
createConnection(URI) - Method in interface org.springframework.ws.transport.WebServiceMessageSender
Create a new WebServiceConnection to the specified URI.
createContentHandler() - Method in class org.springframework.ws.server.endpoint.AbstractSaxPayloadEndpoint
Returns the SAX ContentHandler used to parse the incoming request payload.
createDocumentBuilder(DocumentBuilderFactory) - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
Create a DocumentBuilder that this endpoint will use for parsing XML documents.
createDocumentBuilderFactory() - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
Create a DocumentBuilderFactory that this endpoint will use for constructing XML documents.
createEndpointInvocationChain(MessageContext, Object, EndpointInterceptor[]) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
Creates a new EndpointInvocationChain based on the given message context, endpoint, and interceptors.
createEndpointInvocationChain(MessageContext, Object, EndpointInterceptor[]) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping
Creates a new SoapEndpointInvocationChain based on the given endpoint, and the set interceptors, and actors/roles.
createExtension(Class, QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated. Creates a WSDL4J extensibility element.
createInputStream() - Method in class org.springframework.ws.transport.TransportInputStream
Returns the input stream to read from.
createOutputStream() - Method in class org.springframework.ws.transport.TransportOutputStream
Returns the output stream to write to.
createSerializer(OutputStream) - Method in class org.springframework.ws.server.endpoint.AbstractXomPayloadEndpoint
Creates a Serializer to be used for writing the response to.
createSoapExtension(Class, String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Creates a SOAP extensibility element.
createSoapExtension(Class, String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Creates a SOAP 1.2 extensibility element.
createTransportInputStream() - Method in class org.springframework.ws.transport.AbstractReceiverConnection
 
createTransportInputStream() - Method in class org.springframework.ws.transport.AbstractSenderConnection
 
createTransportInputStream() - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
Returns a TransportInputStream.
createTransportOutputStream() - Method in class org.springframework.ws.transport.AbstractReceiverConnection
 
createTransportOutputStream() - Method in class org.springframework.ws.transport.AbstractSenderConnection
 
createTransportOutputStream() - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
Returns a TransportOutputStream for the given message.
createWebServiceMessage() - Method in class org.springframework.ws.pox.dom.DomPoxMessageFactory
 
createWebServiceMessage(InputStream) - Method in class org.springframework.ws.pox.dom.DomPoxMessageFactory
 
createWebServiceMessage() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
 
createWebServiceMessage(InputStream) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
 
createWebServiceMessage() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
 
createWebServiceMessage(InputStream) - Method in class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
 
createWebServiceMessage() - Method in interface org.springframework.ws.WebServiceMessageFactory
Creates a new, empty WebServiceMessage.
createWebServiceMessage(InputStream) - Method in interface org.springframework.ws.WebServiceMessageFactory
Reads a WebServiceMessage from the given input stream.
createXmlEventFactory() - Method in class org.springframework.ws.server.endpoint.AbstractStaxEventPayloadEndpoint
Create a XMLEventFactory that this endpoint will use to create XMLEvents.
createXmlInputFactory() - Method in class org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
Create a XMLInputFactory that this endpoint will use to create XMLStreamReaders or XMLEventReader.
createXmlOutputFactory() - Method in class org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
Create a XMLOutputFactory that this endpoint will use to create XMLStreamWriterss or XMLEventWriters.
customizeFault(Object, Exception, SoapFault) - Method in class org.springframework.ws.soap.server.endpoint.AbstractSoapFaultDefinitionExceptionResolver
Customize the SoapFault created by this resolver.
customizeFault(MessageContext, Object, Exception, SoapFault) - Method in class org.springframework.ws.soap.server.endpoint.SimpleSoapExceptionResolver
Empty template method to allow subclasses an opportunity to customize the given SoapFault.

D

DEFAULT_CONTENT_TYPE - Static variable in class org.springframework.ws.pox.dom.DomPoxMessageFactory
The default content type for the POX messages.
DEFAULT_DETAIL_ELEMENT_NAME - Static variable in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
Default SOAP Fault Detail name used when a global validation error occur on the request.
DEFAULT_DETAIL_ELEMENT_NAME - Static variable in class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
Default SOAP Fault Detail name used when a validation errors occur on the request.
DEFAULT_FAULT_ACTION_SUFFIX - Static variable in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
The defaults suffix to add to response Action for reply messages.
DEFAULT_FAULT_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. The default suffix used to detect fault elements in the schema.
DEFAULT_FAULT_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. The default suffix used to detect fault elements in the schema.
DEFAULT_FAULT_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
The default suffix used to detect fault elements in the schema.
DEFAULT_FAULT_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
The default suffix used to detect fault elements in the schema.
DEFAULT_FAULTSTRING_OR_REASON - Static variable in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
Default SOAP Fault string used when a validation errors occur on the request.
DEFAULT_FAULTSTRING_OR_REASON - Static variable in class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
Default SOAP Fault string used when a validation errors occur on the request.
DEFAULT_LOCATION_EXPRESSION - Static variable in class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
Default XPath expression used for extracting all location attributes from the WSDL definition.
DEFAULT_MESSAGE_FACTORY_BEAN_NAME - Static variable in class org.springframework.ws.transport.http.MessageDispatcherServlet
Well-known name for the WebServiceMessageFactory bean in the bean factory for this namespace.
DEFAULT_MESSAGE_RECEIVER_BEAN_NAME - Static variable in class org.springframework.ws.transport.http.MessageDispatcherServlet
Well-known name for the WebServiceMessageReceiver object in the bean factory for this namespace.
DEFAULT_MESSAGE_RECEIVER_HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.ws.transport.http.MessageDispatcherServlet
Well-known name for the WebServiceMessageReceiverHandlerAdapter object in the bean factory for this namespace.
DEFAULT_METHOD_PREFIX - Static variable in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
Default method prefix.
DEFAULT_METHOD_SUFFIX - Static variable in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
Default method suffix.
DEFAULT_MUST_UNDERSTAND_FAULT_STRING - Static variable in class org.springframework.ws.soap.server.SoapMessageDispatcher
Default message used when creating a SOAP MustUnderstand fault.
DEFAULT_OUTPUT_ACTION_SUFFIX - Static variable in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
The defaults suffix to add to the request Action for reply messages.
DEFAULT_PREFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. The default prefix used to register the target namespace in the WSDL.
DEFAULT_PREFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. The default prefix used to register the target namespace in the WSDL.
DEFAULT_REQUEST_NAME - Static variable in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
Default request object name used for validating request objects.
DEFAULT_REQUEST_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. The default suffix used to detect request elements in the schema.
DEFAULT_REQUEST_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. The default suffix used to detect request elements in the schema.
DEFAULT_REQUEST_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
The default suffix used to detect request elements in the schema.
DEFAULT_REQUEST_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
The default suffix used to detect request elements in the schema.
DEFAULT_RESPONSE_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. The default suffix used to detect response elements in the schema.
DEFAULT_RESPONSE_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. The default suffix used to detect response elements in the schema.
DEFAULT_RESPONSE_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
The default suffix used to detect response elements in the schema.
DEFAULT_RESPONSE_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
The default suffix used to detect response elements in the schema.
DEFAULT_SCHEMA_PREFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. The default prefix used to register the schema namespace in the WSDL.
DEFAULT_SCHEMA_PREFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. The default prefix used to register the schema namespace in the WSDL.
DEFAULT_TRANSPORT_URI - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. The default soap:binding transport attribute value.
DEFAULT_TRANSPORT_URI - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. The default soap12:binding transport attribute value.
DEFAULT_TRANSPORT_URI - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
The default transport URI, which indicates an HTTP transport.
DEFAULT_TRANSPORT_URI - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
The default transport URI, which indicates an HTTP transport.
DEFAULT_WSDL_DEFINITION_HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.ws.transport.http.MessageDispatcherServlet
Well-known name for the WsdlDefinitionHandlerAdapter object in the bean factory for this namespace.
DEFAULT_WSDL_LOCATION_EXPRESSION - Static variable in class org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
Default XPath expression used for extracting all location attributes from the WSDL definition.
DEFAULT_XSD_SCHEMA_HANDLER_ADAPTER_BEAN_NAME - Static variable in class org.springframework.ws.transport.http.MessageDispatcherServlet
Well-known name for the XsdSchemaHandlerAdapter object in the bean factory for this namespace.
DefaultConcretePartProvider - Class in org.springframework.ws.wsdl.wsdl11.provider
Default implementation of the BindingsProvider and ServicesProvider interfaces.
DefaultConcretePartProvider() - Constructor for class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
 
DefaultMessageContext - Class in org.springframework.ws.context
Default implementation of MessageContext.
DefaultMessageContext(WebServiceMessageFactory) - Constructor for class org.springframework.ws.context.DefaultMessageContext
Construct a new, empty instance of the DefaultMessageContext with the given message factory.
DefaultMessageContext(WebServiceMessage, WebServiceMessageFactory) - Constructor for class org.springframework.ws.context.DefaultMessageContext
Construct a new instance of the DefaultMessageContext with the given request message and message factory.
DefaultMessagesProvider - Class in org.springframework.ws.wsdl.wsdl11.provider
Default implementation of the MessagesProvider.
DefaultMessagesProvider() - Constructor for class org.springframework.ws.wsdl.wsdl11.provider.DefaultMessagesProvider
 
DefaultStrategiesHelper - Class in org.springframework.ws.support
Helper class for for loading default implementations of an interface.
DefaultStrategiesHelper(Properties) - Constructor for class org.springframework.ws.support.DefaultStrategiesHelper
Initializes a new instance of the DefaultStrategiesHelper based on the given set of properties.
DefaultStrategiesHelper(Resource) - Constructor for class org.springframework.ws.support.DefaultStrategiesHelper
Initializes a new instance of the DefaultStrategiesHelper based on the given resource.
DefaultTransportContext - Class in org.springframework.ws.transport.context
Default implementation of the TransportContext interface.
DefaultTransportContext(WebServiceConnection) - Constructor for class org.springframework.ws.transport.context.DefaultTransportContext
Creates a new DefaultTransportContext that exposes the given connection.
DefaultWsdl11Definition - Class in org.springframework.ws.wsdl.wsdl11
Convenient implementation of Wsdl11Definition that creates a SOAP 1.1 or 1.2 binding based on naming conventions in one or more inlined XSD schemas.
DefaultWsdl11Definition() - Constructor for class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Creates a new instance of the DefaultWsdl11Definition.
DelegatingSoapEndpointMapping - Class in org.springframework.ws.soap.server.endpoint.mapping
EndpointMapping implement that adds SOAP actors or roles to a delegate endpoint.
DelegatingSoapEndpointMapping() - Constructor for class org.springframework.ws.soap.server.endpoint.mapping.DelegatingSoapEndpointMapping
 
DestinationProvider - Interface in org.springframework.ws.client.support.destination
Strategy interface for providing a WebServiceTemplate destination URI at runtime.
DestinationProvisionException - Exception in org.springframework.ws.client.support.destination
Thrown by a DestinationProvider when it cannot provide a destination.
DestinationProvisionException(String) - Constructor for exception org.springframework.ws.client.support.destination.DestinationProvisionException
 
DestinationProvisionException(String, Throwable) - Constructor for exception org.springframework.ws.client.support.destination.DestinationProvisionException
 
destroy() - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
 
dispatch(MessageContext) - Method in class org.springframework.ws.server.MessageDispatcher
Dispatches the request in the given MessageContext according to the configuration.
DomPoxMessage - Class in org.springframework.ws.pox.dom
Implementation of the PoxMessage interface that is based on a DOM Document.
DomPoxMessage(Document, Transformer, String) - Constructor for class org.springframework.ws.pox.dom.DomPoxMessage
Constructs a new instance of the DomPoxMessage with the given document.
DomPoxMessageException - Exception in org.springframework.ws.pox.dom
Specific subclass of PoxMessageException for DOM Plain Old XML messages.
DomPoxMessageException(String) - Constructor for exception org.springframework.ws.pox.dom.DomPoxMessageException
 
DomPoxMessageException(String, Throwable) - Constructor for exception org.springframework.ws.pox.dom.DomPoxMessageException
 
DomPoxMessageFactory - Class in org.springframework.ws.pox.dom
Implementation of the WebServiceMessageFactory interface that creates a DomPoxMessage.
DomPoxMessageFactory() - Constructor for class org.springframework.ws.pox.dom.DomPoxMessageFactory
 
doSendAndReceive(MessageContext, WebServiceConnection, WebServiceMessageCallback, WebServiceMessageExtractor) - Method in class org.springframework.ws.client.core.WebServiceTemplate
Sends and receives a MessageContext.
doService(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
 
doWithMessage(WebServiceMessage) - Method in interface org.springframework.ws.client.core.WebServiceMessageCallback
Execute any number of operations on the supplied message.
doWithMessage(WebServiceMessage) - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
 
doWithMessage(WebServiceMessage) - Method in class org.springframework.ws.soap.client.core.SoapActionCallback
 
DynamicWsdl11Definition - Class in org.springframework.ws.wsdl.wsdl11
Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
DynamicWsdl11Definition() - Constructor for class org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
Deprecated.  

E

endDocument() - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
endElement(String, String, String) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
ENDPOINT_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.ws.server.MessageDispatcher
Log category to use when no mapped endpoint is found for a request.
EndpointAdapter - Interface in org.springframework.ws.server
Interface that must be implemented for each endpoint type to handle a message request.
EndpointAwareWebServiceConnection - Interface in org.springframework.ws.transport
Sub-interface of WebServiceConnection that is aware of any server-side situations where an endpoint is not found.
EndpointExceptionResolver - Interface in org.springframework.ws.server
Defines the interface for objects than can resolve exceptions thrown during endpoint execution, resulting in SOAP messages.
EndpointInterceptor - Interface in org.springframework.ws.server
Workflow interface that allows for customized endpoint invocation chains.
EndpointInterceptorAdapter - Class in org.springframework.ws.server.endpoint.interceptor
Default implementation of the EndpointInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
EndpointInterceptorAdapter() - Constructor for class org.springframework.ws.server.endpoint.interceptor.EndpointInterceptorAdapter
 
EndpointInvocationChain - Class in org.springframework.ws.server
Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
EndpointInvocationChain(Object) - Constructor for class org.springframework.ws.server.EndpointInvocationChain
Create new EndpointInvocationChain.
EndpointInvocationChain(Object, EndpointInterceptor[]) - Constructor for class org.springframework.ws.server.EndpointInvocationChain
Create new EndpointInvocationChain.
EndpointMapping - Interface in org.springframework.ws.server
Defines a mapping between message requests and endpoint objects.
endpointNotFound() - Method in interface org.springframework.ws.transport.EndpointAwareWebServiceConnection
Called when an endpoint is not found.
endpointNotFound() - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
endpointNotFoundLogger - Static variable in class org.springframework.ws.server.MessageDispatcher
Additional logger to use when no mapped endpoint is found for a request.
EndpointReference - Class in org.springframework.ws.soap.addressing.core
Represents an Endpoint Reference, as defined in the WS-Addressing specification.
EndpointReference(URI) - Constructor for class org.springframework.ws.soap.addressing.core.EndpointReference
Creates a new instance of the EndpointReference class with the given address.
EndpointReference(URI, List, List) - Constructor for class org.springframework.ws.soap.addressing.core.EndpointReference
Creates a new instance of the EndpointReference class with the given address, reference properties, and reference parameters.
endPrefixMapping(String) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
EnumerationIterator - Class in org.springframework.ws.transport.support
Adapts an Enumeration to follow the interface of Iterator.
EnumerationIterator(Enumeration) - Constructor for class org.springframework.ws.transport.support.EnumerationIterator
 
equals(Object) - Method in class org.springframework.ws.server.endpoint.MethodEndpoint
 
equals(Object) - Method in class org.springframework.ws.soap.addressing.core.EndpointReference
 
examineAllHeaderElements() - Method in interface org.springframework.ws.soap.SoapHeader
Returns an Iterator over all the SoapHeaderElements in this header.
examineHeaderElementsToProcess(String[]) - Method in interface org.springframework.ws.soap.soap11.Soap11Header
Returns an Iterator over all the header elements that should be processed for the given actors.
examineHeaderElementsToProcess(String[], boolean) - Method in interface org.springframework.ws.soap.soap12.Soap12Header
Returns an Iterator over all the header elements that should be processed for the given roles.
examineMustUnderstandHeaderElements(String) - Method in interface org.springframework.ws.soap.SoapHeader
Returns an Iterator over all the SoapHeaderElements that have the specified actor or role and that have a MustUnderstand attribute whose value is equivalent to true.
extractData(Source) - Method in interface org.springframework.ws.client.core.SourceExtractor
Process the data in the given Source, creating a corresponding result object.
extractData(WebServiceMessage) - Method in interface org.springframework.ws.client.core.WebServiceMessageExtractor
Process the data in the given WebServiceMessage, creating a corresponding result object.

F

FaultAwareWebServiceConnection - Interface in org.springframework.ws.transport
Sub-interface of WebServiceConnection that is aware of any Fault messages received.
FaultAwareWebServiceMessage - Interface in org.springframework.ws
Sub-interface of WebServiceMessage that can contain special Fault messages.
FaultMessageResolver - Interface in org.springframework.ws.client.core
Defines the interface for objects than can resolve fault WebServiceMessages.
flush() - Method in class org.springframework.ws.transport.TransportOutputStream
 

G

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.
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
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
 
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
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
Returns the BindingsProvider for this definition.
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.
getCharSetEncoding(String) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
Returns the character set from the given content type.
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
 
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.transport.http.CommonsHttpMessageSender
Returns the credentials to be used.
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) - Method in class org.springframework.ws.support.DefaultStrategiesHelper
Create a list of strategy objects for the given strategy interface.
getDefaultStrategies(Class, ApplicationContext) - Method in class org.springframework.ws.support.DefaultStrategiesHelper
Create a list of strategy objects for the given strategy interface.
getDefaultStrategy(Class) - Method in class org.springframework.ws.support.DefaultStrategiesHelper
Return the default strategy object for the given strategy interface.
getDefaultStrategy(Class, ApplicationContext) - Method in class org.springframework.ws.support.DefaultStrategiesHelper
Return the default strategy object for the given strategy interface.
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.builder.AbstractWsdl4jDefinitionBuilder
Deprecated.  
getDefinition() - Method in interface org.springframework.ws.wsdl.wsdl11.Wsdl11DefinitionBuilder
Deprecated. Returns the built Wsdl11Definition.
getDefinition() - Method in class org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinition
Returns the WSDL4J Definition.
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.
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
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 SoapFaultDetailElements in this detail.
getDocument() - Method in class org.springframework.ws.pox.dom.DomPoxMessage
Returns the document underlying this message.
getDocumentElement(Source) - Method in class org.springframework.ws.server.endpoint.AbstractDom4jPayloadEndpoint
Returns the payload element of the given source.
getDocumentElement(Source, DocumentBuilder) - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
Returns the payload element of the given source.
getDocumentElement(Source) - Method in class org.springframework.ws.server.endpoint.AbstractJDomPayloadEndpoint
Returns the payload element of the given source.
getElementName(Element) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultMessagesProvider
Returns the name attribute of the given element.
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 EndpointAdapters 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.SimpleActionEndpointMapping
 
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 EndpointExceptionResolvers 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
Lookup an endpoint for the given MessageAddressingProperties, returning null if no specific one is found.
getEndpointMappings() - Method in class org.springframework.ws.server.MessageDispatcher
Returns the EndpointMappings to use by this MessageDispatcher.
getEndpoints() - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
 
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.
getErrorMessage() - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
 
getErrorMessage() - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
getErrorMessage() - Method in interface org.springframework.ws.transport.WebServiceConnection
Returns the error message.
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.
getFaultActionSuffix() - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
Returns the suffix to add to request Actions for reply fault messages.
getFaultActorOrRole() - Method in interface org.springframework.ws.soap.SoapFault
Returns the fault actor or role.
getFaultCode() - Method in exception org.springframework.ws.soap.client.SoapFaultClientException
Returns the fault code.
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
Template method that returns the SoapFaultDefinition for the given exception.
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
Returns the locale for SOAP fault reason and validation message resolution.
getFaultMessageName(QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Given an request message name, return the corresponding fault message name.
getFaultMessageName(QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Given an request message name, return the corresponding fault message name.
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.
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
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.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
 
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() - Method in class org.springframework.ws.transport.TransportInputStream
Returns an iteration over all the header names this stream contains.
getHeaders(String) - Method in class org.springframework.ws.transport.TransportInputStream
Returns an iteration over all the string values of the specified header.
getHttpClient() - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
Returns the HttpClient used by this message sender.
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.
getImplementation() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
 
getImportsProvider() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
Returns the ImportsProvider for this definition.
getInputFactory() - Method in class org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
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.
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.server.endpoint.mapping.AbstractEndpointMapping
Returns the 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
 
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
 
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.
getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Returns the the endpoint key for the given message context.
getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
Returns the 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.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.SoapActionEndpointMapping
 
getLookupKeyForMethod(Method) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
Returns the the endpoint keys for the given method.
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.
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
Returns the marshaller used for transforming objects into XML.
getMarshaller() - Method in class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
Returns the marshaller used for transforming objects into XML.
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
Returns the MessageAddressingProperties for the given message.
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
Returns the bean name used to lookup a WebServiceMessageFactory.
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.
getMessageReceiver() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
Returns the WebServiceMessageReceiver used by this servlet.
getMessageReceiverBeanName() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
Returns the bean name used to lookup a WebServiceMessageReceiver.
getMessageReceiverHandlerAdapterBeanName() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
Returns the bean name used to lookup a WebServiceMessageReceiverHandlerAdapter.
getMessageSender() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Returns the WebServiceMessageSender used by the gateway.
getMessageSenders() - Method in class org.springframework.ws.client.support.WebServiceAccessor
Returns the message senders used for sending messages.
getMessagesProvider() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
Returns the MessagesProvider for this definition.
getMethod() - Method in class org.springframework.ws.server.endpoint.MethodEndpoint
Returns the method for this method endpoint.
getMethodPrefix() - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
Returns the method prefix.
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.
getNamespacePrefix() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
Returns the prefix associated with the WS-Addressing namespace handled by this specification.
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
 
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.
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
 
getOutputActionSuffix() - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
Returns the suffix to add to request Actions for reply messages.
getOutputFactory() - Method in class org.springframework.ws.server.endpoint.AbstractStaxPayloadEndpoint
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.
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
Returns the PortTypesProvider for this definition.
getPostMethod() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
 
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.
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.
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.CommonsHttpConnection
 
getRawResponseInputStream() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
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.
getReplyProperties(EndpointReference, URI, URI) - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
Creates a MessageAddressingProperties that can be used for creating a reply to the given EndpointReference.
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.
getRequest() - Method in class org.springframework.ws.context.DefaultMessageContext
 
getRequest() - Method in interface org.springframework.ws.context.MessageContext
Returns the request message.
getRequestHeaderNames() - Method in class org.springframework.ws.transport.AbstractReceiverConnection
Returns an iteration over all the header names this request contains.
getRequestHeaderNames() - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
getRequestHeaders(String) - Method in class org.springframework.ws.transport.AbstractReceiverConnection
Returns an iteration over all the string values of the specified header.
getRequestHeaders(String) - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
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.HttpServletConnection
 
getRequestName() - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
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.CommonsHttpConnection
 
getRequestOutputStream() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
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
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.
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.CommonsHttpConnection
 
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.CommonsHttpConnection
 
getResponseContentLength() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
getResponseHeaderNames() - Method in class org.springframework.ws.transport.AbstractSenderConnection
Returns an iteration over all the header names this request contains.
getResponseHeaderNames() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
 
getResponseHeaderNames() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
getResponseHeaders(String) - Method in class org.springframework.ws.transport.AbstractSenderConnection
Returns an iteration over all the string values of the specified header.
getResponseHeaders(String) - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
 
getResponseHeaders(String) - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
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
 
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.CommonsHttpConnection
 
getResponseMessage() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
getResponseMessageName(QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Given an request message name, return the corresponding response message name.
getResponseMessageName(QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Given an request message name, return the corresponding response message name.
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.HttpServletConnection
 
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 concents 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.
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.
getSaajVersionString() - Static method in class org.springframework.ws.soap.saaj.support.SaajUtils
Returns the SAAJ version as a String.
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
Returns the ServicesProvider for this definition.
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
Returns the SoapFault.
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 class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
 
getSource() - Method in class org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
Deprecated.  
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.
getTargetNamespace() - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
Returns the target namespace for the WSDL definition.
getText() - Method in interface org.springframework.ws.soap.SoapHeaderElement
Returns the text content of this header element, if any.
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.
getToName() - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
Returns the qualified name of the To addressing header.
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
Returns the TypesProvider for this definition.
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
Returns the unmarshaller used for transforming XML into objects.
getUnmarshaller() - Method in class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
Returns the unmarshaller used for transforming XML into objects.
getUri() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
 
getUri() - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
getUri() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
getUri() - Method in interface org.springframework.ws.transport.WebServiceConnection
Returns the URI for this connection.
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
Return the primary Validator for this controller.
getValidators() - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
Return the Validators for this controller.
getVersion() - Method in class org.springframework.ws.soap.AbstractSoapMessage
 
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
Returns the bean name used to lookup a WsdlDefinitionHandlerAdapter.
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
Returns the bean name used to lookup a XsdSchemaHandlerAdapter.

H

handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.ws.transport.http.WebServiceMessageReceiverHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.springframework.ws.transport.http.XsdSchemaHandlerAdapter
 
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).
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, 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.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.server.endpoint.interceptor.SoapEnvelopeLoggingInterceptor
 
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, 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.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(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, 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.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.
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.
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.
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.HttpServletConnection
 
hasError() - Method in interface org.springframework.ws.transport.WebServiceConnection
Indicates whether this connection has an error.
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.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() - Method in class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
Indicates whether is MessageAddressingProperties has all required properties.
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
 
HEADER_ACCEPT_ENCODING - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
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_SOAP_ACTION - Static variable in interface org.springframework.ws.transport.TransportConstants
The "SOAPAction" header.
HTTP_URI_SCHEME - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
The "http" URI scheme.
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
Implementation of WebServiceConnection that is based on the Servlet API.
HttpServletConnection(HttpServletRequest, HttpServletResponse) - Constructor for class org.springframework.ws.transport.http.HttpServletConnection
Constructs a new servlet connection with the given HttpServletRequest and HttpServletResponse.
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
 
HttpUrlConnection - Class in org.springframework.ws.transport.http
Implementation of the WebServiceConnection interface that uses a HttpURLConnection.
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
 

I

ignorableWhitespace(char[], int, int) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
ImportsProvider - Interface in org.springframework.ws.wsdl.wsdl11.provider
Strategy for adding Imports to a Definition.
init() - Method in class org.springframework.ws.config.WebServicesNamespaceHandler
 
initApplicationContext() - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Registers annd checks the set endpoints.
initDefaultStrategies() - Method in class org.springframework.ws.client.core.WebServiceTemplate
Initialize the default implementations for the template's strategies: SoapFaultMessageResolver, SaajSoapMessageFactory, and HttpUrlConnectionMessageSender.
initDefaultStrategies() - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
Initializes the default implementation for this mapping's strategies: the Addressing200408 and Addressing10 versions of the specication, and the UuidMessageIdStrategy on Java 5 and higher; the RandomGuidMessageIdStrategy on Java 1.4.
initFrameworkServlet() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
 
initGateway() - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Subclasses can override this for custom initialization behavior.
InliningXsdSchemaTypesProvider - Class in org.springframework.ws.wsdl.wsdl11.provider
Implementation of TypesProvider that inlines a XsdSchema or XsdSchemaCollection into the WSDL.
InliningXsdSchemaTypesProvider() - Constructor for class org.springframework.ws.wsdl.wsdl11.provider.InliningXsdSchemaTypesProvider
 
invoke(Source) - Method in class org.springframework.ws.server.endpoint.AbstractDom4jPayloadEndpoint
 
invoke(Source) - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
 
invoke(Source) - Method in class org.springframework.ws.server.endpoint.AbstractJDomPayloadEndpoint
 
invoke(MessageContext) - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
 
invoke(Source) - Method in class org.springframework.ws.server.endpoint.AbstractSaxPayloadEndpoint
Invokes the provided ContentHandler on the given request.
invoke(MessageContext) - Method in class org.springframework.ws.server.endpoint.AbstractStaxEventPayloadEndpoint
 
invoke(MessageContext) - Method in class org.springframework.ws.server.endpoint.AbstractStaxStreamPayloadEndpoint
 
invoke(Source) - Method in class org.springframework.ws.server.endpoint.AbstractXomPayloadEndpoint
 
invoke(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.adapter.AbstractMethodEndpointAdapter
Delegates to AbstractMethodEndpointAdapter.invokeInternal(org.springframework.ws.context.MessageContext,MethodEndpoint).
invoke(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.adapter.MessageEndpointAdapter
 
invoke(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.adapter.PayloadEndpointAdapter
 
invoke(MessageContext) - Method in interface org.springframework.ws.server.endpoint.MessageEndpoint
Invokes an operation.
invoke(Object[]) - Method in class org.springframework.ws.server.endpoint.MethodEndpoint
Invokes this method endpoint with the given arguments.
invoke(Source) - Method in interface org.springframework.ws.server.endpoint.PayloadEndpoint
Invokes the endpoint with the given request payload, and possibly returns a response.
invoke(MessageContext, Object) - Method in interface org.springframework.ws.server.EndpointAdapter
Use the given endpoint to handle the request.
invokeInternal(Element, Document) - Method in class org.springframework.ws.server.endpoint.AbstractDom4jPayloadEndpoint
Template method.
invokeInternal(Element, Document) - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
Template method that subclasses must implement to process the request.
invokeInternal(Element) - Method in class org.springframework.ws.server.endpoint.AbstractJDomPayloadEndpoint
Template method.
invokeInternal(Object) - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Template method that subclasses must implement to process a request.
invokeInternal(XMLEventReader, XMLEventConsumer, XMLEventFactory) - Method in class org.springframework.ws.server.endpoint.AbstractStaxEventPayloadEndpoint
Template method.
invokeInternal(XMLStreamReader, XMLStreamWriter) - Method in class org.springframework.ws.server.endpoint.AbstractStaxStreamPayloadEndpoint
Template method.
invokeInternal(Element) - Method in class org.springframework.ws.server.endpoint.AbstractXomPayloadEndpoint
Template method.
invokeInternal(MessageContext, MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.AbstractMethodEndpointAdapter
Use the given method endpoint to handle the request.
invokeInternal(MessageContext, MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
 
invokeInternal(MessageContext, MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.MessageMethodEndpointAdapter
 
invokeInternal(MessageContext, MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.PayloadMethodEndpointAdapter
 
isAcceptGzipEncoding() - Method in class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
Return whether to accept GZIP encoding, that is, whether to send the HTTP Accept-Encoding header with gzip as value.
isDuplicate(URI) - Method in interface org.springframework.ws.soap.addressing.messageid.MessageIdStrategy
Indicates whether the given MessageID value is a duplicate or not
isDuplicate(URI) - Method in class org.springframework.ws.soap.addressing.messageid.RandomGuidMessageIdStrategy
Returns false.
isDuplicate(URI) - Method in class org.springframework.ws.soap.addressing.messageid.UuidMessageIdStrategy
Returns false.
isFaultMessage(QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Indicates whether the given name should be included as Message in the definition.
isFaultMessage(QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Indicates whether the given name should be included as Message in the definition.
isFaultMessage(Message) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Indicates whether the given name name should be included as Fault message in the definition.
isFaultMessage(Message) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
Indicates whether the given name name should be included as Fault message in the definition.
isInputMessage(Message) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Indicates whether the given name name should be included as Input message in the definition.
isInputMessage(Message) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
Indicates whether the given name name should be included as Input message in the definition.
isLogEnabled() - Method in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
Determine whether the AbstractLoggingInterceptor.logger field is enabled.
isMessageElement(Element) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultMessagesProvider
Indicates whether the given element should be includes as Message in the definition.
isMessageElement(Element) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
 
isOutputMessage(Message) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Indicates whether the given name name should be included as Output message in the definition.
isOutputMessage(Message) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
Indicates whether the given name name should be included as Output message in the definition.
isRequestMessage(QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Indicates whether the given name name should be included as request Message in the definition.
isRequestMessage(QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Indicates whether the given name name should be included as request Message in the definition.
isResponseMessage(QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Indicates whether the given name should be included as Message in the definition.
isResponseMessage(QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Indicates whether the given name should be included as Message in the definition.
isTransformWsdlLocations() - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
Indicates whether relative address locations in the WSDL are to be transformed using the request URI of the incoming HttpServletRequest.
isUltimateReceiver() - Method in class org.springframework.ws.soap.server.SoapEndpointInvocationChain
Indicates whether this chain fulfills the SOAP 1.2 Ultimate Receiver role.
isXopPackage() - Method in interface org.springframework.ws.mime.MimeMessage
Indicates whether this message is a XOP package.
isXopPackage() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
 
isXopPackage() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
 

L

loadMessage(Resource, MessageFactory) - Static method in class org.springframework.ws.soap.saaj.support.SaajUtils
Loads a SAAJ SOAPMessage from the given resource with a given message factory.
logger - Variable in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Logger available to subclasses.
logger - Variable in class org.springframework.ws.client.support.destination.AbstractCachingDestinationProvider
Logger available to subclasses.
logger - Variable in class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
Shared Log for subclasses to use.
logger - Variable in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
The default Log instance used to write trace messages.
logger - Variable in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Logger available to subclasses.
logger - Variable in class org.springframework.ws.server.endpoint.adapter.AbstractMethodEndpointAdapter
Logger available to subclasses.
logger - Variable in class org.springframework.ws.server.endpoint.interceptor.EndpointInterceptorAdapter
Logger available to subclasses
logger - Variable in class org.springframework.ws.server.MessageDispatcher
Logger available to subclasses.
logger - Variable in class org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport
Logger available to subclasses.
logger - Variable in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated. Logger available to subclasses.
logger - Variable in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Logger available to subclasses.
logger - Variable in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Logger available to subclasses.
logMessage(String) - Method in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
Logs the given string message.
logMessageSource(String, Source) - Method in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
Logs the given source to the AbstractLoggingInterceptor.logger, using the message as a prefix.
lookupDestination() - Method in class org.springframework.ws.client.support.destination.AbstractCachingDestinationProvider
Abstract template method that looks up the URI.
lookupDestination() - Method in class org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
 
lookupEndpoint(String) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Looks up an endpoint instance for the given keys.
lookupEndpoint(String) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
Looks up an endpoint instance for the given keys.
lookupEndpoint(URI) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
Looks up an endpoint instance for the given action.

M

mark(int) - Method in class org.springframework.ws.transport.TransportInputStream
 
markSupported() - Method in class org.springframework.ws.transport.TransportInputStream
 
marshal(Marshaller, Object, WebServiceMessage) - Static method in class org.springframework.ws.support.MarshallingUtils
Marshals the given object to the payload of the given message using the provided Marshaller.
MarshallingMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
Adapter that supports endpoint methods that use marshalling.
MarshallingMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
Creates a new MarshallingMethodEndpointAdapter.
MarshallingMethodEndpointAdapter(Marshaller) - Constructor for class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
Creates a new MarshallingMethodEndpointAdapter with the given marshaller.
MarshallingMethodEndpointAdapter(Marshaller, Unmarshaller) - Constructor for class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
Creates a new MarshallingMethodEndpointAdapter with the given marshaller and unmarshaller.
MarshallingUtils - Class in org.springframework.ws.support
Helper class for endpoints and endpoint mappings that use marshalling.
marshalSendAndReceive(Object) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload, marshalled by the configured Marshaller.
marshalSendAndReceive(String, Object) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload, marshalled by the configured Marshaller.
marshalSendAndReceive(Object, WebServiceMessageCallback) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload, marshalled by the configured Marshaller.
marshalSendAndReceive(String, Object, WebServiceMessageCallback) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload, marshalled by the configured Marshaller.
marshalSendAndReceive(Object) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
marshalSendAndReceive(String, Object) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
marshalSendAndReceive(Object, WebServiceMessageCallback) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
marshalSendAndReceive(String, Object, WebServiceMessageCallback) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
MESSAGE_TRACING_LOG_CATEGORY - Static variable in class org.springframework.ws.client.core.WebServiceTemplate
Log category to use for message tracing.
MESSAGE_TRACING_LOG_CATEGORY - Static variable in class org.springframework.ws.server.MessageDispatcher
Log category to use for message tracing.
MessageAddressingProperties - Class in org.springframework.ws.soap.addressing.core
Represents a set of Message Addressing Properties, as defined in the WS-Addressing specification.
MessageAddressingProperties(URI, EndpointReference, EndpointReference, EndpointReference, URI, URI) - Constructor for class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
Constructs a new MessageAddressingProperties with the given parameters.
MessageContext - Interface in org.springframework.ws.context
Context holder for message requests.
MessageDispatcher - Class in org.springframework.ws.server
Central dispatcher for use within Spring-WS, dispatching Web service messages to registered endpoints.
MessageDispatcher() - Constructor for class org.springframework.ws.server.MessageDispatcher
Initializes a new instance of the MessageDispatcher.
MessageDispatcherServlet - Class in org.springframework.ws.transport.http
Servlet for simplified dispatching of Web service messages.
MessageDispatcherServlet() - Constructor for class org.springframework.ws.transport.http.MessageDispatcherServlet
Public constructor, necessary for some Web application servers.
MessageEndpoint - Interface in org.springframework.ws.server.endpoint
Defines the basic contract for Web Services interested in the entire message payload.
MessageEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
Adapter to use a MessageEndpoint as the endpoint for a EndpointInvocationChain.
MessageEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.MessageEndpointAdapter
 
MessageIdStrategy - Interface in org.springframework.ws.soap.addressing.messageid
Strategy interface that encapsulates the creation and validation of WS-Addressing MessageIDs.
MessageMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
Adapter that supports endpoint methods that use marshalling.
MessageMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.MessageMethodEndpointAdapter
 
MessagesProvider - Interface in org.springframework.ws.wsdl.wsdl11.provider
Strategy for adding Messages to a Definition.
METHOD_GET - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
The "GET" HTTP method
METHOD_POST - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
The "POST" HTTP method
MethodEndpoint - Class in org.springframework.ws.server.endpoint
Represents a bean method that will be invoked as part of an incoming Web service message.
MethodEndpoint(Object, Method) - Constructor for class org.springframework.ws.server.endpoint.MethodEndpoint
Constructs a new method endpoint with the given bean and method.
MethodEndpoint(Object, String, Class[]) - Constructor for class org.springframework.ws.server.endpoint.MethodEndpoint
Constructs a new method endpoint with the given bean, method name and parameters.
MethodEndpoint(String, BeanFactory, Method) - Constructor for class org.springframework.ws.server.endpoint.MethodEndpoint
Constructs a new method endpoint with the given bean name and method.
MimeMessage - Interface in org.springframework.ws.mime
Represents a Web service message with MIME attachments.

N

newMessageId(SoapMessage) - Method in interface org.springframework.ws.soap.addressing.messageid.MessageIdStrategy
Returns a new WS-Addressing MessageID for the given SoapMessage.
newMessageId(SoapMessage) - Method in class org.springframework.ws.soap.addressing.messageid.RandomGuidMessageIdStrategy
 
newMessageId(SoapMessage) - Method in class org.springframework.ws.soap.addressing.messageid.UuidMessageIdStrategy
 
next() - Method in class org.springframework.ws.transport.support.EnumerationIterator
 
NoEndpointFoundException - Exception in org.springframework.ws
Exception thrown when an endpoint cannot be resolved for an incoming message request.
NoEndpointFoundException(WebServiceMessage) - Constructor for exception org.springframework.ws.NoEndpointFoundException
 

O

onClose() - Method in class org.springframework.ws.transport.AbstractReceiverConnection
Template method invoked from AbstractWebServiceConnection.close().
onClose() - Method in class org.springframework.ws.transport.AbstractSenderConnection
Template method invoked from AbstractWebServiceConnection.close().
onClose() - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
Template method invoked from AbstractWebServiceConnection.close().
onClose() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
 
onClose() - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
onClose() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
onMarshalResponse(MessageContext, Object, Object) - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Callback for post-processing in terms of marshalling.
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.
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.CommonsHttpConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
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
 
onUnmarshalRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Callback for post-processing in terms of unmarshalling.
onUnmarshalRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
 
onValidationErrors(MessageContext, Object, Errors) - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
Callback for post-processing validation errors.
onValidationErrors(MessageContext, Object, Errors) - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
This implementation logs all errors, returns false, and creates a client or sender SoapFault, adding a SoapFaultDetail with all errors if the addValidationErrorDetail property is true.
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.context - package org.springframework.ws.context
Contains the MessageContext, and MessageContextFactory interfaces.
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.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.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.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.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.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.support - package org.springframework.ws.support
Provides general helper classes for Spring Web Services.
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.support - package org.springframework.ws.transport.support
Classes supporting the org.springframework.ws.transport package.
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.builder - package org.springframework.ws.wsdl.wsdl11.builder
Deprecated as of Spring Web Services 1.5: superseded by the DefaultWsdl11Definition and org.springframework.ws.wsdl.wsdl11.provider package.
org.springframework.ws.wsdl.wsdl11.provider - package org.springframework.ws.wsdl.wsdl11.provider
Provides a contribution strategy for WSDL definitions.

P

parse(InputSource) - Method in class org.springframework.ws.soap.saaj.support.SaajXmlReader
Parses the StAX XML reader passed at construction-time.
parse(String) - Method in class org.springframework.ws.soap.saaj.support.SaajXmlReader
Parses the StAX XML reader passed at construction-time.
PayloadEndpoint - Interface in org.springframework.ws.server.endpoint
Defines the basic contract for Web Services interested in just the message payload.
PayloadEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
Adapter to use a PayloadEndpoint as the endpoint for a EndpointInvocationChain.
PayloadEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.PayloadEndpointAdapter
 
PayloadLoggingInterceptor - Class in org.springframework.ws.server.endpoint.interceptor
Simple EndpointInterceptor that logs the payload of request and response messages.
PayloadLoggingInterceptor() - Constructor for class org.springframework.ws.server.endpoint.interceptor.PayloadLoggingInterceptor
 
PayloadMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
Adapter that supports endpoint methods that use marshalling.
PayloadMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.PayloadMethodEndpointAdapter
 
PayloadRootQNameEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Implementation of the EndpointMapping interface to map from the qualified name of the request payload root element.
PayloadRootQNameEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping
 
PayloadRootUtils - Class in org.springframework.ws.server.endpoint.support
Helper class for determining the root qualified name of a Web Service payload.
PayloadTransformingInterceptor - Class in org.springframework.ws.server.endpoint.interceptor
Interceptor that transforms the payload of WebServiceMessages using XSLT stylesheet.
PayloadTransformingInterceptor() - Constructor for class org.springframework.ws.server.endpoint.interceptor.PayloadTransformingInterceptor
 
PayloadValidatingInterceptor - Class in org.springframework.ws.client.support.interceptor
Client-side interceptor that validates the contents of WebServiceMessages using a schema.
PayloadValidatingInterceptor() - Constructor for class org.springframework.ws.client.support.interceptor.PayloadValidatingInterceptor
 
PayloadValidatingInterceptor - Class in org.springframework.ws.soap.server.endpoint.interceptor
Interceptor that validates the contents of WebServiceMessages using a schema.
PayloadValidatingInterceptor() - Constructor for class org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor
 
populateBinding(Binding, PortType) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractBindingWsdl4jDefinitionBuilder
Deprecated. Called after the Binding has been created, but before any sub-elements are added.
populateBinding(Binding, PortType) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Calls AbstractBindingWsdl4jDefinitionBuilder.populateBinding(Binding, PortType), creates SOAPBinding, and calls AbstractSoap11Wsdl4jDefinitionBuilder.populateSoapBinding(SOAPBinding).
populateBinding(Binding, PortType) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Calls AbstractBindingWsdl4jDefinitionBuilder.populateBinding(Binding, PortType), creates SOAP12Binding, and calls AbstractSoap12Wsdl4jDefinitionBuilder.populateSoapBinding(SOAP12Binding).
populateBinding(Definition, Binding) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Called after the Binding has been created, but before any sub-elements are added.
populateBinding(Definition, Binding) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the Binding has been created, but before any sub-elements are added.
populateBinding(Definition, Binding) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the Binding has been created, but before any sub-elements are added.
populateBindingFault(BindingFault, Fault) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractBindingWsdl4jDefinitionBuilder
Deprecated. Called after the BindingFault has been created.
populateBindingFault(BindingFault, Fault) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Creates a SOAPBody, and calls AbstractSoap11Wsdl4jDefinitionBuilder.populateSoapBody(SOAPBody).
populateBindingFault(BindingFault, Fault) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Creates a SOAP12Body, and calls AbstractSoap12Wsdl4jDefinitionBuilder.populateSoapBody(SOAP12Body).
populateBindingFault(Definition, BindingFault, Fault) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Called after the BindingFault has been created.
populateBindingFault(Definition, BindingFault, Fault) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the BindingFault has been created.
populateBindingFault(Definition, BindingFault, Fault) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the BindingFault has been created.
populateBindingInput(BindingInput, Input) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractBindingWsdl4jDefinitionBuilder
Deprecated. Called after the BindingInput has been created.
populateBindingInput(BindingInput, Input) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Creates a SOAPBody, and calls AbstractSoap11Wsdl4jDefinitionBuilder.populateSoapBody(SOAPBody).
populateBindingInput(BindingInput, Input) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Creates a SOAP12Body, and calls AbstractSoap12Wsdl4jDefinitionBuilder.populateSoapBody(SOAP12Body).
populateBindingInput(Definition, BindingInput, Input) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Called after the BindingInput has been created.
populateBindingInput(Definition, BindingInput, Input) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the BindingInput has been created.
populateBindingInput(Definition, BindingInput, Input) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the BindingInput has been created.
populateBindingOperation(BindingOperation, Operation) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractBindingWsdl4jDefinitionBuilder
Deprecated. Called after the BindingOperation has been created, but before any sub-elements are added.
populateBindingOperation(BindingOperation, Operation) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Calls AbstractBindingWsdl4jDefinitionBuilder.populateBindingOperation(BindingOperation, Operation), creates a SOAPOperation, and calls AbstractSoap11Wsdl4jDefinitionBuilder.populateSoapOperation(SOAPOperation).
populateBindingOperation(BindingOperation, Operation) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Calls AbstractBindingWsdl4jDefinitionBuilder.populateBindingOperation(BindingOperation, Operation), creates a SOAP12Operation, and calls AbstractSoap12Wsdl4jDefinitionBuilder.populateSoapOperation(SOAP12Operation).
populateBindingOperation(Definition, BindingOperation) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Called after the BindingOperation has been created, but before any sub-elements are added.
populateBindingOperation(Definition, BindingOperation) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the BindingOperation has been created, but before any sub-elements are added.
populateBindingOperation(Definition, BindingOperation) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the BindingOperation has been created, but before any sub-elements are added.
populateBindingOutput(BindingOutput, Output) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractBindingWsdl4jDefinitionBuilder
Deprecated. Called after the BindingOutput has been created.
populateBindingOutput(BindingOutput, Output) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Creates a SOAPBody, and calls AbstractSoap11Wsdl4jDefinitionBuilder.populateSoapBody(SOAPBody).
populateBindingOutput(BindingOutput, Output) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Creates a SOAP12Body, and calls AbstractSoap12Wsdl4jDefinitionBuilder.populateSoapBody(SOAP12Body).
populateBindingOutput(Definition, BindingOutput, Output) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Called after the BindingOutput has been created.
populateBindingOutput(Definition, BindingOutput, Output) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the BindingInput has been created.
populateBindingOutput(Definition, BindingOutput, Output) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the BindingInput has been created.
populateDefinition(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Adds the WSDL SOAP namespace to the definition.
populateDefinition(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Adds the WSDL SOAP namespace to the definition.
populateDefinition(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated. Called after the Definition has been created, but before any sub-elements are added.
populateDefinition(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Adds the target namespace and schema namespace to the definition.
populateDefinition(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Adds the target namespace and schema namespace to the definition.
populateExtensionRegistry(ExtensionRegistry) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractWsdl4jDefinitionBuilder
Deprecated. Allows customization of the given ExtensionRegistry.
populateFault(Definition, Fault) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Called after the Fault has been created, but it's added to the operation.
populateInput(Definition, Input) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Called after the Input has been created, but it's added to the operation.
populateMessage(Message, QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Called after the Message has been created.
populateMessage(Message, QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Called after the Message has been created.
populateMessage(Definition, Message, QName) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultMessagesProvider
Called after the Message has been created.
populateOperation(Operation, Message, Message) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Called after the Operation has been created.
populateOperation(Operation, Message, Message) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Called after the Operation has been created.
populateOutput(Definition, Output) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Called after the Output has been created, but it's added to the operation.
populatePart(Part, QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Called after the Part has been created.
populatePart(Part, QName) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Called after the Part has been created.
populatePart(Definition, Part, QName) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultMessagesProvider
Called after the Part has been created.
populatePort(Port, Binding) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractBindingWsdl4jDefinitionBuilder
Deprecated. Called after the Port has been created, but before any sub-elements are added.
populatePort(Port, Binding) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Creates a SOAPAddress, and calls AbstractSoap11Wsdl4jDefinitionBuilder.populateSoapAddress(SOAPAddress).
populatePort(Port, Binding) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Creates a SOAP12Address, and calls AbstractSoap12Wsdl4jDefinitionBuilder.populateSoapAddress(SOAP12Address).
populatePort(Definition, Port) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Called after the Port has been created, but before any sub-elements are added.
populatePort(Definition, Port) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the Port has been created, but before any sub-elements are added.
populatePort(Definition, Port) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the Port has been created, but before any sub-elements are added.
populatePortType(PortType) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Called after the PortType has been created.
populatePortType(PortType) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Called after the PortType has been created.
populatePortType(Definition, PortType) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Called after the PortType has been created.
populateService(Service) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractBindingWsdl4jDefinitionBuilder
Deprecated. Called after the Binding has been created, but before any sub-elements are added.
populateService(Service) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the name of the service to the name of the port type, with "Service" appended to it.
populateService(Service) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the name of the service to the name of the port type, with "Service" appended to it.
populateService(Definition, Service) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Called after the Service has been created, but before any sub-elements are added.
populateSoapAddress(SOAPAddress) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Called after the SOAPAddress has been created.
populateSoapAddress(SOAP12Address) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Called after the SOAP12Address has been created.
populateSoapAddress(SOAPAddress) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the SOAPAddress has been created.
populateSoapAddress(SOAP12Address) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the SOAP12Address has been created.
populateSoapBinding(SOAPBinding) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Called after the SOAPBinding has been created.
populateSoapBinding(SOAP12Binding) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Called after the SOAP12Binding has been created.
populateSoapBinding(SOAPBinding, Binding) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the SOAPBinding has been created.
populateSoapBinding(SOAP12Binding, Binding) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the SOAPBinding has been created.
populateSoapBody(SOAPBody) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Called after the SOAPBody has been created.
populateSoapBody(SOAP12Body) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Called after the SOAP12Body has been created.
populateSoapBody(SOAPBody) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the SOAPBody has been created.
populateSoapBody(SOAP12Body) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the SOAPBody has been created.
populateSoapFault(BindingFault, SOAPFault) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Called after the SOAPFault has been created.
populateSoapFault(BindingFault, SOAP12Fault) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Called after the SOAP12Fault has been created.
populateSoapFault(BindingFault, SOAPFault) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the SOAPFault has been created.
populateSoapFault(BindingFault, SOAP12Fault) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the SOAPFault has been created.
populateSoapOperation(SOAPOperation) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Called after the SOAPOperation has been created.
populateSoapOperation(SOAP12Operation) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Called after the SOAP12Operation has been created.
populateSoapOperation(SOAPOperation, BindingOperation) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Called after the SOAPOperation has been created.
populateSoapOperation(SOAP12Operation, BindingOperation) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Called after the SOAPOperation has been created.
PortTypesProvider - Interface in org.springframework.ws.wsdl.wsdl11.provider
Strategy for adding PortTypes to a Definition.
PoxMessage - Interface in org.springframework.ws.pox
Defines the contract for Plain Old XML messages.
PoxMessageException - Exception in org.springframework.ws.pox
Specific subclass of WebServiceMessageException for Plain Old XML messages.
PoxMessageException(String) - Constructor for exception org.springframework.ws.pox.PoxMessageException
 
PoxMessageException(String, Throwable) - Constructor for exception org.springframework.ws.pox.PoxMessageException
 
PREFIX - Static variable in class org.springframework.ws.soap.addressing.messageid.RandomGuidMessageIdStrategy
 
PREFIX - Static variable in class org.springframework.ws.soap.addressing.messageid.UuidMessageIdStrategy
 
processEndpointException(MessageContext, Object, Exception) - Method in class org.springframework.ws.server.MessageDispatcher
Determine an error SOAPMessage respone via the registered EndpointExceptionResolvers.
processingInstruction(String, String) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
ProviderBasedWsdl4jDefinition - Class in org.springframework.ws.wsdl.wsdl11
Implementation of the Wsdl11Definition that uses a provider-based mechanism to populate a WSDL4J Definition.
ProviderBasedWsdl4jDefinition() - Constructor for class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
 

R

RandomGuid - Class in org.springframework.ws.soap.addressing.messageid
Globally unique identifier generator.
RandomGuid() - Constructor for class org.springframework.ws.soap.addressing.messageid.RandomGuid
Default constructor.
RandomGuid(boolean) - Constructor for class org.springframework.ws.soap.addressing.messageid.RandomGuid
Constructor with security option.
RandomGuidMessageIdStrategy - Class in org.springframework.ws.soap.addressing.messageid
Implementation of the MessageIdStrategy interface that uses a RandomGuid to generate a Message Id.
RandomGuidMessageIdStrategy() - Constructor for class org.springframework.ws.soap.addressing.messageid.RandomGuidMessageIdStrategy
 
read(byte[]) - Method in class org.springframework.ws.transport.TransportInputStream
 
read(byte[], int, int) - Method in class org.springframework.ws.transport.TransportInputStream
 
read() - Method in class org.springframework.ws.transport.TransportInputStream
 
readResponse(InputStream) - Method in class org.springframework.ws.context.DefaultMessageContext
 
readResponse(InputStream) - Method in interface org.springframework.ws.context.MessageContext
Reads a response message from the given input stream.
receive(MessageContext) - Method in class org.springframework.ws.server.MessageDispatcher
 
receive(WebServiceMessageFactory) - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
 
receive(WebServiceMessageFactory) - Method in interface org.springframework.ws.transport.WebServiceConnection
Receives a message using the given WebServiceMessageFactory.
receive(MessageContext) - Method in interface org.springframework.ws.transport.WebServiceMessageReceiver
Receives the given message context.
receivedMessageTracingLogger - Static variable in class org.springframework.ws.client.core.WebServiceTemplate
Additional logger to use for received message tracing.
receivedMessageTracingLogger - Static variable in class org.springframework.ws.server.MessageDispatcher
Additional logger to use for received message tracing.
RECEIVER - Static variable in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
Constant QName used to indicate that a Receiver fault must be created.
registerEndpoint(String, Object) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Register the given endpoint instance under the registration key.
registerEndpoint(String, MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
Register the given endpoint instance under the key.
registerEndpoint(URI, Object) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
Register the specified endpoint for the given action URI.
registerEndpoints(Map) - Method in class org.springframework.ws.soap.addressing.server.SimpleActionEndpointMapping
Register all endpoints specified in the action map.
registerMethods(Object) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
Helper method that registers the methods of the given bean.
registerMethods(String) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
Helper method that registers the methods of the given class.
registerMethods(Object) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionMethodEndpointMapping
Helper method that registers the methods of the given bean.
remove() - Method in class org.springframework.ws.transport.support.EnumerationIterator
 
removeAttribute(QName) - Method in interface org.springframework.ws.soap.SoapElement
Removes the attribute with the specified name.
removeContents(OMContainer) - Static method in class org.springframework.ws.soap.axiom.support.AxiomUtils
Removes the contents (i.e.
removeHeaderElement(QName) - Method in interface org.springframework.ws.soap.SoapHeader
Removes the SoapHeaderElement with the specified qualified name from this header.
removeProperty(String) - Method in class org.springframework.ws.context.AbstractMessageContext
 
removeProperty(String) - Method in interface org.springframework.ws.context.MessageContext
Removes a property from the MessageContext.
reset() - Method in class org.springframework.ws.transport.TransportInputStream
 
resolveException(MessageContext, Object, Exception) - Method in class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
Default implementation that checks whether the given endpoint is in the set of mapped endpoints.
resolveException(MessageContext, Object, Exception) - Method in interface org.springframework.ws.server.EndpointExceptionResolver
Try to resolve the given exception that got thrown during on endpoint execution.
resolveExceptionInternal(MessageContext, Object, Exception) - Method in class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
Template method for resolving exceptions that is called by AbstractEndpointExceptionResolver.resolveException(org.springframework.ws.context.MessageContext, java.lang.Object, java.lang.Exception).
resolveExceptionInternal(MessageContext, Object, Exception) - Method in class org.springframework.ws.soap.server.endpoint.AbstractSoapFaultDefinitionExceptionResolver
 
resolveExceptionInternal(MessageContext, Object, Exception) - Method in class org.springframework.ws.soap.server.endpoint.SimpleSoapExceptionResolver
 
resolveFault(WebServiceMessage) - Method in interface org.springframework.ws.client.core.FaultMessageResolver
Try to resolve the given fault message that got received.
resolveFault(WebServiceMessage) - Method in class org.springframework.ws.client.core.SimpleFaultMessageResolver
Throws a new WebServiceFaultException.
resolveFault(WebServiceMessage) - Method in class org.springframework.ws.soap.client.core.SoapFaultMessageResolver
 
resolveQName(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractQNameEndpointMapping
Template method that resolves the qualified names from the given SOAP message.
resolveQName(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping
 
resolveStringEndpoint(String) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
Resolves an endpoint string.

S

SAAJ_11 - Static variable in class org.springframework.ws.soap.saaj.support.SaajUtils
 
SAAJ_12 - Static variable in class org.springframework.ws.soap.saaj.support.SaajUtils
 
SAAJ_13 - Static variable in class org.springframework.ws.soap.saaj.support.SaajUtils
 
SaajAttachmentException - Exception in org.springframework.ws.soap.saaj
 
SaajAttachmentException(String) - Constructor for exception org.springframework.ws.soap.saaj.SaajAttachmentException
 
SaajAttachmentException(String, Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajAttachmentException
 
SaajAttachmentException(Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajAttachmentException
 
SaajContentHandler - Class in org.springframework.ws.soap.saaj.support
SAX ContentHandler that transforms callback calls to the creation of SAAJ Nodes and SOAPElements.
SaajContentHandler(SOAPElement) - Constructor for class org.springframework.ws.soap.saaj.support.SaajContentHandler
Constructs a new instance of the SaajContentHandler that creates children of the given SOAPElement.
SaajSoapBodyException - Exception in org.springframework.ws.soap.saaj
 
SaajSoapBodyException(String) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapBodyException
 
SaajSoapBodyException(String, Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapBodyException
 
SaajSoapBodyException(Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapBodyException
 
SaajSoapElementException - Exception in org.springframework.ws.soap.saaj
 
SaajSoapElementException(String) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapElementException
 
SaajSoapElementException(String, Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapElementException
 
SaajSoapElementException(Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapElementException
 
SaajSoapEnvelopeException - Exception in org.springframework.ws.soap.saaj
 
SaajSoapEnvelopeException(String) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapEnvelopeException
 
SaajSoapEnvelopeException(String, Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapEnvelopeException
 
SaajSoapEnvelopeException(Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapEnvelopeException
 
SaajSoapFaultException - Exception in org.springframework.ws.soap.saaj
 
SaajSoapFaultException(String) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapFaultException
 
SaajSoapFaultException(String, Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapFaultException
 
SaajSoapFaultException(Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapFaultException
 
SaajSoapHeaderException - Exception in org.springframework.ws.soap.saaj
 
SaajSoapHeaderException(String) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapHeaderException
 
SaajSoapHeaderException(String, Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapHeaderException
 
SaajSoapHeaderException(Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapHeaderException
 
SaajSoapMessage - Class in org.springframework.ws.soap.saaj
SAAJ-specific implementation of the SoapMessage interface.
SaajSoapMessage(SOAPMessage) - Constructor for class org.springframework.ws.soap.saaj.SaajSoapMessage
Create a new SaajSoapMessage based on the given SAAJ SOAPMessage.
SaajSoapMessageCreationException - Exception in org.springframework.ws.soap.saaj
 
SaajSoapMessageCreationException(String) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapMessageCreationException
 
SaajSoapMessageCreationException(String, Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapMessageCreationException
 
SaajSoapMessageException - Exception in org.springframework.ws.soap.saaj
 
SaajSoapMessageException(String) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapMessageException
 
SaajSoapMessageException(String, Throwable) - Constructor for exception org.springframework.ws.soap.saaj.SaajSoapMessageException
 
SaajSoapMessageFactory - Class in org.springframework.ws.soap.saaj
SAAJ-specific implementation of the WebServiceMessageFactory.
SaajSoapMessageFactory() - Constructor for class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
Default, empty constructor.
SaajSoapMessageFactory(MessageFactory) - Constructor for class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
Constructor that takes a message factory as an argument.
SaajUtils - Class in org.springframework.ws.soap.saaj.support
Collection of generic utility methods to work with SAAJ.
SaajUtils() - Constructor for class org.springframework.ws.soap.saaj.support.SaajUtils
 
SaajXmlReader - Class in org.springframework.ws.soap.saaj.support
SAX XMLReader that reads from a SAAJ Node.
SaajXmlReader(Node) - Constructor for class org.springframework.ws.soap.saaj.support.SaajXmlReader
Constructs a new instance of the SaajXmlReader that reads from the given Node.
SCHEMA_PREFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.InliningXsdSchemaTypesProvider
The prefix used to register the schema namespace in the WSDL.
send(WebServiceMessage) - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
 
send(WebServiceMessage) - Method in interface org.springframework.ws.transport.WebServiceConnection
Sends the given message using this connection.
sendAndReceive(WebServiceMessageCallback, WebServiceMessageExtractor) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that can be manipulated with the given callback, reading the result with a WebServiceMessageExtractor.
sendAndReceive(String, WebServiceMessageCallback, WebServiceMessageExtractor) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that can be manipulated with the given callback, reading the result with a WebServiceMessageExtractor.
sendAndReceive(WebServiceMessageCallback, WebServiceMessageCallback) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that can be manipulated with the given request callback, handling the response with a response callback.
sendAndReceive(String, WebServiceMessageCallback, WebServiceMessageCallback) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that can be manipulated with the given request callback, handling the response with a response callback.
sendAndReceive(WebServiceMessageCallback, WebServiceMessageCallback) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sendAndReceive(String, WebServiceMessageCallback, WebServiceMessageCallback) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sendAndReceive(WebServiceMessageCallback, WebServiceMessageExtractor) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sendAndReceive(String, WebServiceMessageCallback, WebServiceMessageExtractor) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
SENDER - Static variable in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
Constant QName used to indicate that a Sender fault must be created.
sendSourceAndReceive(Source, SourceExtractor) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
sendSourceAndReceive(String, Source, SourceExtractor) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
sendSourceAndReceive(Source, WebServiceMessageCallback, SourceExtractor) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
sendSourceAndReceive(String, Source, WebServiceMessageCallback, SourceExtractor) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload, reading the result with a SourceExtractor.
sendSourceAndReceive(Source, SourceExtractor) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sendSourceAndReceive(String, Source, SourceExtractor) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sendSourceAndReceive(Source, WebServiceMessageCallback, SourceExtractor) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sendSourceAndReceive(String, Source, WebServiceMessageCallback, SourceExtractor) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sendSourceAndReceiveToResult(Source, Result) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload.
sendSourceAndReceiveToResult(String, Source, Result) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload.
sendSourceAndReceiveToResult(Source, WebServiceMessageCallback, Result) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload.
sendSourceAndReceiveToResult(String, Source, WebServiceMessageCallback, Result) - Method in interface org.springframework.ws.client.core.WebServiceOperations
Sends a web service message that contains the given payload.
sendSourceAndReceiveToResult(Source, Result) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sendSourceAndReceiveToResult(String, Source, Result) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sendSourceAndReceiveToResult(Source, WebServiceMessageCallback, Result) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sendSourceAndReceiveToResult(String, Source, WebServiceMessageCallback, Result) - Method in class org.springframework.ws.client.core.WebServiceTemplate
 
sentMessageTracingLogger - Static variable in class org.springframework.ws.client.core.WebServiceTemplate
Additional logger to use for sent message tracing.
sentMessageTracingLogger - Static variable in class org.springframework.ws.server.MessageDispatcher
Additional logger to use for sent message tracing.
SERVER - Static variable in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
Constant QName used to indicate that a Server fault must be created.
SERVICE_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. The suffix used to create a service name from a port type name.
SERVICE_SUFFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. The suffix used to create a service name from a port type name.
ServicesProvider - Interface in org.springframework.ws.wsdl.wsdl11.provider
Strategy for adding Services to a Definition.
setAcceptGzipEncoding(boolean) - Method in class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
Set whether to accept GZIP encoding, that is, whether to send the HTTP Accept-Encoding header with gzip as value.
setActionMap(Map) - Method in class org.springframework.ws.soap.addressing.server.SimpleActionEndpointMapping
Set a Map with action URIs as keys and handler beans (or handler bean names) as values.
setActorOrRole(String) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
 
setActorOrRole(String) - Method in class org.springframework.ws.soap.server.endpoint.mapping.DelegatingSoapEndpointMapping
 
setActorOrRole(String) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping
 
setActorOrRole(String) - Method in interface org.springframework.ws.soap.server.SoapEndpointMapping
Sets a single SOAP actor/actorOrRole to apply to all endpoints mapped by the delegate endpoint mapping.
setActorOrRole(String) - Method in interface org.springframework.ws.soap.SoapHeaderElement
Sets the actor or role for this header element.
setActorsOrRoles(String[]) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
 
setActorsOrRoles(String[]) - Method in class org.springframework.ws.soap.server.endpoint.mapping.DelegatingSoapEndpointMapping
 
setActorsOrRoles(String[]) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping
 
setActorsOrRoles(String[]) - Method in interface org.springframework.ws.soap.server.SoapEndpointMapping
Sets the array of SOAP actors/actorsOrRoles to apply to all endpoints mapped by the delegate endpoint mapping.
setAddress(URI) - Method in class org.springframework.ws.soap.addressing.server.SimpleActionEndpointMapping
Set the address property.
setAddValidationErrorDetail(boolean) - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
Indicates whether a SOAP Fault detail element should be created when a validation error occurs.
setAddValidationErrorDetail(boolean) - Method in class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
Indicates whether a SOAP Fault detail element should be created when a validation error occurs.
setAlwaysTransform(boolean) - Method in class org.springframework.ws.server.endpoint.AbstractDom4jPayloadEndpoint
Set if the request Source should always be transformed into a new DocumentResult.
setAlwaysTransform(boolean) - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
Set if the request Source should always be transformed into a new DOMResult.
setAlwaysTransform(boolean) - Method in class org.springframework.ws.server.endpoint.AbstractJDomPayloadEndpoint
Set if the request Source should always be transformed into a new JDOMResult.
setApplicationContext(ApplicationContext) - Method in class org.springframework.ws.server.MessageDispatcher
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
 
setAsText(String) - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinitionEditor
 
setAttachmentCacheDir(File) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
Sets the directory where SOAP attachments will be stored.
setAttachmentCacheThreshold(int) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
Sets the threshold for attachments caching, in bytes.
setAttachmentCaching(boolean) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
Indicates whether SOAP attachments should be cached or not.
setAuthScope(AuthScope) - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
Sets the authentication scope to be used.
setAxiomMessage(SOAPMessage) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
Sets the AXIOM SOAPMessage that this AxiomSoapMessage is based on.
setBeanName(String) - Method in class org.springframework.ws.server.MessageDispatcher
 
setBindingsProvider(BindingsProvider) - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
Sets the BindingsProvider for this definition.
setBindingSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Sets the suffix to append to the port type name to obtain the binding name.
setBuildAbstractPart(boolean) - Method in class org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
Deprecated. Indicates whether the built definition should contain an abstract part.
setBuildConcretePart(boolean) - Method in class org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
Deprecated. Indicates whether the built definition should contain an concrete part.
setBuilder(Wsdl11DefinitionBuilder) - Method in class org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
Deprecated.  
setCache(boolean) - Method in class org.springframework.ws.client.support.destination.AbstractCachingDestinationProvider
Set whether to cache resolved destinations.
setCheckConnectionForError(boolean) - Method in class org.springframework.ws.client.core.WebServiceTemplate
Indicates whether the connection should be checked for error indicators (true), or whether these should be ignored (false).
setCheckConnectionForFault(boolean) - Method in class org.springframework.ws.client.core.WebServiceTemplate
Indicates whether the connection should be checked for fault indicators (true), or whether we should rely on the message only (false).
setConnectionTimeout(int) - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
Sets the timeout until a connection is etablished.
setContentType(String) - Method in class org.springframework.ws.pox.dom.DomPoxMessageFactory
Sets the content-type for the DomPoxMessage.
setCreateSoap11Binding(boolean) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Indicates whether a SOAP 1.1 binding should be created.
setCreateSoap11Binding(boolean) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SoapProvider
Indicates whether a SOAP 1.1 binding should be created.
setCreateSoap12Binding(boolean) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Indicates whether a SOAP 1.2 binding should be created.
setCreateSoap12Binding(boolean) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SoapProvider
Indicates whether a SOAP 1.2 binding should be created.
setCredentials(Credentials) - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
Sets the credentials to be used.
setDefaultEndpoint(Object) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
Sets the default endpoint for this endpoint mapping.
setDefaultFault(SoapFaultDefinition) - Method in class org.springframework.ws.soap.server.endpoint.AbstractSoapFaultDefinitionExceptionResolver
Set the default fault.
setDefaultUri(String) - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Sets the default URI used by the gateway.
setDefaultUri(String) - Method in class org.springframework.ws.client.core.WebServiceTemplate
Set the default URI to be used on operations that do not have a URI parameter.
setDefinition(Definition) - Method in class org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinition
Set the WSDL4J Definition.
setDelegate(EndpointMapping) - Method in class org.springframework.ws.soap.server.endpoint.mapping.DelegatingSoapEndpointMapping
Sets the delegate EndpointMapping to resolve the endpoint with.
setDestinationProvider(DestinationProvider) - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Set the destination provider URI used by the gateway.
setDestinationProvider(DestinationProvider) - Method in class org.springframework.ws.client.core.WebServiceTemplate
Set the destination provider URI to be used on operations that do not have a URI parameter.
setDetailElementName(QName) - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
Sets the fault detail element name when validation errors occur on the request.
setDetailElementName(QName) - Method in class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
Sets the fault detail element name when validation errors occur on the request.
setDocumentLocator(Locator) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
setEndpointAdapters(List) - Method in class org.springframework.ws.server.MessageDispatcher
Sets the EndpointAdapters to use by this MessageDispatcher.
setEndpointExceptionResolvers(List) - Method in class org.springframework.ws.server.MessageDispatcher
Sets the EndpointExceptionResolvers to use by this MessageDispatcher.
setEndpointMap(Map) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Sets a Map with keys and endpoint beans as values.
setEndpointMappings(List) - Method in class org.springframework.ws.server.MessageDispatcher
Sets the EndpointMappings to use by this MessageDispatcher.
setEndpoints(Object[]) - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
Sets the endpoints.
setExceptionMappings(Properties) - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultMappingExceptionResolver
Set the mappings between exception class names and SOAP Faults.
setExpression(String) - Method in class org.springframework.ws.server.endpoint.mapping.XPathPayloadEndpointMapping
Sets the XPath expression to be used.
setFault(boolean) - Method in interface org.springframework.ws.transport.FaultAwareWebServiceConnection
Sets whether this connection will send a fault.
setFault(boolean) - Method in class org.springframework.ws.transport.http.AbstractHttpSenderConnection
 
setFault(boolean) - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
setFaultActionSuffix(String) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
Sets the suffix to add to request Actions for reply fault messages.
setFaultActorOrRole(String) - Method in interface org.springframework.ws.soap.SoapFault
Sets the fault actor.
setFaultCode(QName) - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
Sets the fault code.
setFaultMessageResolver(FaultMessageResolver) - Method in class org.springframework.ws.client.core.WebServiceTemplate
Sets the fault resolver for this template.
setFaultNode(String) - Method in interface org.springframework.ws.soap.soap12.Soap12Fault
Sets the fault node.
setFaultReasonText(Locale, String) - Method in interface org.springframework.ws.soap.soap12.Soap12Fault
Sets the specified fault reason text.
setFaultStringOrReason(String) - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
Sets the SOAP faultstring or Reason used when validation errors occur on the request.
setFaultStringOrReason(String) - 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.
setFaultStringOrReason(String) - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
Sets the fault string or reason text.
setFaultStringOrReasonLocale(Locale) - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
Sets the locale for SOAP fault reason and validation messages.
setFaultStringOrReasonLocale(Locale) - Method in class org.springframework.ws.soap.server.endpoint.interceptor.AbstractFaultCreatingValidatingInterceptor
Sets the SOAP fault reason locale used when validation errors occur on the request.
setFaultSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the suffix used to detect fault elements in the schema.
setFaultSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the suffix used to detect fault elements in the schema.
setFaultSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the suffix used to detect fault elements in the schema.
setFaultSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
Sets the suffix used to detect fault elements in the schema.
setFaultSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
Sets the suffix used to detect fault elements in the schema.
setFaultTo(EndpointReference) - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
 
setFeature(String, boolean) - Method in class org.springframework.ws.soap.saaj.support.SaajXmlReader
 
setFollowIncludeImport(boolean) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Indicates whether schema <xsd:include/> and <xsd:import/> should be followed.
setFollowIncludeImport(boolean) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Indicates whether schema <xsd:include/> and <xsd:import/> should be followed.
setFrom(EndpointReference) - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
 
setHttpClient(HttpClient) - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
Set the HttpClient used by this message sender.
setImportsProvider(ImportsProvider) - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
Sets the ImportsProvider for this definition.
setInterceptors(ClientInterceptor[]) - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Sets the ClientInterceptors used by the gateway.
setInterceptors(ClientInterceptor[]) - Method in class org.springframework.ws.client.core.WebServiceTemplate
Sets the client interceptors to apply to all web service invocations made by this template.
setInterceptors(EndpointInterceptor[]) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
Sets the endpoint interceptors to apply to all endpoints mapped by this endpoint mapping.
setLazyInitEndpoints(boolean) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Set whether to lazily initialize endpoints.
setLocale(Locale) - Method in class org.springframework.ws.soap.server.endpoint.SimpleSoapExceptionResolver
Sets the locale for the faultstring or reason of the SOAP Fault.
setLocale(Locale) - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
Sets the fault string locale.
setLocationExpression(String) - Method in class org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
Sets the XPath expression to use when extracting the service location URI from a WSDL.
setLocationExpression(String) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
Sets the XPath expression used for extracting the location attributes from the WSDL 1.1 definition.
setLocationUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the value used for the soap:address location attribute value.
setLocationUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the value used for the soap12:address location attribute value.
setLocationUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the value used for the SOAP Address location attribute value.
setLocationUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Sets the value used for the SOAP Address location attribute value.
setLocationUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Sets the value used for the SOAP Address location attribute value.
setLocationUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SoapProvider
Sets the value used for the SOAP Address location attribute value.
setLogFault(boolean) - Method in class org.springframework.ws.soap.server.endpoint.interceptor.SoapEnvelopeLoggingInterceptor
Indicates whether a SOAP Fault should be logged.
setLoggerName(String) - Method in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
Set the name of the logger to use.
setLogRequest(boolean) - Method in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
Indicates whether the request should be logged.
setLogResponse(boolean) - Method in class org.springframework.ws.server.endpoint.AbstractLoggingInterceptor
Indicates whether the response should be logged.
setMappedEndpoints(Set) - Method in class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
Specify the set of endpoints that this exception resolver should map.
setMappings(Properties) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Maps keys to endpoint bean names.
setMappings(Properties) - Method in class org.springframework.ws.soap.addressing.server.SimpleActionEndpointMapping
Map action URIs to endpoint bean names.
setMarshaller(Marshaller) - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Sets the Marshaller used by the gateway.
setMarshaller(Marshaller) - Method in class org.springframework.ws.client.core.WebServiceTemplate
Sets the marshaller for this template.
setMarshaller(Marshaller) - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Sets the marshaller used for transforming objects into XML.
setMarshaller(Marshaller) - Method in class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
Sets the marshaller used for transforming objects into XML.
setMaxConnectionsPerHost(Properties) - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
Sets the maximum number of connections per host for the underlying HttpClient.
setMaxTotalConnections(int) - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
Sets the maximum number of connections allowed for the underlying HttpClient.
setMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Set the WebServiceMessageFactory to be used by the gateway.
setMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.ws.client.support.WebServiceAccessor
Sets the message factory used for creating messages.
setMessageFactory(MessageFactory) - Method in class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
Sets the SAAJ MessageFactory.
setMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport
Sets the WebServiceMessageFactory.
setMessageFactoryBeanName(String) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
Sets the bean name used to lookup a WebServiceMessageFactory.
setMessageIdStrategy(MessageIdStrategy) - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
Sets the message id strategy used for creating WS-Addressing MessageIds.
setMessageIdStrategy(MessageIdStrategy) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
Sets the message id strategy used for creating WS-Addressing MessageIds.
setMessageReceiverBeanName(String) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
Sets the bean name used to lookup a WebServiceMessageReceiver.
setMessageReceiverHandlerAdapterBeanName(String) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
Sets the bean name used to lookup a WebServiceMessageReceiverHandlerAdapter.
setMessageSender(WebServiceMessageSender) - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Sets a single WebServiceMessageSender to be used by the gateway.
setMessageSender(WebServiceMessageSender) - Method in class org.springframework.ws.client.support.WebServiceAccessor
Sets the single message sender used for sending messages.
setMessageSenders(WebServiceMessageSender[]) - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Sets multiple WebServiceMessageSender to be used by the gateway.
setMessageSenders(WebServiceMessageSender[]) - Method in class org.springframework.ws.client.support.WebServiceAccessor
Sets the message senders used for sending messages.
setMessageSenders(WebServiceMessageSender[]) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
 
setMessageSource(MessageSource) - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
 
setMessagesProvider(MessagesProvider) - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
Sets the MessagesProvider for this definition.
setMethodPrefix(String) - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
Sets the method prefix.
setMethodSuffix(String) - Method in class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
Sets the method suffix.
setMustUnderstand(boolean) - Method in interface org.springframework.ws.soap.SoapHeaderElement
Sets the mustUnderstand attribute for this header element.
setMustUnderstandFaultString(String) - Method in class org.springframework.ws.soap.server.SoapMessageDispatcher
Sets the message used for MustUnderstand fault.
setMustUnderstandFaultStringLocale(Locale) - Method in class org.springframework.ws.soap.server.SoapMessageDispatcher
Sets the locale of the message used for MustUnderstand fault.
setNamespaceAware(boolean) - Method in class org.springframework.ws.pox.dom.DomPoxMessageFactory
Set whether or not the XML parser should be XML namespace aware.
setNamespaceAware(boolean) - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
Set whether or not the XML parser should be XML namespace aware.
setNamespaces(Properties) - Method in class org.springframework.ws.server.endpoint.mapping.XPathPayloadEndpointMapping
Sets the namespaces bindings used in the expression.
setOrder(int) - Method in class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
Specify the order value for this mapping.
setOrder(int) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
Specify the order value for this mapping.
setOutputActionSuffix(String) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
Sets the suffix to add to request Actions for reply messages.
setPayloadCaching(boolean) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
Indicates whether the SOAP Body payload should be cached or not.
setPortTypeName(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the port type name used for this definition.
setPortTypeName(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the port type name used for this definition.
setPortTypeName(String) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the port type name used for this definition.
setPortTypeName(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Sets the port type name used for this definition.
setPortTypesProvider(PortTypesProvider) - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
Sets the PortTypesProvider for this definition.
setPostInterceptors(EndpointInterceptor[]) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
Set additional interceptors to be applied after the implicit WS-Addressing interceptor, e.g.
setPrefix(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the prefix used to declare the target namespace.
setPrefix(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the prefix used to declare the target namespace.
setPreInterceptors(EndpointInterceptor[]) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
Set additional interceptors to be applied before the implicit WS-Addressing interceptor, e.g.
setProperty(String, Object) - Method in class org.springframework.ws.context.AbstractMessageContext
 
setProperty(String, Object) - Method in interface org.springframework.ws.context.MessageContext
Sets the name and value of a property associated with the MessageContext.
setReadTimeout(int) - Method in class org.springframework.ws.transport.http.CommonsHttpMessageSender
Set the socket read timeout for the underlying HttpClient.
setRegisterBeanNames(boolean) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Set whether to register bean names found in the application context.
setReplyTo(EndpointReference) - Method in class org.springframework.ws.soap.addressing.client.ActionCallback
 
setRequestName(String) - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
Set the name of the request object user for validation errors.
setRequestSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the suffix used to detect request elements in the schema.
setRequestSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the suffix used to detect request elements in the schema.
setRequestSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the suffix used to detect request elements in the schema.
setRequestSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
Sets the suffix used to detect request elements in the schema.
setRequestSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
Sets the suffix used to detect request elements in the schema.
setRequestXslt(Resource) - Method in class org.springframework.ws.server.endpoint.interceptor.PayloadTransformingInterceptor
Sets the XSLT stylesheet to use for transforming incoming request.
setResponse(WebServiceMessage) - Method in class org.springframework.ws.context.DefaultMessageContext
 
setResponse(WebServiceMessage) - Method in interface org.springframework.ws.context.MessageContext
Sets the response message.
setResponseSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the suffix used to detect response elements in the schema.
setResponseSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the suffix used to detect response elements in the schema.
setResponseSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the suffix used to detect response elements in the schema.
setResponseSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
Sets the suffix used to detect response elements in the schema.
setResponseSuffix(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
Sets the suffix used to detect response elements in the schema.
setResponseXslt(Resource) - Method in class org.springframework.ws.server.endpoint.interceptor.PayloadTransformingInterceptor
Sets the XSLT stylesheet to use for transforming outgoing responses.
setSaajMessage(SOAPMessage) - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
Sets the SAAJ SOAPMessage that this SaajSoapMessage is based on.
setSchema(Resource) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
Sets the schema resource to use for validation.
setSchema(Resource) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
Sets the schema resource to use for validation.
setSchema(Resource) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the XSD schema to use for generating the WSDL.
setSchema(Resource) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the XSD schema to use for generating the WSDL.
setSchema(XsdSchema) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the single XSD schema to inline.
setSchema(XsdSchema) - Method in class org.springframework.ws.wsdl.wsdl11.provider.InliningXsdSchemaTypesProvider
Sets the single XSD schema to inline.
setSchemaCollection(XsdSchemaCollection) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the XSD schema collection to inline.
setSchemaCollection(XsdSchemaCollection) - Method in class org.springframework.ws.wsdl.wsdl11.provider.InliningXsdSchemaTypesProvider
Sets the XSD schema collection to inline.
setSchemaLanguage(String) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
Sets the schema language.
setSchemaLanguage(String) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
Sets the schema language.
setSchemaLocation(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the location of the schema to import.
setSchemaLocation(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the location of the schema to import.
setSchemaPrefix(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the prefix used to declare the schema target namespace.
setSchemaPrefix(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the prefix used to declare the schema target namespace.
setSchemas(Resource[]) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
Sets the schema resources to use for validation.
setSchemas(Resource[]) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
Sets the schema resources to use for validation.
setSecure(boolean) - Method in class org.springframework.ws.soap.addressing.messageid.RandomGuidMessageIdStrategy
Sets whether or not the generated random numbers should be secure.
setServiceName(String) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the service name.
setServiceName(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultConcretePartProvider
Sets the service name.
setServiceName(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SoapProvider
Sets the service name.
setServicesProvider(ServicesProvider) - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
Sets the ServicesProvider for this definition.
setSoapAction(String) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
 
setSoapAction(String) - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
 
setSoapAction(String) - Method in interface org.springframework.ws.soap.SoapMessage
Sets the SOAP Action for this message.
setSoapActions(Properties) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the SOAP Actions for this binding.
setSoapActions(Properties) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Sets the SOAP Actions for this binding.
setSoapActions(Properties) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Sets the SOAP Actions for this binding.
setSoapActions(Properties) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SoapProvider
Sets the SOAP Actions for this binding.
setSoapVersion(SoapVersion) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
 
setSoapVersion(SoapVersion) - Method in class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
 
setSoapVersion(SoapVersion) - Method in interface org.springframework.ws.soap.SoapMessageFactory
Sets the SOAP Version used by this factory.
setTargetNamespace(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the target namespace used for this definition.
setTargetNamespace(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the target namespace used for this definition.
setTargetNamespace(String) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the target namespace used for this definition.
setTargetNamespace(String) - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
Sets the target namespace used for this definition.
setText(String) - Method in interface org.springframework.ws.soap.SoapHeaderElement
Sets the text content of this header element.
setTransformLocations(boolean) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
Sets whether relative address locations in the WSDL are to be transformed using the request URI of the incoming HttpServletRequest.
setTransformWsdlLocations(boolean) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
Sets whether relative address locations in the WSDL are to be transformed using the request URI of the incoming HttpServletRequest.
setTransportContext(TransportContext) - Static method in class org.springframework.ws.transport.context.TransportContextHolder
Associate the given TransportContext with the current thread.
setTransportUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap11Wsdl4jDefinitionBuilder
Deprecated. Sets the value used for the soap:binding transport attribute value.
setTransportUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.builder.AbstractSoap12Wsdl4jDefinitionBuilder
Deprecated. Sets the value used for the soap12:binding transport attribute value.
setTransportUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.DefaultWsdl11Definition
Sets the value used for the binding transport attribute value.
setTransportUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Sets the value used for the binding transport attribute value.
setTransportUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Sets the value used for the binding transport attribute value.
setTransportUri(String) - Method in class org.springframework.ws.wsdl.wsdl11.provider.SoapProvider
Sets the value used for the binding transport attribute value.
setTypesProvider(TypesProvider) - Method in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
Sets the TypesProvider for this definition.
setUltimateReceiver(boolean) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
 
setUltimateReceiver(boolean) - Method in class org.springframework.ws.soap.server.endpoint.mapping.DelegatingSoapEndpointMapping
 
setUltimateReceiver(boolean) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping
 
setUltimateReceiver(boolean) - Method in interface org.springframework.ws.soap.server.SoapEndpointMapping
Indicates whether this the endpoint fulfills the SOAP 1.2 Ultimate Receiver role.
setUnmarshaller(Unmarshaller) - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Sets the Unmarshaller used by the gateway.
setUnmarshaller(Unmarshaller) - Method in class org.springframework.ws.client.core.WebServiceTemplate
Sets the unmarshaller for this template.
setUnmarshaller(Unmarshaller) - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Sets the unmarshaller used for transforming XML into objects.
setUnmarshaller(Unmarshaller) - Method in class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
Sets the unmarshaller used for transforming XML into objects.
setValidateRequest(boolean) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
Indicates whether the request should be validated against the schema.
setValidateRequest(boolean) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
Indicates whether the request should be validated against the schema.
setValidateResponse(boolean) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
Indicates whether the response should be validated against the schema.
setValidateResponse(boolean) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
Indicates whether the response should be validated against the schema.
setValidating(boolean) - Method in class org.springframework.ws.pox.dom.DomPoxMessageFactory
Set if the XML parser should validate the document.
setValidating(boolean) - Method in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
Set if the XML parser should validate the document.
setValidator(Validator) - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
Set the primary Validator for this endpoint.
setValidators(Validator[]) - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
Set the Validators for this controller.
setVersions(AddressingVersion[]) - Method in class org.springframework.ws.soap.addressing.server.AbstractAddressingEndpointMapping
Sets the WS-Addressing versions to be supported by this mapping.
setWebServiceTemplate(WebServiceTemplate) - Method in class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Sets the WebServiceTemplate to be used by the gateway.
setWsdl(Resource) - Method in class org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
Sets a WSDL location from which the service destination URI will be resolved.
setWsdl(Resource) - Method in class org.springframework.ws.wsdl.wsdl11.SimpleWsdl11Definition
Set the WSDL resource to be exposed by calls to this instances' SimpleWsdl11Definition.getSource() method.
setWsdlDefinitionHandlerAdapterBeanName(String) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
Sets the bean name used to lookup a WsdlDefinitionHandlerAdapter.
setXsdSchema(XsdSchema) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
Sets the XsdSchema to use for validation.
setXsdSchema(XsdSchema) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
Sets the XsdSchema to use for validation.
setXsdSchemaCollection(XsdSchemaCollection) - Method in class org.springframework.ws.client.support.interceptor.AbstractValidatingInterceptor
Sets the XsdSchemaCollection to use for validation.
setXsdSchemaCollection(XsdSchemaCollection) - Method in class org.springframework.ws.server.endpoint.interceptor.AbstractValidatingInterceptor
Sets the XsdSchemaCollection to use for validation.
setXsdSchemaHandlerAdapterBeanName(String) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
Sets the bean name used to lookup a XsdSchemaHandlerAdapter.
SimpleActionEndpointMapping - Class in org.springframework.ws.soap.addressing.server
Implementation of the EndpointMapping interface to map from WS-Addressing Action Message Addressing Property to endpoint beans.
SimpleActionEndpointMapping() - Constructor for class org.springframework.ws.soap.addressing.server.SimpleActionEndpointMapping
 
SimpleFaultMessageResolver - Class in org.springframework.ws.client.core
Simple fault resolver that simply throws a WebServiceFaultException when a fault occurs.
SimpleFaultMessageResolver() - Constructor for class org.springframework.ws.client.core.SimpleFaultMessageResolver
 
SimpleMethodEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Simple subclass of AbstractMethodEndpointMapping that maps from the local name of the request payload to methods.
SimpleMethodEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.SimpleMethodEndpointMapping
 
SimpleSoapExceptionResolver - Class in org.springframework.ws.soap.server.endpoint
Simple, SOAP-specific EndpointExceptionResolver implementation that stores the exception's message as the fault string.
SimpleSoapExceptionResolver() - Constructor for class org.springframework.ws.soap.server.endpoint.SimpleSoapExceptionResolver
 
SimpleWsdl11Definition - Class in org.springframework.ws.wsdl.wsdl11
The default Wsdl11Definition implementation.
SimpleWsdl11Definition() - Constructor for class org.springframework.ws.wsdl.wsdl11.SimpleWsdl11Definition
Create a new instance of the SimpleWsdl11Definition class.
SimpleWsdl11Definition(Resource) - Constructor for class org.springframework.ws.wsdl.wsdl11.SimpleWsdl11Definition
Create a new instance of the SimpleWsdl11Definition class with the specified resource.
skip(long) - Method in class org.springframework.ws.transport.TransportInputStream
 
skippedEntity(String) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
Soap11Body - Interface in org.springframework.ws.soap.soap11
Subinterface of SoapBody that exposes SOAP 1.1 functionality.
Soap11Fault - Interface in org.springframework.ws.soap.soap11
Subinterface of SoapFault that exposes SOAP 1.1 functionality.
Soap11Header - Interface in org.springframework.ws.soap.soap11
Subinterface of SoapHeader that exposes SOAP 1.1 functionality.
Soap11Provider - Class in org.springframework.ws.wsdl.wsdl11.provider
Implementation of the BindingsProvider and ServicesProvider interfaces that are SOAP 1.1 specific.
Soap11Provider() - Constructor for class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
Constructs a new version of the Soap11Provider.
Soap12Body - Interface in org.springframework.ws.soap.soap12
Subinterface of SoapBody that exposes SOAP 1.2 functionality.
Soap12Fault - Interface in org.springframework.ws.soap.soap12
Subinterface of SoapFault that exposes SOAP 1.2 functionality.
Soap12Header - Interface in org.springframework.ws.soap.soap12
Subinterface of SoapHeader that exposes SOAP 1.2 functionality.
Soap12Provider - Class in org.springframework.ws.wsdl.wsdl11.provider
Implementation of the BindingsProvider and ServicesProvider interfaces that are SOAP 1.2 specific.
Soap12Provider() - Constructor for class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
Constructs a new version of the Soap12Provider.
SOAP_11 - Static variable in interface org.springframework.ws.soap.SoapVersion
Represents version 1.1 of the SOAP specification.
SOAP_11_NAMESPACE_PREFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
The prefix of the WSDL SOAP 1.1 namespace.
SOAP_11_NAMESPACE_URI - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.Soap11Provider
The WSDL SOAP 1.1 namespace.
SOAP_12 - Static variable in interface org.springframework.ws.soap.SoapVersion
Represents version 1.2 of the SOAP specification.
SOAP_12_NAMESPACE_PREFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
The prefix of the WSDL SOAP 1.2 namespace.
SOAP_12_NAMESPACE_URI - Static variable in class org.springframework.ws.wsdl.wsdl11.provider.Soap12Provider
The WSDL SOAP 1.1 namespace.
SoapActionCallback - Class in org.springframework.ws.soap.client.core
WebServiceMessageCallback implementation that sets the SOAP Action header on the message.
SoapActionCallback(String) - Constructor for class org.springframework.ws.soap.client.core.SoapActionCallback
Create a new SoapActionCallback with the given string SOAPAction.
SoapActionEndpointMapping - Class in org.springframework.ws.soap.server.endpoint.mapping
Implementation of the EndpointMapping interface to map from SOAPAction headers to endpoint beans.
SoapActionEndpointMapping() - Constructor for class org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping
 
SoapBody - Interface in org.springframework.ws.soap
Represents the Body element in a SOAP message.
SoapBodyException - Exception in org.springframework.ws.soap
Exception thrown when a SOAP body could not be accessed.
SoapBodyException(String) - Constructor for exception org.springframework.ws.soap.SoapBodyException
 
SoapBodyException(String, Throwable) - Constructor for exception org.springframework.ws.soap.SoapBodyException
 
SoapBodyException(Throwable) - Constructor for exception org.springframework.ws.soap.SoapBodyException
 
SoapElement - Interface in org.springframework.ws.soap
The base interface for all elements that are contained in a SOAP message.
SoapElementException - Exception in org.springframework.ws.soap
Exception thrown when a SOAP element could not be accessed.
SoapElementException(String) - Constructor for exception org.springframework.ws.soap.SoapElementException
 
SoapElementException(String, Throwable) - Constructor for exception org.springframework.ws.soap.SoapElementException
 
SoapElementException(Throwable) - Constructor for exception org.springframework.ws.soap.SoapElementException
 
SoapEndpointInterceptor - Interface in org.springframework.ws.soap.server
SOAP-specific extension of the EndpointInterceptor interface.
SoapEndpointInvocationChain - Class in org.springframework.ws.soap.server
SOAP-specific subclass of the EndpointInvocationChain.
SoapEndpointInvocationChain(Object) - Constructor for class org.springframework.ws.soap.server.SoapEndpointInvocationChain
Create new SoapEndpointInvocationChain.
SoapEndpointInvocationChain(Object, EndpointInterceptor[]) - Constructor for class org.springframework.ws.soap.server.SoapEndpointInvocationChain
Create new SoapEndpointInvocationChain.
SoapEndpointInvocationChain(Object, EndpointInterceptor[], String[], boolean) - Constructor for class org.springframework.ws.soap.server.SoapEndpointInvocationChain
Create new EndpointInvocationChain.
SoapEndpointMapping - Interface in org.springframework.ws.soap.server
SOAP-specific sub-interface of the EndpointMapping.
SoapEnvelope - Interface in org.springframework.ws.soap
Represents the Envelope element in a SOAP message.
SoapEnvelopeException - Exception in org.springframework.ws.soap
Exception thrown when a SOAP body could not be accessed.
SoapEnvelopeException(String) - Constructor for exception org.springframework.ws.soap.SoapEnvelopeException
 
SoapEnvelopeException(String, Throwable) - Constructor for exception org.springframework.ws.soap.SoapEnvelopeException
 
SoapEnvelopeException(Throwable) - Constructor for exception org.springframework.ws.soap.SoapEnvelopeException
 
SoapEnvelopeLoggingInterceptor - Class in org.springframework.ws.soap.server.endpoint.interceptor
SOAP-specific EndpointInterceptor that logs the complete request and response envelope of SoapMessage messages.
SoapEnvelopeLoggingInterceptor() - Constructor for class org.springframework.ws.soap.server.endpoint.interceptor.SoapEnvelopeLoggingInterceptor
 
SoapFault - Interface in org.springframework.ws.soap
Represents the Fault element in the body of a SOAP message.
SoapFaultClientException - Exception in org.springframework.ws.soap.client
Thrown by SoapFaultMessageResolver when the response message has a fault.
SoapFaultClientException(SoapMessage) - Constructor for exception org.springframework.ws.soap.client.SoapFaultClientException
Create a new instance of the SoapFaultClientException class.
SoapFaultDefinition - Class in org.springframework.ws.soap.server.endpoint
Defines properties for a SOAP Fault.
SoapFaultDefinition() - Constructor for class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
 
SoapFaultDefinitionEditor - Class in org.springframework.ws.soap.server.endpoint
PropertyEditor for SoapFaultDefinition objects.
SoapFaultDefinitionEditor() - Constructor for class org.springframework.ws.soap.server.endpoint.SoapFaultDefinitionEditor
 
SoapFaultDetail - Interface in org.springframework.ws.soap
Represents the detail element in a SOAP fault.
SoapFaultDetailElement - Interface in org.springframework.ws.soap
Represents the content for an individual SOAP detail entry in a SOAP Message.
SoapFaultException - Exception in org.springframework.ws.soap
Exception thrown when a SOAP fault could not be accessed.
SoapFaultException(String) - Constructor for exception org.springframework.ws.soap.SoapFaultException
 
SoapFaultException(String, Throwable) - Constructor for exception org.springframework.ws.soap.SoapFaultException
 
SoapFaultException(Throwable) - Constructor for exception org.springframework.ws.soap.SoapFaultException
 
SoapFaultMappingExceptionResolver - Class in org.springframework.ws.soap.server.endpoint
Exception resolver that allows for mapping exception class names to SOAP Faults.
SoapFaultMappingExceptionResolver() - Constructor for class org.springframework.ws.soap.server.endpoint.SoapFaultMappingExceptionResolver
 
SoapFaultMessageResolver - Class in org.springframework.ws.soap.client.core
Simple fault resolver that simply throws a SoapFaultClientException when a fault occurs.
SoapFaultMessageResolver() - Constructor for class org.springframework.ws.soap.client.core.SoapFaultMessageResolver
 
SoapHeader - Interface in org.springframework.ws.soap
Represents the Header element in a SOAP message.
SoapHeaderElement - Interface in org.springframework.ws.soap
Represents the contents of an individual SOAP header in the a SOAP message.
SoapHeaderException - Exception in org.springframework.ws.soap
Exception thrown when a SOAP header could not be accessed.
SoapHeaderException(String) - Constructor for exception org.springframework.ws.soap.SoapHeaderException
 
SoapHeaderException(String, Throwable) - Constructor for exception org.springframework.ws.soap.SoapHeaderException
 
SoapHeaderException(Throwable) - Constructor for exception org.springframework.ws.soap.SoapHeaderException
 
SoapMessage - Interface in org.springframework.ws.soap
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope.
SoapMessageCreationException - Exception in org.springframework.ws.soap
Exception thrown when a web service message cannot be created.
SoapMessageCreationException(String) - Constructor for exception org.springframework.ws.soap.SoapMessageCreationException
Constructor for SoapMessageCreationException.
SoapMessageCreationException(String, Throwable) - Constructor for exception org.springframework.ws.soap.SoapMessageCreationException
Constructor for SoapMessageCreationException.
SoapMessageDispatcher - Class in org.springframework.ws.soap.server
SOAP-specific subclass of the MessageDispatcher.
SoapMessageDispatcher() - Constructor for class org.springframework.ws.soap.server.SoapMessageDispatcher
 
SoapMessageException - Exception in org.springframework.ws.soap
Base class for all SOAP message exceptions.
SoapMessageException(String) - Constructor for exception org.springframework.ws.soap.SoapMessageException
Constructor for SoapMessageException.
SoapMessageException(String, Throwable) - Constructor for exception org.springframework.ws.soap.SoapMessageException
Constructor for SoapMessageException.
SoapMessageFactory - Interface in org.springframework.ws.soap
Sub-interface of WebServiceMessageFactory which contains SOAP-specific properties and methods.
SoapProvider - Class in org.springframework.ws.wsdl.wsdl11.provider
Implementation of the BindingsProvider and ServicesProvider interfaces that supports SOAP 1.1 and SOAP 1.2.
SoapProvider() - Constructor for class org.springframework.ws.wsdl.wsdl11.provider.SoapProvider
 
SoapVersion - Interface in org.springframework.ws.soap
Interface that defines a specific version of the SOAP specification.
SourceExtractor - Interface in org.springframework.ws.client.core
Callback interface for extracting a result object from a Source instance.
startDocument() - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
startPrefixMapping(String, String) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
STATUS_ACCEPTED - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
The "202 Accepted" status code.
STATUS_INTERNAL_SERVER_ERROR - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
The "500 Server Error" status code.
STATUS_METHOD_NOT_ALLOWED - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
The "405 Method Not Allowed" status code.
STATUS_NOT_FOUND - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
The "404 Not Found" status code.
STATUS_OK - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
The "200 OK" status code.
SuffixBasedMessagesProvider - Class in org.springframework.ws.wsdl.wsdl11.provider
Implementation of the MessagesProvider interface that is based on suffixes.
SuffixBasedMessagesProvider() - Constructor for class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedMessagesProvider
 
SuffixBasedPortTypesProvider - Class in org.springframework.ws.wsdl.wsdl11.provider
Implementation of the PortTypesProvider interface that is based on suffixes.
SuffixBasedPortTypesProvider() - Constructor for class org.springframework.ws.wsdl.wsdl11.provider.SuffixBasedPortTypesProvider
 
supports(Object) - Method in class org.springframework.ws.server.endpoint.adapter.AbstractMethodEndpointAdapter
Delegates to AbstractMethodEndpointAdapter.supportsInternal(org.springframework.ws.server.endpoint.MethodEndpoint).
supports(Object) - Method in class org.springframework.ws.server.endpoint.adapter.MessageEndpointAdapter
 
supports(Object) - Method in class org.springframework.ws.server.endpoint.adapter.PayloadEndpointAdapter
 
supports(Object) - Method in interface org.springframework.ws.server.EndpointAdapter
Does this EndpointAdapter support the given endpoint?

supports(URI) - Method in class org.springframework.ws.transport.http.AbstractHttpWebServiceMessageSender
 
supports(Object) - Method in class org.springframework.ws.transport.http.WebServiceMessageReceiverHandlerAdapter
 
supports(Object) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
 
supports(Object) - Method in class org.springframework.ws.transport.http.XsdSchemaHandlerAdapter
 
supports(URI) - Method in interface org.springframework.ws.transport.WebServiceMessageSender
Does this WebServiceMessageSender support the supplied URI?
supportsInternal(MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.AbstractMethodEndpointAdapter
Given a method endpoint, return whether or not this adapter can support it.
supportsInternal(MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
Supports a method with a single, unmarshallable parameter, and that return void or a marshallable type.
supportsInternal(MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.MessageMethodEndpointAdapter
 
supportsInternal(MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.PayloadMethodEndpointAdapter
 

T

TARGET_NAMESPACE_PREFIX - Static variable in class org.springframework.ws.wsdl.wsdl11.ProviderBasedWsdl4jDefinition
The prefix used to register the target namespace in the WSDL.
toDocument(SOAPEnvelope) - Static method in class org.springframework.ws.soap.axiom.support.AxiomUtils
Converts a given AXIOM SOAPEnvelope to a Document.
toEnvelope(Document) - Static method in class org.springframework.ws.soap.axiom.support.AxiomUtils
Converts a given Document to an AXIOM SOAPEnvelope.
toLanguage(Locale) - Static method in class org.springframework.ws.soap.axiom.support.AxiomUtils
Converts the given locale to a xml:lang string, as used in Axiom Faults.
toLocale(String) - Static method in class org.springframework.ws.soap.axiom.support.AxiomUtils
Converts the given locale to a xml:lang string, as used in Axiom Faults.
toName(QName, SOAPElement) - Static method in class org.springframework.ws.soap.saaj.support.SaajUtils
Converts a QName to a Name.
toNamespace(QName, OMElement) - Static method in class org.springframework.ws.soap.axiom.support.AxiomUtils
Converts a javax.xml.namespace.QName to a org.apache.axiom.om.OMNamespace.
toQName(Name) - Static method in class org.springframework.ws.soap.saaj.support.SaajUtils
Converts a javax.xml.soap.Name to a javax.xml.namespace.QName.
toString() - Method in class org.springframework.ws.pox.dom.DomPoxMessage
 
toString() - Method in class org.springframework.ws.server.endpoint.MethodEndpoint
 
toString() - Method in class org.springframework.ws.soap.addressing.core.EndpointReference
 
toString() - Method in class org.springframework.ws.soap.addressing.messageid.RandomGuid
Convert to the standard format for GUID (Useful for SQL Server UniqueIdentifiers, etc).
toString() - Method in class org.springframework.ws.soap.addressing.version.Addressing10
 
toString() - Method in class org.springframework.ws.soap.addressing.version.Addressing200408
 
toString() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
 
toString() - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessageFactory
 
toString() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
 
toString() - Method in class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
 
toString() - Method in class org.springframework.ws.transport.context.DefaultTransportContext
 
toString() - Method in class org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition
Deprecated.  
toString() - Method in class org.springframework.ws.wsdl.wsdl11.SimpleWsdl11Definition
 
toString() - Method in class org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinition
 
transformLocation(String, HttpServletRequest) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
Transform the given location string to reflect the given request.
transformLocations(Document, HttpServletRequest) - Method in class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
Transforms all location attributes to reflect the server name given HttpServletRequest.
TransportConstants - Interface in org.springframework.ws.transport
Declares useful transport constants.
TransportContext - Interface in org.springframework.ws.transport.context
Strategy interface for determining the current WebServiceConnection.
TransportContextHolder - Class in org.springframework.ws.transport.context
Simple holder class that associates a TransportContext instance with the current thread.
TransportContextHolder() - Constructor for class org.springframework.ws.transport.context.TransportContextHolder
 
TransportException - Exception in org.springframework.ws.transport
Abstract base class for exceptions related to the transport layer.
TransportException(String) - Constructor for exception org.springframework.ws.transport.TransportException
 
TransportInputStream - Class in org.springframework.ws.transport
A TransportInputStream is an input stream with MIME input headers.
TransportInputStream() - Constructor for class org.springframework.ws.transport.TransportInputStream
 
TransportOutputStream - Class in org.springframework.ws.transport
A TransportOutputStream is an output stream with MIME input headers.
TransportOutputStream() - Constructor for class org.springframework.ws.transport.TransportOutputStream
 
TransportUtils - Class in org.springframework.ws.transport.support
Generic utility methods for working with Web service transports.
TransportUtils() - Constructor for class org.springframework.ws.transport.support.TransportUtils
 
TypesProvider - Interface in org.springframework.ws.wsdl.wsdl11.provider
Strategy for adding Types to a Definition.

U

understands(Element) - Method in class org.springframework.ws.server.endpoint.interceptor.EndpointInterceptorAdapter
Returns false.
understands(SoapHeaderElement) - Method in class org.springframework.ws.soap.addressing.version.AbstractAddressingVersion
 
understands(SoapHeaderElement) - Method in interface org.springframework.ws.soap.addressing.version.AddressingVersion
Given a SoapHeaderElement, return whether or not this version understands it.
understands(SoapHeaderElement) - Method in class org.springframework.ws.soap.server.endpoint.interceptor.SoapEnvelopeLoggingInterceptor
 
understands(SoapHeaderElement) - Method in interface org.springframework.ws.soap.server.SoapEndpointInterceptor
Given a SoapHeaderElement, return whether or not this SoapEndpointInterceptor understands it.
unmarshal(Unmarshaller, WebServiceMessage) - Static method in class org.springframework.ws.support.MarshallingUtils
Unmarshals the payload of the given message using the provided Unmarshaller.
UriEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Implementation of the EndpointMapping interface to map from the full request URI to endpoint beans.
UriEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.UriEndpointMapping
 
UuidMessageIdStrategy - Class in org.springframework.ws.soap.addressing.messageid
Implementation of the MessageIdStrategy interface that uses a UUID to generate a Message Id.
UuidMessageIdStrategy() - Constructor for class org.springframework.ws.soap.addressing.messageid.UuidMessageIdStrategy
 

V

validateLookupKey(String) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Validates the given endpoint key.
validateLookupKey(String) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractQNameEndpointMapping
 
validateLookupKey(String) - Method in class org.springframework.ws.server.endpoint.mapping.UriEndpointMapping
 
validateLookupKey(String) - Method in class org.springframework.ws.server.endpoint.mapping.XPathPayloadEndpointMapping
 
validateLookupKey(String) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping
 

W

WebServiceAccessor - Class in org.springframework.ws.client.support
Base class for WebServiceTemplate and other WS-accessing helpers.
WebServiceAccessor() - Constructor for class org.springframework.ws.client.support.WebServiceAccessor
 
WebServiceClientException - Exception in org.springframework.ws.client
Exception thrown whenever an error occurs on the client-side.
WebServiceClientException(String) - Constructor for exception org.springframework.ws.client.WebServiceClientException
Create a new instance of the WebServiceClientException class.
WebServiceClientException(String, Throwable) - Constructor for exception org.springframework.ws.client.WebServiceClientException
Create a new instance of the WebServiceClientException class.
WebServiceConnection - Interface in org.springframework.ws.transport
Represents a point-to-point connection that a client can use for sending WebServiceMessage objects directly to a remote party.
WebServiceException - Exception in org.springframework.ws
Root of the hierarchy of Web Service exceptions.
WebServiceException(String) - Constructor for exception org.springframework.ws.WebServiceException
Create a new instance of the WebServiceException class.
WebServiceException(String, Throwable) - Constructor for exception org.springframework.ws.WebServiceException
Create a new instance of the WebServiceException class.
WebServiceFaultException - Exception in org.springframework.ws.client
Thrown by SimpleFaultMessageResolver when the response message has a fault.
WebServiceFaultException(String) - Constructor for exception org.springframework.ws.client.WebServiceFaultException
Create a new instance of the WebServiceFaultException class.
WebServiceFaultException(FaultAwareWebServiceMessage) - Constructor for exception org.springframework.ws.client.WebServiceFaultException
Create a new instance of the WebServiceFaultException class.
WebServiceGatewaySupport - Class in org.springframework.ws.client.core.support
Convenient super class for application classes that need Web service access.
WebServiceGatewaySupport() - Constructor for class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Creates a new instance of the WebServiceGatewaySupport class, with a default WebServiceTemplate.
WebServiceGatewaySupport(WebServiceMessageFactory) - Constructor for class org.springframework.ws.client.core.support.WebServiceGatewaySupport
Creates a new WebServiceGatewaySupport instance based on the given message factory.
WebServiceIOException - Exception in org.springframework.ws.client
Exception thrown whenever an I/O error occurs on the client-side.
WebServiceIOException(String) - Constructor for exception org.springframework.ws.client.WebServiceIOException
Create a new instance of the WebServiceIOException class.
WebServiceIOException(String, IOException) - Constructor for exception org.springframework.ws.client.WebServiceIOException
Create a new instance of the WebServiceIOException class.
WebServiceMessage - Interface in org.springframework.ws
Represents a protocol-agnostic XML message.
WebServiceMessageCallback - Interface in org.springframework.ws.client.core
Generic callback interface for code that operates on a WebServiceMessage.
WebServiceMessageException - Exception in org.springframework.ws
Base class for all web service message exceptions.
WebServiceMessageException(String) - Constructor for exception org.springframework.ws.WebServiceMessageException
Constructor for WebServiceMessageException.
WebServiceMessageException(String, Throwable) - Constructor for exception org.springframework.ws.WebServiceMessageException
Constructor for WebServiceMessageException.
WebServiceMessageExtractor - Interface in org.springframework.ws.client.core
Callback interface for extracting a result object from a WebServiceMessage instance.
WebServiceMessageFactory - Interface in org.springframework.ws
The WebServiceMessageFactory serves as a factory for WebServiceMessages.
WebServiceMessageReceiver - Interface in org.springframework.ws.transport
Defines the methods for classes capable of receiving WebServiceMessage instances coming in on a transport.
WebServiceMessageReceiverHandlerAdapter - Class in org.springframework.ws.transport.http
Adapter to use the WebServiceMessageReceiver interface with the generic DispatcherServlet.
WebServiceMessageReceiverHandlerAdapter() - Constructor for class org.springframework.ws.transport.http.WebServiceMessageReceiverHandlerAdapter
 
WebServiceMessageReceiverObjectSupport - Class in org.springframework.ws.transport.support
Convenience base class for server-side transport objects.
WebServiceMessageReceiverObjectSupport() - Constructor for class org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport
 
WebServiceMessageSender - Interface in org.springframework.ws.transport
Defines the methods for classes capable of sending and receiving WebServiceMessage instances across a transport.
WebServiceOperations - Interface in org.springframework.ws.client.core
Specifies a basic set of Web service operations.
WebServicesNamespaceHandler - Class in org.springframework.ws.config
NamespaceHandler for the 'web-services' namespace.
WebServicesNamespaceHandler() - Constructor for class org.springframework.ws.config.WebServicesNamespaceHandler
 
WebServiceTemplate - Class in org.springframework.ws.client.core
The central class for client-side Web services. It provides a message-driven approach to sending and receiving WebServiceMessage instances.
WebServiceTemplate() - Constructor for class org.springframework.ws.client.core.WebServiceTemplate
Creates a new WebServiceTemplate using default settings.
WebServiceTemplate(WebServiceMessageFactory) - Constructor for class org.springframework.ws.client.core.WebServiceTemplate
Creates a new WebServiceTemplate based on the given message factory.
WebServiceTransformerException - Exception in org.springframework.ws.client
Exception thrown whenever a transformation error occurs on the client-side.
WebServiceTransformerException(String) - Constructor for exception org.springframework.ws.client.WebServiceTransformerException
Create a new instance of the WebServiceTransformerException class.
WebServiceTransformerException(String, TransformerException) - Constructor for exception org.springframework.ws.client.WebServiceTransformerException
Create a new instance of the WebServiceTransformerException class.
WebServiceTransportException - Exception in org.springframework.ws.client
Exception thrown whenever a transport error occurs on the client-side.
WebServiceTransportException(String) - Constructor for exception org.springframework.ws.client.WebServiceTransportException
Create a new instance of the WebServiceTransportException class.
WebServiceTransportException(String, TransportException) - Constructor for exception org.springframework.ws.client.WebServiceTransportException
Create a new instance of the WebServiceTransportException class.
WebServiceValidationException - Exception in org.springframework.ws.client.support.interceptor
Exception thrown whenever a validation error occurs on the client-side.
WebServiceValidationException(SAXParseException[]) - Constructor for exception org.springframework.ws.client.support.interceptor.WebServiceValidationException
Create a new instance of the WebServiceValidationException class.
write(byte[]) - Method in class org.springframework.ws.transport.TransportOutputStream
 
write(byte[], int, int) - Method in class org.springframework.ws.transport.TransportOutputStream
 
write(int) - Method in class org.springframework.ws.transport.TransportOutputStream
 
writeTo(OutputStream) - Method in class org.springframework.ws.pox.dom.DomPoxMessage
 
writeTo(OutputStream) - Method in class org.springframework.ws.soap.axiom.AxiomSoapMessage
 
writeTo(OutputStream) - Method in class org.springframework.ws.soap.saaj.SaajSoapMessage
 
writeTo(OutputStream) - Method in interface org.springframework.ws.WebServiceMessage
Writes the entire message to the given output stream.
Wsdl11Definition - Interface in org.springframework.ws.wsdl.wsdl11
Models a WSDL 1.1-specific WsdlDefinition.
Wsdl11DefinitionBuilder - Interface in org.springframework.ws.wsdl.wsdl11
Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
Wsdl11DestinationProvider - Class in org.springframework.ws.client.support.destination
Implementation of the DestinationProvider that resolves a destination URI from a WSDL file.
Wsdl11DestinationProvider() - Constructor for class org.springframework.ws.client.support.destination.Wsdl11DestinationProvider
 
Wsdl4jDefinition - Class in org.springframework.ws.wsdl.wsdl11
Implementation of the Wsdl11Definition based on WSDL4J.
Wsdl4jDefinition() - Constructor for class org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinition
Constructs a new, empty Wsdl4jDefinition.
Wsdl4jDefinition(Definition) - Constructor for class org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinition
Constructs a new Wsdl4jDefinition based on the given Definition.
Wsdl4jDefinitionException - Exception in org.springframework.ws.wsdl.wsdl11
Subclass of WsdlDefinitionException that wraps WSDLExceptions.
Wsdl4jDefinitionException(WSDLException) - Constructor for exception org.springframework.ws.wsdl.wsdl11.Wsdl4jDefinitionException
 
WsdlDefinition - Interface in org.springframework.ws.wsdl
Represents an abstraction for WSDL definitions.
WsdlDefinitionException - Exception in org.springframework.ws.wsdl
Base class for all WSDL definition exceptions.
WsdlDefinitionException(String) - Constructor for exception org.springframework.ws.wsdl.WsdlDefinitionException
 
WsdlDefinitionException(String, Throwable) - Constructor for exception org.springframework.ws.wsdl.WsdlDefinitionException
 
WsdlDefinitionHandlerAdapter - Class in org.springframework.ws.transport.http
Adapter to use the WsdlDefinition interface with the generic DispatcherServlet.
WsdlDefinitionHandlerAdapter() - Constructor for class org.springframework.ws.transport.http.WsdlDefinitionHandlerAdapter
 

X

XPathPayloadEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Implementation of the EndpointMapping interface that maps to endpoint using an XPath expression.
XPathPayloadEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.XPathPayloadEndpointMapping
 
XsdBasedSoap11Wsdl4jDefinitionBuilder - Class in org.springframework.ws.wsdl.wsdl11.builder
Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
XsdBasedSoap11Wsdl4jDefinitionBuilder() - Constructor for class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap11Wsdl4jDefinitionBuilder
Deprecated.  
XsdBasedSoap12Wsdl4jDefinitionBuilder - Class in org.springframework.ws.wsdl.wsdl11.builder
Deprecated. as of Spring Web Services 1.5: superseded by DefaultWsdl11Definition and the org.springframework.ws.wsdl.wsdl11.provider package
XsdBasedSoap12Wsdl4jDefinitionBuilder() - Constructor for class org.springframework.ws.wsdl.wsdl11.builder.XsdBasedSoap12Wsdl4jDefinitionBuilder
Deprecated.  
XsdSchemaHandlerAdapter - Class in org.springframework.ws.transport.http
Adapter to use the XsdSchema interface with the generic DispatcherServlet.
XsdSchemaHandlerAdapter() - Constructor for class org.springframework.ws.transport.http.XsdSchemaHandlerAdapter
 

A B C D E F G H I L M N O P R S T U V W X

Copyright © 2008. All Rights Reserved.