Spring Web Services Framework

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

Packages that use EndpointReference
org.springframework.ws.soap.addressing.client   
org.springframework.ws.soap.addressing.core Core package for WS-Addressing support. 
org.springframework.ws.soap.addressing.version Contains abstractions over various versions of the WS-Addressing specification. 
 

Uses of EndpointReference in org.springframework.ws.soap.addressing.client
 

Methods in org.springframework.ws.soap.addressing.client that return EndpointReference
 EndpointReference ActionCallback.getFaultTo()
          Returns the FaultTo.
 EndpointReference ActionCallback.getFrom()
          Returns the From.
 EndpointReference ActionCallback.getReplyTo()
          Returns the ReplyTo.
 

Methods in org.springframework.ws.soap.addressing.client with parameters of type EndpointReference
 void ActionCallback.setFaultTo(EndpointReference faultTo)
          Sets the FaultTo.
 void ActionCallback.setFrom(EndpointReference from)
          Sets the From.
 void ActionCallback.setReplyTo(EndpointReference replyTo)
          Sets the ReplyTo.
 

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

Methods in org.springframework.ws.soap.addressing.core that return EndpointReference
 EndpointReference MessageAddressingProperties.getFaultTo()
          Returns the value of the fault endpoint property.
 EndpointReference MessageAddressingProperties.getFrom()
          Returns the value of the source endpoint property.
 EndpointReference MessageAddressingProperties.getReplyTo()
          Returns the value of the reply endpoint property.
 

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

Constructors in org.springframework.ws.soap.addressing.core with parameters of type EndpointReference
MessageAddressingProperties(URI to, EndpointReference from, EndpointReference replyTo, EndpointReference faultTo, URI action, URI messageId)
          Constructs a new MessageAddressingProperties with the given parameters.
 

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

Methods in org.springframework.ws.soap.addressing.version that return EndpointReference
protected  EndpointReference Addressing200408.getDefaultReplyTo(EndpointReference from)
           
protected  EndpointReference Addressing10.getDefaultReplyTo(EndpointReference from)
           
protected abstract  EndpointReference AbstractAddressingVersion.getDefaultReplyTo(EndpointReference from)
          Returns the default ReplyTo EPR.
 

Methods in org.springframework.ws.soap.addressing.version with parameters of type EndpointReference
protected  void AbstractAddressingVersion.addEndpointReference(SoapHeaderElement headerElement, EndpointReference epr)
          Adds ReplyTo, FaultTo, or From EPR to the given header Element.
protected  EndpointReference Addressing200408.getDefaultReplyTo(EndpointReference from)
           
protected  EndpointReference Addressing10.getDefaultReplyTo(EndpointReference from)
           
protected abstract  EndpointReference AbstractAddressingVersion.getDefaultReplyTo(EndpointReference from)
          Returns the default ReplyTo EPR.
 boolean AddressingVersion.hasAnonymousAddress(EndpointReference epr)
          Indicates whether the given endpoint reference has a Anonymous address.
 boolean AbstractAddressingVersion.hasAnonymousAddress(EndpointReference epr)
           
 boolean AddressingVersion.hasNoneAddress(EndpointReference epr)
          Indicates whether the given endpoint reference has a None address.
 boolean AbstractAddressingVersion.hasNoneAddress(EndpointReference epr)
           
 


Spring Web Services Framework

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