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

URI getNamespace()
Gets the Addressing Namespace URI

Returns:
the Addressing Namespace URI

getAction

URI getAction()
Gets the Action URI

Returns:
the Action URI

getFrom

IEndpointReference getFrom()
Gets the From EPR

Returns:
the From EPR

getReplyTo

IEndpointReference getReplyTo()
Gets the ReplyTo EPR

Returns:
the ReplyTo EPR

getFaultTo

IEndpointReference getFaultTo()
Gets the FaultTo EPR

Returns:
the FaultTo EPR

getTo

URI getTo()
Gets the To URI

Returns:
the To URI

getMessageID

URI getMessageID()
Gets the MessageID URI

Returns:
the MessageID URI

getRelatesTo

URI getRelatesTo()
Gets the RelatesTo URI

Returns:
the RelatesTo URI

getRelatesToRelationshipType

URI getRelatesToRelationshipType()
Gets the RelatesTo RelationshipType URI

Returns:
the RelatesTo RelationshipType URI

setNamespace

void setNamespace(URI uriNamespace)
Sets the Addressing namespace

Parameters:
uriNamespace - the Addressing namespace URI

setAction

void setAction(URI uriAction)
Sets the Action URI

Parameters:
uriAction - the Action URI

setFrom

void setFrom(IEndpointReference eprFrom)
Sets the From EPR

Parameters:
eprFrom - the From EPR

setReplyTo

void setReplyTo(IEndpointReference eprReplyTo)
Sets the ReplyTo EPR

Parameters:
eprReplyTo - the ReplyTo EPR

setFaultTo

void setFaultTo(IEndpointReference eprFaultTo)
Gets the FaultTo EPR

Parameters:
eprFaultTo - the FaultTo EPR

setTo

void setTo(URI uriTo)
Sets the To URI

Parameters:
uriTo - the To URI

setMessageID

void setMessageID(URI uriMessageID)
Sets the MessageID URI

Parameters:
uriMessageID - the MessageID URI

setRelatesTo

void setRelatesTo(URI uriRelatesTo)
Sets the RelatesTo URI

Parameters:
uriRelatesTo - the RelatesTo URI

setRelatesToRelationshipType

void setRelatesToRelationshipType(URI uriRelationshipType)
Sets the RelatesTo RelationshipType URI

Parameters:
uriRelationshipType - the RelatesTo RelationshipType URI