|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AddressingProperties
Abstraction of Message Addressing Properties.
Method Summary | |
---|---|
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. |
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()
|
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 qn)
|
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 relatesTo)
Mutator for the RelatesTo property. |
void |
setReplyTo(EndpointReferenceType ref)
Mutator for the ReplyTo property. |
void |
setTo(AttributedURIType epr)
Mutator for the To property. |
void |
setTo(EndpointReferenceType epr)
Mutator for the To property. |
Methods inherited from interface org.apache.cxf.ws.addressing.AddressingType |
---|
getNamespaceURI |
Method Detail |
---|
EndpointReferenceType getToEndpointReference()
AttributedURIType getTo()
void setTo(EndpointReferenceType epr)
epr
- new value for To propertyvoid setTo(AttributedURIType epr)
epr
- new value for To propertyEndpointReferenceType getFrom()
void setFrom(EndpointReferenceType epr)
epr
- new value for From propertyAttributedURIType getMessageID()
void setMessageID(AttributedURIType iri)
iri
- new value for MessageID propertyEndpointReferenceType getReplyTo()
void setReplyTo(EndpointReferenceType ref)
ref
- new value for ReplyTo propertyEndpointReferenceType getFaultTo()
void setFaultTo(EndpointReferenceType ref)
ref
- new value for FaultTo propertyRelatesToType getRelatesTo()
void setRelatesTo(RelatesToType relatesTo)
relatesTo
- new value for RelatesTo propertyAttributedURIType getAction()
void setAction(AttributedURIType iri)
iri
- new value for Action propertyvoid exposeAs(String uri)
AddressingProperties createCompatibleResponseProperties()
QName getDuplicate()
void setDuplicate(QName qn)
List<QName> getMustUnderstand()
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |