org.eclipse.higgins.sts.api
Interface IAddressingInformation


public interface IAddressingInformation

Interface representing the information contained in WS-Addressing header elements

Author:
mikemci at us dot ibm dot com

Method Summary
 URI getAction()
          Gets the Action URI
 IEndpointReference getFaultTo()
          Gets the FaultTo EPR
 IEndpointReference getFrom()
          Gets the From EPR
 URI getMessageID()
          Gets the MessageID URI
 URI getNamespace()
          Gets the Addressing Namespace URI
 URI getRelatesTo()
          Gets the RelatesTo URI
 URI getRelatesToRelationshipType()
          Gets the RelatesTo RelationshipType URI
 IEndpointReference getReplyTo()
          Gets the ReplyTo EPR
 URI getTo()
          Gets the To URI
 void setAction(URI uriAction)
          Sets the Action URI
 void setFaultTo(IEndpointReference eprFaultTo)
          Gets the FaultTo EPR
 void setFrom(IEndpointReference eprFrom)
          Sets the From EPR
 void setMessageID(URI uriMessageID)
          Sets the MessageID URI
 void setNamespace(URI uriNamespace)
          Sets the Addressing namespace
 void setRelatesTo(URI uriRelatesTo)
          Sets the RelatesTo URI
 void setRelatesToRelationshipType(URI uriRelationshipType)
          Sets the RelatesTo RelationshipType URI
 void setReplyTo(IEndpointReference eprReplyTo)
          Sets the ReplyTo EPR
 void setTo(URI uriTo)
          Sets the To URI
 

Method Detail

getNamespace

public URI getNamespace()
Gets the Addressing Namespace URI

Returns:
the Addressing Namespace URI

getAction

public URI getAction()
Gets the Action URI

Returns:
the Action URI

getFrom

public IEndpointReference getFrom()
Gets the From EPR

Returns:
the From EPR

getReplyTo

public IEndpointReference getReplyTo()
Gets the ReplyTo EPR

Returns:
the ReplyTo EPR

getFaultTo

public IEndpointReference getFaultTo()
Gets the FaultTo EPR

Returns:
the FaultTo EPR

getTo

public URI getTo()
Gets the To URI

Returns:
the To URI

getMessageID

public URI getMessageID()
Gets the MessageID URI

Returns:
the MessageID URI

getRelatesTo

public URI getRelatesTo()
Gets the RelatesTo URI

Returns:
the RelatesTo URI

getRelatesToRelationshipType

public URI getRelatesToRelationshipType()
Gets the RelatesTo RelationshipType URI

Returns:
the RelatesTo RelationshipType URI

setNamespace

public void setNamespace(URI uriNamespace)
Sets the Addressing namespace

Parameters:
uriNamespace - the Addressing namespace URI

setAction

public void setAction(URI uriAction)
Sets the Action URI

Parameters:
uriAction - the Action URI

setFrom

public void setFrom(IEndpointReference eprFrom)
Sets the From EPR

Parameters:
eprFrom - the From EPR

setReplyTo

public void setReplyTo(IEndpointReference eprReplyTo)
Sets the ReplyTo EPR

Parameters:
eprReplyTo - the ReplyTo EPR

setFaultTo

public void setFaultTo(IEndpointReference eprFaultTo)
Gets the FaultTo EPR

Parameters:
eprFaultTo - the FaultTo EPR

setTo

public void setTo(URI uriTo)
Sets the To URI

Parameters:
uriTo - the To URI

setMessageID

public void setMessageID(URI uriMessageID)
Sets the MessageID URI

Parameters:
uriMessageID - the MessageID URI

setRelatesTo

public void setRelatesTo(URI uriRelatesTo)
Sets the RelatesTo URI

Parameters:
uriRelatesTo - the RelatesTo URI

setRelatesToRelationshipType

public void setRelatesToRelationshipType(URI uriRelationshipType)
Sets the RelatesTo RelationshipType URI

Parameters:
uriRelationshipType - the RelatesTo RelationshipType URI