Package org.apache.cxf.ws.addressing
Class AddressingProperties
java.lang.Object
org.apache.cxf.ws.addressing.AddressingProperties
Abstraction of Message Addressing Properties.
-
Constructor Summary
ConstructorDescriptionConstructor, defaults to 2005/08 namespace.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Used to specify a different WS-Addressing namespace URI, so as to cause MAPs to be exposed (i.e.org.apache.cxf.ws.addressing.AttributedURIType
Accessor for the Action property.org.apache.cxf.ws.addressing.EndpointReferenceType
Accessor for the FaultTo property.org.apache.cxf.ws.addressing.EndpointReferenceType
getFrom()
Accessor for the From property.org.apache.cxf.ws.addressing.AttributedURIType
Accessor for the MessageID property.org.apache.cxf.ws.addressing.RelatesToType
Accessor for the RelatesTo property.org.apache.cxf.ws.addressing.EndpointReferenceType
Accessor for the ReplyTo property.org.apache.cxf.ws.addressing.AttributedURIType
getTo()
Accessor for the To property.org.apache.cxf.ws.addressing.EndpointReferenceType
boolean
void
setAction
(org.apache.cxf.ws.addressing.AttributedURIType iri) Mutator for the Action property.void
setDuplicate
(QName dup) void
setFaultTo
(org.apache.cxf.ws.addressing.EndpointReferenceType ref) Mutator for the FaultTo property.void
setFrom
(org.apache.cxf.ws.addressing.EndpointReferenceType epr) Mutator for the From property.void
setMessageID
(org.apache.cxf.ws.addressing.AttributedURIType iri) Mutator for the MessageID property.void
setRelatesTo
(org.apache.cxf.ws.addressing.RelatesToType rel) Mutator for the RelatesTo property.void
setReplyTo
(org.apache.cxf.ws.addressing.EndpointReferenceType ref) Mutator for the ReplyTo property.void
setRequired
(boolean b) void
setTo
(org.apache.cxf.ws.addressing.AttributedURIType t) Mutator for the To property.void
setTo
(org.apache.cxf.ws.addressing.EndpointReferenceType epr) Mutator 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
public org.apache.cxf.ws.addressing.EndpointReferenceType getToEndpointReference() -
getTo
public org.apache.cxf.ws.addressing.AttributedURIType getTo()Accessor for the To property.- Returns:
- To property
-
setTo
public void setTo(org.apache.cxf.ws.addressing.AttributedURIType t) Mutator for the To property.- Parameters:
t
- new value for To property
-
setTo
public void setTo(org.apache.cxf.ws.addressing.EndpointReferenceType epr) Mutator for the To property.- Parameters:
epr
- new value for To property
-
getFrom
public org.apache.cxf.ws.addressing.EndpointReferenceType getFrom()Accessor for the From property.- Returns:
- current value of From property
-
setFrom
public void setFrom(org.apache.cxf.ws.addressing.EndpointReferenceType epr) Mutator for the From property.- Parameters:
epr
- new value for From property
-
getMessageID
public org.apache.cxf.ws.addressing.AttributedURIType getMessageID()Accessor for the MessageID property.- Returns:
- current value of MessageID property
-
setMessageID
public void setMessageID(org.apache.cxf.ws.addressing.AttributedURIType iri) Mutator for the MessageID property.- Parameters:
iri
- new value for MessageTo property
-
getReplyTo
public org.apache.cxf.ws.addressing.EndpointReferenceType getReplyTo()Accessor for the ReplyTo property.- Returns:
- current value of ReplyTo property
-
setReplyTo
public void setReplyTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref) Mutator for the ReplyTo property.- Parameters:
ref
- new value for ReplyTo property
-
getFaultTo
public org.apache.cxf.ws.addressing.EndpointReferenceType getFaultTo()Accessor for the FaultTo property.- Returns:
- current value of FaultTo property
-
setFaultTo
public void setFaultTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref) Mutator for the FaultTo property.- Parameters:
ref
- new value for FaultTo property
-
getRelatesTo
public org.apache.cxf.ws.addressing.RelatesToType getRelatesTo()Accessor for the RelatesTo property.- Returns:
- current value of RelatesTo property
-
setRelatesTo
public void setRelatesTo(org.apache.cxf.ws.addressing.RelatesToType rel) Mutator for the RelatesTo property.- Parameters:
rel
- new value for RelatesTo property
-
getAction
public org.apache.cxf.ws.addressing.AttributedURIType getAction()Accessor for the Action property.- Returns:
- current value of Action property
-
setAction
public void setAction(org.apache.cxf.ws.addressing.AttributedURIType iri) 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
-