|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface representing the information contained in WS-Addressing header elements
| 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 |
public URI getNamespace()
public URI getAction()
public IEndpointReference getFrom()
public IEndpointReference getReplyTo()
public IEndpointReference getFaultTo()
public URI getTo()
public URI getMessageID()
public URI getRelatesTo()
public URI getRelatesToRelationshipType()
public void setNamespace(URI uriNamespace)
uriNamespace - the Addressing namespace URIpublic void setAction(URI uriAction)
uriAction - the Action URIpublic void setFrom(IEndpointReference eprFrom)
eprFrom - the From EPRpublic void setReplyTo(IEndpointReference eprReplyTo)
eprReplyTo - the ReplyTo EPRpublic void setFaultTo(IEndpointReference eprFaultTo)
eprFaultTo - the FaultTo EPRpublic void setTo(URI uriTo)
uriTo - the To URIpublic void setMessageID(URI uriMessageID)
uriMessageID - the MessageID URIpublic void setRelatesTo(URI uriRelatesTo)
uriRelatesTo - the RelatesTo URIpublic void setRelatesToRelationshipType(URI uriRelationshipType)
uriRelationshipType - the RelatesTo RelationshipType URI
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||