|
||||||||||
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.EndpointReferenceType |
getFrom()
Accessor for the From 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. |
org.apache.cxf.ws.addressing.EndpointReferenceType |
getToEndpointReference()
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 |
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 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.EndpointReferenceType epr)
Mutator for the To property. |
Methods inherited from interface org.apache.cxf.ws.addressing.AddressingType |
---|
getNamespaceURI |
Method Detail |
---|
org.apache.cxf.ws.addressing.EndpointReferenceType getToEndpointReference()
org.apache.cxf.ws.addressing.AttributedURIType getTo()
void setTo(org.apache.cxf.ws.addressing.EndpointReferenceType epr)
epr
- new value for To propertyorg.apache.cxf.ws.addressing.EndpointReferenceType getFrom()
void setFrom(org.apache.cxf.ws.addressing.EndpointReferenceType epr)
epr
- new value for From 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |