|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.ws.addressing.AddressingPropertiesImpl
public class AddressingPropertiesImpl
Abstraction of Message Addressing Properties.
Constructor Summary | |
---|---|
AddressingPropertiesImpl()
Constructor, defaults to 2005/08 namespace. |
|
AddressingPropertiesImpl(String uri)
Constructor. |
Method Summary | |
---|---|
void |
exposeAs(String uri)
Used to specify a different WS-Addressing namespace URI, so as to cause MAPs to be exposed (i.e. |
AttributedURIType |
getAction()
Accessor for the Action property. |
QName |
getDuplicate()
|
EndpointReferenceType |
getFaultTo()
Accessor for the FaultTo property. |
EndpointReferenceType |
getFrom()
Accessor for the From property. |
AttributedURIType |
getMessageID()
Accessor for the MessageID property. |
List<QName> |
getMustUnderstand()
|
String |
getNamespaceURI()
|
RelatesToType |
getRelatesTo()
Accessor for the RelatesTo property. |
EndpointReferenceType |
getReplyTo()
Accessor for the ReplyTo property. |
AttributedURIType |
getTo()
Accessor for the To property. |
EndpointReferenceType |
getToEndpointReference()
Accessor for the To property. |
void |
setAction(AttributedURIType iri)
Mutator for the Action property. |
void |
setDuplicate(QName dup)
|
void |
setFaultTo(EndpointReferenceType ref)
Mutator for the FaultTo property. |
void |
setFrom(EndpointReferenceType epr)
Mutator for the From property. |
void |
setMessageID(AttributedURIType iri)
Mutator for the MessageID property. |
void |
setRelatesTo(RelatesToType rel)
Mutator for the RelatesTo property. |
void |
setReplyTo(EndpointReferenceType ref)
Mutator for the ReplyTo property. |
void |
setTo(AttributedURIType t)
Mutator for the To property. |
void |
setTo(EndpointReferenceType epr)
Mutator for the To property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddressingPropertiesImpl()
public AddressingPropertiesImpl(String uri)
uri
- the namespace URIMethod Detail |
---|
public EndpointReferenceType getToEndpointReference()
AddressingProperties
getToEndpointReference
in interface AddressingProperties
public AttributedURIType getTo()
getTo
in interface AddressingProperties
public void setTo(AttributedURIType t)
setTo
in interface AddressingProperties
iri
- new value for To propertypublic void setTo(EndpointReferenceType epr)
setTo
in interface AddressingProperties
iri
- new value for To propertypublic EndpointReferenceType getFrom()
getFrom
in interface AddressingProperties
public void setFrom(EndpointReferenceType epr)
setFrom
in interface AddressingProperties
epr
- new value for From propertypublic AttributedURIType getMessageID()
getMessageID
in interface AddressingProperties
public void setMessageID(AttributedURIType iri)
setMessageID
in interface AddressingProperties
iri
- new value for MessageTo propertypublic EndpointReferenceType getReplyTo()
getReplyTo
in interface AddressingProperties
public void setReplyTo(EndpointReferenceType ref)
setReplyTo
in interface AddressingProperties
ref
- new value for ReplyTo propertypublic EndpointReferenceType getFaultTo()
getFaultTo
in interface AddressingProperties
public void setFaultTo(EndpointReferenceType ref)
setFaultTo
in interface AddressingProperties
ref
- new value for FaultTo propertypublic RelatesToType getRelatesTo()
getRelatesTo
in interface AddressingProperties
public void setRelatesTo(RelatesToType rel)
setRelatesTo
in interface AddressingProperties
rel
- new value for RelatesTo propertypublic AttributedURIType getAction()
getAction
in interface AddressingProperties
public void setAction(AttributedURIType iri)
setAction
in interface AddressingProperties
iri
- new value for Action propertypublic String getNamespaceURI()
getNamespaceURI
in interface AddressingType
public void exposeAs(String uri)
public void setDuplicate(QName dup)
public QName getDuplicate()
public List<QName> getMustUnderstand()
public String toString()
toString
in class Object
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |