public class AddressingProperties extends Object
Constructor and Description |
---|
AddressingProperties()
Constructor, defaults to 2005/08 namespace.
|
AddressingProperties(String uri)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AddressingProperties |
createCompatibleResponseProperties() |
void |
exposeAs(String uri)
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 |
getAction()
Accessor for the Action property.
|
QName |
getDuplicate() |
org.apache.cxf.ws.addressing.EndpointReferenceType |
getFaultTo()
Accessor for the FaultTo property.
|
org.apache.cxf.ws.addressing.EndpointReferenceType |
getFrom()
Accessor for the From property.
|
org.apache.cxf.ws.addressing.AttributedURIType |
getMessageID()
Accessor for the MessageID property.
|
List<QName> |
getMustUnderstand() |
String |
getNamespaceURI() |
org.apache.cxf.ws.addressing.RelatesToType |
getRelatesTo()
Accessor for the RelatesTo property.
|
org.apache.cxf.ws.addressing.EndpointReferenceType |
getReplyTo()
Accessor for the ReplyTo property.
|
org.apache.cxf.ws.addressing.AttributedURIType |
getTo()
Accessor for the To property.
|
org.apache.cxf.ws.addressing.EndpointReferenceType |
getToEndpointReference() |
boolean |
isRequired() |
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.
|
String |
toString() |
public AddressingProperties()
public AddressingProperties(String uri)
uri
- the namespace URIpublic org.apache.cxf.ws.addressing.EndpointReferenceType getToEndpointReference()
public org.apache.cxf.ws.addressing.AttributedURIType getTo()
public void setTo(org.apache.cxf.ws.addressing.AttributedURIType t)
t
- new value for To propertypublic void setTo(org.apache.cxf.ws.addressing.EndpointReferenceType epr)
epr
- new value for To propertypublic org.apache.cxf.ws.addressing.EndpointReferenceType getFrom()
public void setFrom(org.apache.cxf.ws.addressing.EndpointReferenceType epr)
epr
- new value for From propertypublic org.apache.cxf.ws.addressing.AttributedURIType getMessageID()
public void setMessageID(org.apache.cxf.ws.addressing.AttributedURIType iri)
iri
- new value for MessageTo propertypublic org.apache.cxf.ws.addressing.EndpointReferenceType getReplyTo()
public void setReplyTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref)
ref
- new value for ReplyTo propertypublic org.apache.cxf.ws.addressing.EndpointReferenceType getFaultTo()
public void setFaultTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref)
ref
- new value for FaultTo propertypublic org.apache.cxf.ws.addressing.RelatesToType getRelatesTo()
public void setRelatesTo(org.apache.cxf.ws.addressing.RelatesToType rel)
rel
- new value for RelatesTo propertypublic org.apache.cxf.ws.addressing.AttributedURIType getAction()
public void setAction(org.apache.cxf.ws.addressing.AttributedURIType iri)
iri
- new value for Action propertypublic String getNamespaceURI()
public void exposeAs(String uri)
public void setDuplicate(QName dup)
public QName getDuplicate()
public boolean isRequired()
public void setRequired(boolean b)
public AddressingProperties createCompatibleResponseProperties()
Apache CXF