Package org.apache.cxf.ws.addressing
Class AddressingProperties
java.lang.Object
org.apache.cxf.ws.addressing.AddressingProperties
Abstraction of Message Addressing Properties.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor, defaults to 2005/08 namespace.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoidUsed to specify a different WS-Addressing namespace URI, so as to cause MAPs to be exposed (i.e.Accessor for the Action property.Accessor for the FaultTo property.getFrom()Accessor for the From property.Accessor for the MessageID property.Accessor for the RelatesTo property.Accessor for the ReplyTo property.getTo()Accessor for the To property.booleanvoidMutator for the Action property.voidsetDuplicate(QName dup) voidMutator for the FaultTo property.voidMutator for the From property.voidMutator for the MessageID property.voidMutator for the RelatesTo property.voidMutator for the ReplyTo property.voidsetRequired(boolean b) voidMutator for the To property.voidMutator for the To property.toString()
-
Constructor Details
-
AddressingProperties
public AddressingProperties()Constructor, defaults to 2005/08 namespace. -
AddressingProperties
Constructor.- Parameters:
uri- the namespace URI
-
-
Method Details
-
getToEndpointReference
-
getTo
Accessor for the To property.- Returns:
- To property
-
setTo
Mutator for the To property.- Parameters:
t- new value for To property
-
setTo
Mutator for the To property.- Parameters:
epr- new value for To property
-
getFrom
Accessor for the From property.- Returns:
- current value of From property
-
setFrom
Mutator for the From property.- Parameters:
epr- new value for From property
-
getMessageID
Accessor for the MessageID property.- Returns:
- current value of MessageID property
-
setMessageID
Mutator for the MessageID property.- Parameters:
iri- new value for MessageTo property
-
getReplyTo
Accessor for the ReplyTo property.- Returns:
- current value of ReplyTo property
-
setReplyTo
Mutator for the ReplyTo property.- Parameters:
ref- new value for ReplyTo property
-
getFaultTo
Accessor for the FaultTo property.- Returns:
- current value of FaultTo property
-
setFaultTo
Mutator for the FaultTo property.- Parameters:
ref- new value for FaultTo property
-
getRelatesTo
Accessor for the RelatesTo property.- Returns:
- current value of RelatesTo property
-
setRelatesTo
Mutator for the RelatesTo property.- Parameters:
rel- new value for RelatesTo property
-
getAction
Accessor for the Action property.- Returns:
- current value of Action property
-
setAction
Mutator for the Action property.- Parameters:
iri- new value for Action property
-
getNamespaceURI
- Returns:
- WS-Addressing namespace URI
-
exposeAs
Used to specify a different WS-Addressing namespace URI, so as to cause MAPs to be exposed (i.e. encoded in externalized message with a different WS-Addressing version). -
setDuplicate
-
getDuplicate
-
getMustUnderstand
-
isRequired
public boolean isRequired() -
setRequired
public void setRequired(boolean b) -
toString
-
createCompatibleResponseProperties
-