Skip navigation links
Spring Web Services
A B C D E F G H I J K L M N O P Q R S T U V W X 

O

onActivate() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
 
onActivate() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Template method invoked when AbstractStandaloneMessageReceiver.activate() is invoked.
onActivate() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
 
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.ClientHttpRequestConnection
 
onClose() - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
Deprecated.
 
onClose() - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
 
onClose() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
onClose() - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
onClose() - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
onClose() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
onClose() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
onMarshalResponse(MessageContext, Object, Object) - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Deprecated.
Callback for post-processing in terms of marshalling.
onMessage(Message, Session) - Method in class org.springframework.ws.transport.jms.WebServiceMessageListener
 
onReceiveAfterRead(WebServiceMessage) - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
Called when the given message has been read from the TransportInputStream.
onReceiveBeforeRead() - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
Called before a message has been read from the TransportInputStream.
onReceiveBeforeRead() - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
onReceiveBeforeRead() - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
onReceiveBeforeRead() - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
onRefresh(ApplicationContext) - Method in class org.springframework.ws.transport.http.MessageDispatcherServlet
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
Called after the given message has been written to the TransportOutputStream.
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.ClientHttpRequestConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
Deprecated.
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpUrlConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.jms.JmsSenderConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
onSendAfterWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
Called before the given message has been written to the TransportOutputStream.
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.CommonsHttpConnection
Deprecated.
 
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.http.HttpComponentsConnection
 
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.jms.JmsReceiverConnection
 
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailReceiverConnection
 
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.mail.MailSenderConnection
 
onSendBeforeWrite(WebServiceMessage) - Method in class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
onShutdown() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
 
onShutdown() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Template method invoked when AbstractStandaloneMessageReceiver.shutdown() is invoked.
onShutdown() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
 
onStart() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
 
onStart() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Template method invoked when AbstractStandaloneMessageReceiver.start() is invoked.
onStart() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
 
onStartup(ServletContext) - Method in class org.springframework.ws.transport.http.support.AbstractMessageDispatcherServletInitializer
 
onStop() - Method in class org.springframework.ws.transport.mail.MailMessageReceiver
 
onStop() - Method in class org.springframework.ws.transport.support.AbstractStandaloneMessageReceiver
Template method invoked when AbstractStandaloneMessageReceiver.stop() is invoked.
onStop() - Method in class org.springframework.ws.transport.xmpp.XmppMessageReceiver
 
onUnmarshalRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.AbstractMarshallingPayloadEndpoint
Deprecated.
Callback for post-processing in terms of unmarshalling.
onUnmarshalRequest(MessageContext, Object) - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
Deprecated.
 
onValidationErrors(MessageContext, Object, Errors) - Method in class org.springframework.ws.server.endpoint.AbstractValidatingMarshallingPayloadEndpoint
Deprecated.
Callback for post-processing validation errors.
onValidationErrors(MessageContext, Object, Errors) - Method in class org.springframework.ws.soap.server.endpoint.AbstractFaultCreatingValidatingMarshallingPayloadEndpoint
Deprecated.
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.config.annotation - package org.springframework.ws.config.annotation
 
org.springframework.ws.context - package org.springframework.ws.context
Contains the MessageContext interface and implementations thereof.
org.springframework.ws.mime - package org.springframework.ws.mime
Provides MIME functionality for use the Spring Web Services framework.
org.springframework.ws.pox - package org.springframework.ws.pox
Provides the Plain Old XML (POX) functionality of the Spring Web Services framework.
org.springframework.ws.pox.dom - package org.springframework.ws.pox.dom
Contains an implementation of the POX interfaces that is based on DOM.
org.springframework.ws.server - package org.springframework.ws.server
Contains classes for server-side Spring-WS support.
org.springframework.ws.server.endpoint - package org.springframework.ws.server.endpoint
Provides standard endpoint, and EndpointAdapter implementations.
org.springframework.ws.server.endpoint.adapter - package org.springframework.ws.server.endpoint.adapter
Provides miscellaneous EndpointAdapter implementations.
org.springframework.ws.server.endpoint.adapter.method - package org.springframework.ws.server.endpoint.adapter.method
Provides the MethodArgumentResolver and MethodReturnValueHandler abstractions, and various implementations thereof.
org.springframework.ws.server.endpoint.adapter.method.dom - package org.springframework.ws.server.endpoint.adapter.method.dom
Provides DOM-based implementations of the the MethodArgumentResolver and MethodReturnValueHandler interfaces.
org.springframework.ws.server.endpoint.adapter.method.jaxb - package org.springframework.ws.server.endpoint.adapter.method.jaxb
Provides JAXB2-based implementations of the MethodArgumentResolver and MethodReturnValueHandler interfaces.
org.springframework.ws.server.endpoint.annotation - package org.springframework.ws.server.endpoint.annotation
JDK 1.5+ annotations for Spring-WS endpoints.
org.springframework.ws.server.endpoint.interceptor - package org.springframework.ws.server.endpoint.interceptor
Provides miscellaneous endpoints EndpointInterceptor implementations.
org.springframework.ws.server.endpoint.mapping - package org.springframework.ws.server.endpoint.mapping
Provides miscellaneous endpoints EndpointMapping implementations.
org.springframework.ws.server.endpoint.mapping.jaxb - package org.springframework.ws.server.endpoint.mapping.jaxb
Provides JAXB2-based EndpointMapping implementations.
org.springframework.ws.server.endpoint.support - package org.springframework.ws.server.endpoint.support
Provides helper classes for EndpointAdapter, EndpointInteceptor, and EndpointMapping implementations.
org.springframework.ws.soap - package org.springframework.ws.soap
Provides the SOAP functionality of the Spring Web Services framework.
org.springframework.ws.soap.addressing - package org.springframework.ws.soap.addressing
Provides WS-Addressing implementation classes.
org.springframework.ws.soap.addressing.client - package org.springframework.ws.soap.addressing.client
 
