Package org.apache.cxf.ws.addressing
Class AddressingProperties
- java.lang.Object
- 
- org.apache.cxf.ws.addressing.AddressingProperties
 
- 
 public class AddressingProperties extends Object Abstraction of Message Addressing Properties.
- 
- 
Constructor SummaryConstructors Constructor Description AddressingProperties()Constructor, defaults to 2005/08 namespace.AddressingProperties(String uri)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressingPropertiescreateCompatibleResponseProperties()voidexposeAs(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.AttributedURITypegetAction()Accessor for the Action property.QNamegetDuplicate()org.apache.cxf.ws.addressing.EndpointReferenceTypegetFaultTo()Accessor for the FaultTo property.org.apache.cxf.ws.addressing.EndpointReferenceTypegetFrom()Accessor for the From property.org.apache.cxf.ws.addressing.AttributedURITypegetMessageID()Accessor for the MessageID property.List<QName>getMustUnderstand()StringgetNamespaceURI()org.apache.cxf.ws.addressing.RelatesToTypegetRelatesTo()Accessor for the RelatesTo property.org.apache.cxf.ws.addressing.EndpointReferenceTypegetReplyTo()Accessor for the ReplyTo property.org.apache.cxf.ws.addressing.AttributedURITypegetTo()Accessor for the To property.org.apache.cxf.ws.addressing.EndpointReferenceTypegetToEndpointReference()booleanisRequired()voidsetAction(org.apache.cxf.ws.addressing.AttributedURIType iri)Mutator for the Action property.voidsetDuplicate(QName dup)voidsetFaultTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref)Mutator for the FaultTo property.voidsetFrom(org.apache.cxf.ws.addressing.EndpointReferenceType epr)Mutator for the From property.voidsetMessageID(org.apache.cxf.ws.addressing.AttributedURIType iri)Mutator for the MessageID property.voidsetRelatesTo(org.apache.cxf.ws.addressing.RelatesToType rel)Mutator for the RelatesTo property.voidsetReplyTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref)Mutator for the ReplyTo property.voidsetRequired(boolean b)voidsetTo(org.apache.cxf.ws.addressing.AttributedURIType t)Mutator for the To property.voidsetTo(org.apache.cxf.ws.addressing.EndpointReferenceType epr)Mutator for the To property.StringtoString()
 
- 
- 
- 
Constructor Detail- 
AddressingPropertiespublic AddressingProperties() Constructor, defaults to 2005/08 namespace.
 - 
AddressingPropertiespublic AddressingProperties(String uri) Constructor.- Parameters:
- uri- the namespace URI
 
 
- 
 - 
Method Detail- 
getToEndpointReferencepublic org.apache.cxf.ws.addressing.EndpointReferenceType getToEndpointReference() 
 - 
getTopublic org.apache.cxf.ws.addressing.AttributedURIType getTo() Accessor for the To property.- Returns:
- To property
 
 - 
setTopublic void setTo(org.apache.cxf.ws.addressing.AttributedURIType t) Mutator for the To property.- Parameters:
- t- new value for To property
 
 - 
setTopublic void setTo(org.apache.cxf.ws.addressing.EndpointReferenceType epr) Mutator for the To property.- Parameters:
- epr- new value for To property
 
 - 
getFrompublic org.apache.cxf.ws.addressing.EndpointReferenceType getFrom() Accessor for the From property.- Returns:
- current value of From property
 
 - 
setFrompublic void setFrom(org.apache.cxf.ws.addressing.EndpointReferenceType epr) Mutator for the From property.- Parameters:
- epr- new value for From property
 
 - 
getMessageIDpublic org.apache.cxf.ws.addressing.AttributedURIType getMessageID() Accessor for the MessageID property.- Returns:
- current value of MessageID property
 
 - 
setMessageIDpublic void setMessageID(org.apache.cxf.ws.addressing.AttributedURIType iri) Mutator for the MessageID property.- Parameters:
- iri- new value for MessageTo property
 
 - 
getReplyTopublic org.apache.cxf.ws.addressing.EndpointReferenceType getReplyTo() Accessor for the ReplyTo property.- Returns:
- current value of ReplyTo property
 
 - 
setReplyTopublic void setReplyTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref) Mutator for the ReplyTo property.- Parameters:
- ref- new value for ReplyTo property
 
 - 
getFaultTopublic org.apache.cxf.ws.addressing.EndpointReferenceType getFaultTo() Accessor for the FaultTo property.- Returns:
- current value of FaultTo property
 
 - 
setFaultTopublic void setFaultTo(org.apache.cxf.ws.addressing.EndpointReferenceType ref) Mutator for the FaultTo property.- Parameters:
- ref- new value for FaultTo property
 
 - 
getRelatesTopublic org.apache.cxf.ws.addressing.RelatesToType getRelatesTo() Accessor for the RelatesTo property.- Returns:
- current value of RelatesTo property
 
 - 
setRelatesTopublic void setRelatesTo(org.apache.cxf.ws.addressing.RelatesToType rel) Mutator for the RelatesTo property.- Parameters:
- rel- new value for RelatesTo property
 
 - 
getActionpublic org.apache.cxf.ws.addressing.AttributedURIType getAction() Accessor for the Action property.- Returns:
- current value of Action property
 
 - 
setActionpublic void setAction(org.apache.cxf.ws.addressing.AttributedURIType iri) Mutator for the Action property.- Parameters:
- iri- new value for Action property
 
 - 
getNamespaceURIpublic String getNamespaceURI() - Returns:
- WS-Addressing namespace URI
 
 - 
exposeAspublic void exposeAs(String uri) Used to specify a different WS-Addressing namespace URI, so as to cause MAPs to be exposed (i.e. encoded in externalized message with a different WS-Addressing version).
 - 
setDuplicatepublic void setDuplicate(QName dup) 
 - 
getDuplicatepublic QName getDuplicate() 
 - 
isRequiredpublic boolean isRequired() 
 - 
setRequiredpublic void setRequired(boolean b) 
 - 
createCompatibleResponsePropertiespublic AddressingProperties createCompatibleResponseProperties() 
 
- 
 
-