|
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 | |
|---|---|
org.apache.cxf.ws.addressing.AttributedURIType |
getAction()
Accessor for the Action property. |
org.apache.cxf.ws.addressing.EndpointReferenceType |
getFaultTo()
Accessor for the FaultTo property. |
org.apache.cxf.ws.addressing.AttributedURIType |
getMessageID()
Accessor for the MessageID property. |
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. |
void |
setAction(org.apache.cxf.ws.addressing.AttributedURIType iri)
Mutator for the Action property. |
void |
setFaultTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref)
Mutator for the FaultTo property. |
void |
setMessageID(org.apache.cxf.ws.addressing.AttributedURIType iri)
Mutator for the MessageID property. |
void |
setRelatesTo(org.apache.cxf.ws.addressing.RelatesToType relatesTo)
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 iri)
Mutator for the To property. |
| Methods inherited from interface org.apache.cxf.ws.addressing.AddressingType |
|---|
getNamespaceURI |
| Method Detail |
|---|
org.apache.cxf.ws.addressing.AttributedURIType getTo()
void setTo(org.apache.cxf.ws.addressing.AttributedURIType iri)
iri - new value for To propertyorg.apache.cxf.ws.addressing.AttributedURIType getMessageID()
void setMessageID(org.apache.cxf.ws.addressing.AttributedURIType iri)
iri - new value for MessageID propertyorg.apache.cxf.ws.addressing.EndpointReferenceType getReplyTo()
void setReplyTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref)
ref - new value for ReplyTo propertyorg.apache.cxf.ws.addressing.EndpointReferenceType getFaultTo()
void setFaultTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref)
ref - new value for FaultTo propertyorg.apache.cxf.ws.addressing.RelatesToType getRelatesTo()
void setRelatesTo(org.apache.cxf.ws.addressing.RelatesToType relatesTo)
relatesTo - new value for RelatesTo propertyorg.apache.cxf.ws.addressing.AttributedURIType getAction()
void setAction(org.apache.cxf.ws.addressing.AttributedURIType iri)
iri - new value for Action property
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||