A C E F G I O P S V X

A

AbstractAnnotationMethodEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Abstract base for EndpointMapping implementations that map classes tagged with an annotation.
AbstractAnnotationMethodEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.AbstractAnnotationMethodEndpointMapping
 
Action - Annotation Type in org.springframework.ws.soap.addressing.server.annotation
Marks an endpoint method as the handler for an incoming request.
Address - Annotation Type in org.springframework.ws.soap.addressing.server.annotation
Marks an endpoint with a WS-Addressing Address.
afterPropertiesSet() - Method in class org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter
 
AnnotationActionEndpointMapping - Class in org.springframework.ws.soap.addressing.server
Implementation of the EndpointMapping interface that uses the Action annotation to map methods to a WS-Addressing Action header.
AnnotationActionEndpointMapping() - Constructor for class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
 

C

createEndpointInvocationChain(MessageContext, Object, EndpointInterceptor[]) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
Creates a new SoapEndpointInvocationChain based on the given endpoint, and the set interceptors, and actors/roles.

E

Endpoint - Annotation Type in org.springframework.ws.server.endpoint.annotation
Indicates that an annotated class is an "Endpoint" (e.g.

F

FaultCode - Enum in org.springframework.ws.soap.server.endpoint.annotation
Enumeration that represents the standard SOAP Fault codes for use with the JDK 1.5+ SoapFault annotation.

G

GenericMarshallingMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
Subclass of MarshallingMethodEndpointAdapter that supports GenericMarshaller and GenericUnmarshaller.
GenericMarshallingMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter
Creates a new GenericMarshallingMethodEndpointAdapter.
GenericMarshallingMethodEndpointAdapter(Marshaller) - Constructor for class org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter
Creates a new GenericMarshallingMethodEndpointAdapter with the given marshaller.
GenericMarshallingMethodEndpointAdapter(Marshaller, Unmarshaller) - Constructor for class org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter
Creates a new GenericMarshallingMethodEndpointAdapter with the given marshaller and unmarshaller.
getActionForMethod(Method) - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
Returns the action value for the specified method.
getEndpointAddress(Object) - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
Returns the address property of the given MethodEndpoint, by looking for the Address annotation.
getEndpointAnnotationType() - Method in class org.springframework.ws.server.endpoint.mapping.AbstractAnnotationMethodEndpointMapping
Returns the 'endpoint' annotation type.
getEndpointAnnotationType() - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
Returns the 'endpoint' annotation type.
getFaultAction(Object, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
 
getFaultDefinition(Object, Exception) - Method in class org.springframework.ws.soap.server.endpoint.SoapFaultAnnotationExceptionResolver
 
getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping
 
getLookupKeyForMessage(MessageContext) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
 
getLookupKeyForMethod(Method) - Method in class org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping
 
getLookupKeyForMethod(Method) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
 
getResponseAction(Object, MessageAddressingProperties) - Method in class org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping
 

I

initApplicationContext() - Method in class org.springframework.ws.server.endpoint.mapping.AbstractAnnotationMethodEndpointMapping
 
invokeInternal(MessageContext, MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter
 

O

org.springframework.ws.server.endpoint.adapter - package org.springframework.ws.server.endpoint.adapter
 
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.mapping - package org.springframework.ws.server.endpoint.mapping
 
org.springframework.ws.soap.addressing.server - package org.springframework.ws.soap.addressing.server
 
org.springframework.ws.soap.addressing.server.annotation - package org.springframework.ws.soap.addressing.server.annotation
 
org.springframework.ws.soap.server.endpoint - package org.springframework.ws.soap.server.endpoint
 
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.mapping - package org.springframework.ws.soap.server.endpoint.mapping
 

P

PayloadRoot - Annotation Type in org.springframework.ws.server.endpoint.annotation
Marks an endpoint method as the handler for an incoming request.
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
 
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
 

S

setActorOrRole(String) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
 
setActorsOrRoles(String[]) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
 
setDetectEndpointsInAncestorContexts(boolean) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractAnnotationMethodEndpointMapping
Set whether to detect endpoint beans in ancestor ApplicationContexts.
setNamespaces(Properties) - Method in class org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter
Sets namespaces used in the XPath expression.
setUltimateReceiver(boolean) - Method in class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
 
SoapAction - Annotation Type in org.springframework.ws.soap.server.endpoint.annotation
Marks an endpoint method as the handler for an incoming request.
SoapActionAnnotationMethodEndpointMapping - Class in org.springframework.ws.soap.server.endpoint.mapping
Implementation of the EndpointMapping interface that uses the SoapAction annotation to map methods to the request SOAPAction header.
SoapActionAnnotationMethodEndpointMapping() - Constructor for class org.springframework.ws.soap.server.endpoint.mapping.SoapActionAnnotationMethodEndpointMapping
 
SoapFault - Annotation Type in org.springframework.ws.soap.server.endpoint.annotation
Marks an exception class with the fault elements that should be returned whenever this exception is thrown.
SoapFaultAnnotationExceptionResolver - Class in org.springframework.ws.soap.server.endpoint
Implementation of the EndpointExceptionResolver interface that uses the SoapFault annotation to map exceptions to SOAP Faults.
SoapFaultAnnotationExceptionResolver() - Constructor for class org.springframework.ws.soap.server.endpoint.SoapFaultAnnotationExceptionResolver
 
supportsInternal(MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.GenericMarshallingMethodEndpointAdapter
 
supportsInternal(MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter
Supports methods with @XPathParam parameters, and return either Source or nothing.

V

value() - Method in enum org.springframework.ws.soap.server.endpoint.annotation.FaultCode
 
valueOf(String) - Static method in enum org.springframework.ws.soap.server.endpoint.annotation.FaultCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.ws.soap.server.endpoint.annotation.FaultCode
Returns an array containing the constants of this enum type, in the order they are declared.

X

XPathParam - Annotation Type in org.springframework.ws.server.endpoint.annotation
Indicates that a method parameter should be bound to an XPath expression.
XPathParamAnnotationMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
Adapter that supports endpoint methods that use marshalling.
XPathParamAnnotationMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter
 

A C E F G I O P S V X

Copyright © 2010. All Rights Reserved.