org.springframework.ws.soap.addressing.core - package org.springframework.ws.soap.addressing.core
Core package for WS-Addressing support.
org.springframework.ws.soap.addressing.messageid - package org.springframework.ws.soap.addressing.messageid
Contains various strategies for generating WS-Addressing MessageIDs.
org.springframework.ws.soap.addressing.server - package org.springframework.ws.soap.addressing.server
Contains servers-side WS-Addressing support, in the form of EndpointMappings.
org.springframework.ws.soap.addressing.server.annotation - package org.springframework.ws.soap.addressing.server.annotation
 
org.springframework.ws.soap.addressing.version - package org.springframework.ws.soap.addressing.version
Contains abstractions over various versions of the WS-Addressing specification.
org.springframework.ws.soap.axiom - package org.springframework.ws.soap.axiom
AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure.
org.springframework.ws.soap.axiom.support - package org.springframework.ws.soap.axiom.support
Support classes for working with the AXis Object Model (AXIOM).
org.springframework.ws.soap.client - package org.springframework.ws.soap.client
Contains classes for SOAP-specific client-side Spring-WS support.
org.springframework.ws.soap.client.core - package org.springframework.ws.soap.client.core
Contains core classes for SOAP-specific client-side Spring-WS support.
org.springframework.ws.soap.saaj - package org.springframework.ws.soap.saaj
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
org.springframework.ws.soap.saaj.support - package org.springframework.ws.soap.saaj.support
Support classes for working with the SOAP with Attachments API for Java (SAAJ).
org.springframework.ws.soap.security - package org.springframework.ws.soap.security
Provides WS-Security implementation classes.
org.springframework.ws.soap.security.callback - package org.springframework.ws.soap.security.callback
Contains generic CallbackHandler implementations.
org.springframework.ws.soap.security.support - package org.springframework.ws.soap.security.support
Contains support classes for handling WS-Security messages.
org.springframework.ws.soap.security.wss4j - package org.springframework.ws.soap.security.wss4j
Contains classes for using the Apache WSS4J WS-Security implementation within Spring-WS.
org.springframework.ws.soap.security.wss4j.callback - package org.springframework.ws.soap.security.wss4j.callback
Contains CallbackHandler implementations for WSS4J.
org.springframework.ws.soap.security.wss4j.support - package org.springframework.ws.soap.security.wss4j.support
Contains support classes for working with WSS4J.
org.springframework.ws.soap.security.x509 - package org.springframework.ws.soap.security.x509
 
org.springframework.ws.soap.security.x509.cache - package org.springframework.ws.soap.security.x509.cache
 
org.springframework.ws.soap.security.x509.populator - package org.springframework.ws.soap.security.x509.populator
 
org.springframework.ws.soap.security.xwss - package org.springframework.ws.soap.security.xwss
Contains classes for using the XML and WebServices Security WS-Security implementation within Spring-WS.
org.springframework.ws.soap.security.xwss.callback - package org.springframework.ws.soap.security.xwss.callback
Contains CallbackHandler implementations for XWSS.
org.springframework.ws.soap.security.xwss.callback.jaas - package org.springframework.ws.soap.security.xwss.callback.jaas
Contains CallbackHandler implementations for XWSS that use the Java Authentication and Authorization Service (JAAS).
org.springframework.ws.soap.server - package org.springframework.ws.soap.server
Contains classes for SOAP-specific server-side Spring-WS support.
org.springframework.ws.soap.server.endpoint - package org.springframework.ws.soap.server.endpoint
Provides EndpointAdapter, EndpointMapping, and EndpointExceptionResolver implementations for SOAP.
org.springframework.ws.soap.server.endpoint.adapter.method - package org.springframework.ws.soap.server.endpoint.adapter.method
 
org.springframework.ws.soap.server.endpoint.annotation - package org.springframework.ws.soap.server.endpoint.annotation
JDK 1.5+ annotations for Spring-WS SOAP endpoints.
org.springframework.ws.soap.server.endpoint.interceptor - package org.springframework.ws.soap.server.endpoint.interceptor
Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes.
org.springframework.ws.soap.server.endpoint.mapping - package org.springframework.ws.soap.server.endpoint.mapping
Provides miscellaneous endpoints EndpointMapping implementations for SOAP purposes.
org.springframework.ws.soap.soap11 - package org.springframework.ws.soap.soap11
Contains interfaces specific to SOAP 1.1.
org.springframework.ws.soap.soap12 - package org.springframework.ws.soap.soap12
Contains interfaces specific to SOAP 1.2.
org.springframework.ws.soap.support - package org.springframework.ws.soap.support
Classes supporting the org.springframework.ws.soap package.
org.springframework.ws.stream - package org.springframework.ws.stream
 
org.springframework.ws.support - package org.springframework.ws.support
Provides general helper classes for Spring Web Services.
org.springframework.ws.test.client - package org.springframework.ws.test.client
Provides a testing framework for client-side Web service testing.
org.springframework.ws.test.server - package org.springframework.ws.test.server
Provides a testing framework for server-side Web service testing.
org.springframework.ws.test.support - package org.springframework.ws.test.support
Support classes for the testing framework, used by the classes in the org.springframework.ws.test.client and org.springframework.ws.test.server packages.
org.springframework.ws.test.support.creator - package org.springframework.ws.test.support.creator
Provides the generic WebServiceMessageCreator interface, and implementations.
org.springframework.ws.test.support.matcher - package org.springframework.ws.test.support.matcher
Provides the generic WebServiceMessageMatcher interface, and implementations.
org.springframework.ws.transport - package org.springframework.ws.transport
Contains the TransportRequest and TransportResponse interfaces.
org.springframework.ws.transport.context - package org.springframework.ws.transport.context
Abstraction for determining the current TransportInputStream and TransportOutputStream.
org.springframework.ws.transport.http - package org.springframework.ws.transport.http
Package providing support for handling messages via HTTP.
org.springframework.ws.transport.http.support - package org.springframework.ws.transport.http.support
 
org.springframework.ws.transport.jms - package org.springframework.ws.transport.jms
Package providing support for handling messages via JMS.
org.springframework.ws.transport.jms.support - package org.springframework.ws.transport.jms.support
Classes supporting the org.springframework.ws.transport.jms package.
org.springframework.ws.transport.mail - package org.springframework.ws.transport.mail
Package providing support for handling messages via email.
org.springframework.ws.transport.mail.monitor - package org.springframework.ws.transport.mail.monitor
Provides the MonitoringStrategy interface and implementations.
org.springframework.ws.transport.mail.support - package org.springframework.ws.transport.mail.support
Classes supporting the org.springframework.ws.transport.mail package.
org.springframework.ws.transport.support - package org.springframework.ws.transport.support
Classes supporting the org.springframework.ws.transport package.
org.springframework.ws.transport.xmpp - package org.springframework.ws.transport.xmpp
Package providing support for handling messages via xmpp.
org.springframework.ws.transport.xmpp.support - package org.springframework.ws.transport.xmpp.support
 
org.springframework.ws.wsdl - package org.springframework.ws.wsdl
Provides the WSDL functionality of the Spring Web Services framework.
org.springframework.ws.wsdl.wsdl11 - package org.springframework.ws.wsdl.wsdl11
Contains interfaces and classes specific to WSDL 1.1.
org.springframework.ws.wsdl.wsdl11.provider - package org.springframework.ws.wsdl.wsdl11.provider
Provides a contribution strategy for WSDL definitions.
org.springframework.xml - package org.springframework.xml
Provides classes for XML handling: version detection and a base XML exception class.
org.springframework.xml.dom - package org.springframework.xml.dom
Provides classes that help with DOM: the Document Object Model.
org.springframework.xml.namespace - package org.springframework.xml.namespace
Provides classes that help with XML Namespace processing.
org.springframework.xml.sax - package org.springframework.xml.sax
Provides classes that help with SAX: the Simple API for XML.
org.springframework.xml.transform - package org.springframework.xml.transform
Provides classes that help with XML transformations.
org.springframework.xml.validation - package org.springframework.xml.validation
Provides classes for XML validation in JAXP 1.0 and JAXP 1.3.
org.springframework.xml.xpath - package org.springframework.xml.xpath
Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
org.springframework.xml.xsd - package org.springframework.xml.xsd
Provides an abstraction over XSD XML schemas.
org.springframework.xml.xsd.commons - package org.springframework.xml.xsd.commons
Contains a implementation of the XsdSchema interfaces that uses Apache WS-Commons XML Schema.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links
Spring Web Services