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 

P

PARAMETER_ACTION - Static variable in interface org.springframework.ws.transport.TransportConstants
The "action" parameter, used to set SOAP Actions in SOAP 1.2.
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.
parseQNameString(String) - Static method in class org.springframework.xml.namespace.QNameUtils
Parse the given qualified name string into a QName.
payload(Source) - Static method in class org.springframework.ws.test.client.RequestMatchers
Expects the given Source XML payload.
payload(Resource) - Static method in class org.springframework.ws.test.client.RequestMatchers
Expects the given Resource XML payload.
payload(Source) - Static method in class org.springframework.ws.test.server.ResponseMatchers
Expects the given Source XML payload.
payload(Resource) - Static method in class org.springframework.ws.test.server.ResponseMatchers
Expects the given Resource XML payload.
PayloadDiffMatcher - Class in org.springframework.ws.test.support.matcher
Matches Source payloads.
PayloadDiffMatcher(Source) - Constructor for class org.springframework.ws.test.support.matcher.PayloadDiffMatcher
 
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
 
PayloadMessageCreator - Class in org.springframework.ws.test.support.creator
Implementation of WebServiceMessageCreator that creates a request based on a Source.
PayloadMessageCreator(Source) - Constructor for class org.springframework.ws.test.support.creator.PayloadMessageCreator
Creates a new instance of the PayloadMessageCreator with the given payload source.
PayloadMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
Deprecated.
as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and SourcePayloadMethodProcessor.
PayloadMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.PayloadMethodEndpointAdapter
Deprecated.
 
PayloadRoot - Annotation Type in org.springframework.ws.server.endpoint.annotation
Marks an endpoint method as the handler for an incoming request.
payloadRootAnnotationMethodEndpointMapping() - Method in class org.springframework.ws.config.annotation.WsConfigurationSupport
Returns a PayloadRootAnnotationMethodEndpointMapping ordered at 0 for mapping requests to annotated endpoints.
PayloadRootAnnotationMethodEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Implementation of the EndpointMapping interface that uses the PayloadRoot annotation to map methods to request payload root elements.
PayloadRootAnnotationMethodEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping
 
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
 
PayloadRoots - Annotation Type in org.springframework.ws.server.endpoint.annotation
Marks an endpoint method as containing multiple PayloadRoots.
PayloadRootSmartSoapEndpointInterceptor - Class in org.springframework.ws.soap.server.endpoint.interceptor
Implementation of the SmartSoapEndpointInterceptor interface that only intercepts requests that have a specified namespace URI or local part (or both) as payload root.
PayloadRootSmartSoapEndpointInterceptor(EndpointInterceptor, String, String) - Constructor for class org.springframework.ws.soap.server.endpoint.interceptor.PayloadRootSmartSoapEndpointInterceptor
 
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
 
PollingMonitoringStrategy - Class in org.springframework.ws.transport.mail.monitor
Implementation of the MonitoringStrategy interface that uses a simple polling mechanism.
PollingMonitoringStrategy() - Constructor for class org.springframework.ws.transport.mail.monitor.PollingMonitoringStrategy
 
Pop3PollingMonitoringStrategy - Class in org.springframework.ws.transport.mail.monitor
Implementation of the MonitoringStrategy interface that uses a simple polling mechanism suitable for POP3 servers.
Pop3PollingMonitoringStrategy() - Constructor for class org.springframework.ws.transport.mail.monitor.Pop3PollingMonitoringStrategy
 
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(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(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(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(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.
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(Definition, Message, QName) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultMessagesProvider
Called after the Message 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(Definition, Part, QName) - Method in class org.springframework.ws.wsdl.wsdl11.provider.DefaultMessagesProvider
Called after the Part has been created.
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(Definition, PortType) - Method in class org.springframework.ws.wsdl.wsdl11.provider.AbstractPortTypesProvider
Called after the PortType has been created.
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.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, 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.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.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, 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.
postProcess(SOAPMessage) - Method in class org.springframework.ws.soap.saaj.SaajSoapMessageFactory
Template method that allows for post-processing of the given SOAPMessage.
postProcessAfterInitialization(Object, String) - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
 
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.UuidMessageIdStrategy
 
prepareConnection(HttpURLConnection) - Method in class org.springframework.ws.transport.http.HttpsUrlConnectionMessageSender
 
prepareConnection(HttpURLConnection) - Method in class org.springframework.ws.transport.http.HttpUrlConnectionMessageSender
Template method for preparing the given HttpURLConnection.
process(HttpRequest, HttpContext) - Method in class org.springframework.ws.transport.http.HttpComponentsMessageSender.RemoveSoapHeadersInterceptor
 
processEndpointException(MessageContext, Object, Exception) - Method in class org.springframework.ws.server.MessageDispatcher
Determine an error SOAPMessage response via the registered EndpointExceptionResolvers.
processingInstruction(String, String) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
processingInstruction(String, String) - Method in class org.springframework.xml.dom.DomContentHandler
 
processNode(Node) - Method in interface org.springframework.xml.xpath.NodeCallbackHandler
Processed a single node.
PROPERTY_ACCEPT_ENCODING - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
JMS property used for storing TransportConstants.HEADER_ACCEPT_ENCODING.
PROPERTY_CONTENT_LENGTH - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
JMS property used for storing TransportConstants.HEADER_CONTENT_LENGTH.
PROPERTY_CONTENT_TYPE - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
JMS property used for storing TransportConstants.HEADER_CONTENT_TYPE.
PROPERTY_PREFIX - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
Prefix for JMS properties that map to transport headers.
PROPERTY_SOAP_ACTION - Static variable in interface org.springframework.ws.transport.jms.JmsTransportConstants
JMS property used for storing TransportConstants.HEADER_SOAP_ACTION.
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
 
putUserInCache(X509Certificate, UserDetails) - Method in class org.springframework.ws.soap.security.x509.cache.EhCacheBasedX509UserCache
 
putUserInCache(X509Certificate, UserDetails) - Method in class org.springframework.ws.soap.security.x509.cache.NullX509UserCache
 
putUserInCache(X509Certificate, UserDetails) - Method in interface org.springframework.ws.soap.security.x509.cache.X509UserCache
 
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