org.eclipse.higgins.sts.common
Class AddressingInformation

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.AddressingInformation
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IAddressingInformation

public class AddressingInformation
extends Object
implements org.eclipse.higgins.sts.api.IAddressingInformation

Author:
mikemci at us dot ibm dot com

Constructor Summary
AddressingInformation()
           
 
Method Summary
 URI getAction()
           
 org.eclipse.higgins.sts.api.IEndpointReference getFaultTo()
           
 org.eclipse.higgins.sts.api.IEndpointReference getFrom()
           
 URI getMessageID()
           
 URI getNamespace()
           
 URI getRelatesTo()
           
 URI getRelatesToRelationshipType()
           
 org.eclipse.higgins.sts.api.IEndpointReference getReplyTo()
           
 URI getTo()
           
 void setAction(URI uriAction)
           
 void setFaultTo(org.eclipse.higgins.sts.api.IEndpointReference eprFaultTo)
           
 void setFrom(org.eclipse.higgins.sts.api.IEndpointReference eprFrom)
           
 void setMessageID(URI uriMessageID)
           
 void setNamespace(URI uriNamespace)
           
 void setRelatesTo(URI uriRelatesTo)
           
 void setRelatesToRelationshipType(URI uriRelatesToRelationshipType)
           
 void setReplyTo(org.eclipse.higgins.sts.api.IEndpointReference eprReplyTo)
           
 void setTo(URI uriTo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressingInformation

public AddressingInformation()
Method Detail

getAction

public URI getAction()
Specified by:
getAction in interface org.eclipse.higgins.sts.api.IAddressingInformation

getFaultTo

public org.eclipse.higgins.sts.api.IEndpointReference getFaultTo()
Specified by:
getFaultTo in interface org.eclipse.higgins.sts.api.IAddressingInformation

getFrom

public org.eclipse.higgins.sts.api.IEndpointReference getFrom()
Specified by:
getFrom in interface org.eclipse.higgins.sts.api.IAddressingInformation

getMessageID

public URI getMessageID()
Specified by:
getMessageID in interface org.eclipse.higgins.sts.api.IAddressingInformation

setMessageID

public void setMessageID(URI uriMessageID)
Specified by:
setMessageID in interface org.eclipse.higgins.sts.api.IAddressingInformation

getNamespace

public URI getNamespace()
Specified by:
getNamespace in interface org.eclipse.higgins.sts.api.IAddressingInformation

getRelatesToRelationshipType

public URI getRelatesToRelationshipType()
Specified by:
getRelatesToRelationshipType in interface org.eclipse.higgins.sts.api.IAddressingInformation

getRelatesTo

public URI getRelatesTo()
Specified by:
getRelatesTo in interface org.eclipse.higgins.sts.api.IAddressingInformation

getReplyTo

public org.eclipse.higgins.sts.api.IEndpointReference getReplyTo()
Specified by:
getReplyTo in interface org.eclipse.higgins.sts.api.IAddressingInformation

getTo

public URI getTo()
Specified by:
getTo in interface org.eclipse.higgins.sts.api.IAddressingInformation

setAction

public void setAction(URI uriAction)
Specified by:
setAction in interface org.eclipse.higgins.sts.api.IAddressingInformation

setNamespace

public void setNamespace(URI uriNamespace)
Specified by:
setNamespace in interface org.eclipse.higgins.sts.api.IAddressingInformation

setFaultTo

public void setFaultTo(org.eclipse.higgins.sts.api.IEndpointReference eprFaultTo)
Specified by:
setFaultTo in interface org.eclipse.higgins.sts.api.IAddressingInformation

setFrom

public void setFrom(org.eclipse.higgins.sts.api.IEndpointReference eprFrom)
Specified by:
setFrom in interface org.eclipse.higgins.sts.api.IAddressingInformation

setRelatesToRelationshipType

public void setRelatesToRelationshipType(URI uriRelatesToRelationshipType)
Specified by:
setRelatesToRelationshipType in interface org.eclipse.higgins.sts.api.IAddressingInformation

setRelatesTo

public void setRelatesTo(URI uriRelatesTo)
Specified by:
setRelatesTo in interface org.eclipse.higgins.sts.api.IAddressingInformation

setReplyTo

public void setReplyTo(org.eclipse.higgins.sts.api.IEndpointReference eprReplyTo)
Specified by:
setReplyTo in interface org.eclipse.higgins.sts.api.IAddressingInformation

setTo

public void setTo(URI uriTo)
Specified by:
setTo in interface org.eclipse.higgins.sts.api.IAddressingInformation