|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.addressing.impl.AddressingPropertiesImpl
public class AddressingPropertiesImpl
Abstraction of Message Addressing Properties.
| Constructor Summary | |
|---|---|
AddressingPropertiesImpl()
Constructor, defaults to 2005/08 namespace. |
|
AddressingPropertiesImpl(String uri)
Constructor. |
|
| Method Summary | |
|---|---|
org.apache.cxf.ws.addressing.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()
|
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 |
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()
|
| 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 URI| Method Detail |
|---|
public org.apache.cxf.ws.addressing.EndpointReferenceType getToEndpointReference()
getToEndpointReference in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic org.apache.cxf.ws.addressing.AttributedURIType getTo()
getTo in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic void setTo(org.apache.cxf.ws.addressing.AttributedURIType t)
setTo in interface org.apache.cxf.ws.addressing.AddressingPropertiesiri - new value for To propertypublic void setTo(org.apache.cxf.ws.addressing.EndpointReferenceType epr)
setTo in interface org.apache.cxf.ws.addressing.AddressingPropertiesiri - new value for To propertypublic org.apache.cxf.ws.addressing.EndpointReferenceType getFrom()
getFrom in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic void setFrom(org.apache.cxf.ws.addressing.EndpointReferenceType epr)
setFrom in interface org.apache.cxf.ws.addressing.AddressingPropertiesepr - new value for From propertypublic org.apache.cxf.ws.addressing.AttributedURIType getMessageID()
getMessageID in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic void setMessageID(org.apache.cxf.ws.addressing.AttributedURIType iri)
setMessageID in interface org.apache.cxf.ws.addressing.AddressingPropertiesiri - new value for MessageTo propertypublic org.apache.cxf.ws.addressing.EndpointReferenceType getReplyTo()
getReplyTo in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic void setReplyTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref)
setReplyTo in interface org.apache.cxf.ws.addressing.AddressingPropertiesref - new value for ReplyTo propertypublic org.apache.cxf.ws.addressing.EndpointReferenceType getFaultTo()
getFaultTo in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic void setFaultTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref)
setFaultTo in interface org.apache.cxf.ws.addressing.AddressingPropertiesref - new value for FaultTo propertypublic org.apache.cxf.ws.addressing.RelatesToType getRelatesTo()
getRelatesTo in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic void setRelatesTo(org.apache.cxf.ws.addressing.RelatesToType rel)
setRelatesTo in interface org.apache.cxf.ws.addressing.AddressingPropertiesrel - new value for RelatesTo propertypublic org.apache.cxf.ws.addressing.AttributedURIType getAction()
getAction in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic void setAction(org.apache.cxf.ws.addressing.AttributedURIType iri)
setAction in interface org.apache.cxf.ws.addressing.AddressingPropertiesiri - new value for Action propertypublic String getNamespaceURI()
getNamespaceURI in interface org.apache.cxf.ws.addressing.AddressingTypepublic void exposeAs(String uri)
exposeAs in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic void setDuplicate(QName dup)
setDuplicate in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic QName getDuplicate()
getDuplicate in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic List<QName> getMustUnderstand()
getMustUnderstand in interface org.apache.cxf.ws.addressing.AddressingPropertiespublic String toString()
toString in class Objectpublic org.apache.cxf.ws.addressing.AddressingProperties createCompatibleResponseProperties()
createCompatibleResponseProperties in interface org.apache.cxf.ws.addressing.AddressingProperties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||