public interface AddressingProperties extends AddressingType
Modifier and Type | Method and Description |
---|---|
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.
|
getNamespaceURI
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)
Copyright © 2018 JBoss by Red Hat. All rights reserved.