Spring Web Services Framework

Uses of Class
org.springframework.ws.soap.addressing.core.MessageAddressingProperties

Packages that use MessageAddressingProperties
org.springframework.ws.soap.addressing.core Core package for WS-Addressing support. 
org.springframework.ws.soap.addressing.server Contains servers-side WS-Addressing support, in the form of EndpointMappings
org.springframework.ws.soap.addressing.version Contains abstractions over various versions of the WS-Addressing specification. 
 

Uses of MessageAddressingProperties in org.springframework.ws.soap.addressing.core
 

Methods in org.springframework.ws.soap.addressing.core that return MessageAddressingProperties
 MessageAddressingProperties MessageAddressingProperties.getReplyProperties(EndpointReference epr, URI action, URI messageId)
          Creates a MessageAddressingProperties that can be used for creating a reply to the given EndpointReference.
 

Uses of MessageAddressingProperties in org.springframework.ws.soap.addressing.server
 

Methods in org.springframework.ws.soap.addressing.server with parameters of type MessageAddressingProperties
protected abstract  Object AbstractAddressingEndpointMapping.getEndpointInternal(MessageAddressingProperties map)
          Lookup an endpoint for the given MessageAddressingProperties, returning null if no specific one is found.
protected  Object AbstractActionEndpointMapping.getEndpointInternal(MessageAddressingProperties map)
           
protected  URI AnnotationActionEndpointMapping.getFaultAction(Object endpoint, MessageAddressingProperties map)
           
protected abstract  URI AbstractAddressingEndpointMapping.getFaultAction(Object endpoint, MessageAddressingProperties requestMap)
          Provides the WS-Addressing Action for response fault messages, given the endpoint, and request Message Addressing Properties.
protected  URI AbstractActionEndpointMapping.getFaultAction(Object endpoint, MessageAddressingProperties requestMap)
           
protected  URI AnnotationActionEndpointMapping.getResponseAction(Object endpoint, MessageAddressingProperties map)
           
protected abstract  URI AbstractAddressingEndpointMapping.getResponseAction(Object endpoint, MessageAddressingProperties requestMap)
          Provides the WS-Addressing Action for response messages, given the endpoint, and request Message Addressing Properties.
protected  URI AbstractActionEndpointMapping.getResponseAction(Object endpoint, MessageAddressingProperties requestMap)
           
 

Uses of MessageAddressingProperties in org.springframework.ws.soap.addressing.version
 

Methods in org.springframework.ws.soap.addressing.version that return MessageAddressingProperties
 MessageAddressingProperties AddressingVersion.getMessageAddressingProperties(SoapMessage message)
          Returns the MessageAddressingProperties for the given message.
 MessageAddressingProperties AbstractAddressingVersion.getMessageAddressingProperties(SoapMessage message)
           
 

Methods in org.springframework.ws.soap.addressing.version with parameters of type MessageAddressingProperties
 void AddressingVersion.addAddressingHeaders(SoapMessage message, MessageAddressingProperties map)
          Adds addressing SOAP headers to the given message, using the given MessageAddressingProperties.
 void AbstractAddressingVersion.addAddressingHeaders(SoapMessage message, MessageAddressingProperties map)
           
 void Addressing200408.addAddressingHeaders(SoapMessage message, MessageAddressingProperties map)
           
 void Addressing10.addAddressingHeaders(SoapMessage message, MessageAddressingProperties map)
           
 


Spring Web Services Framework

Copyright © 2005-2011 The Spring Web Services Framework. All Rights Reserved.