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