Package | Description |
---|---|
org.apache.cxf.ws.addressing | |
org.apache.cxf.ws.addressing.v200408 |
Modifier and Type | Method and Description |
---|---|
static AttributedURI |
VersionTransformer.convert(AttributedURIType internal)
Convert from 2005/08 AttributedURI to 2004/08 AttributedURI.
|
Modifier and Type | Method and Description |
---|---|
static AttributedURIType |
VersionTransformer.convert(AttributedURI exposed)
Convert from 2004/08 AttributedURI to 2005/08 AttributedURI.
|
Modifier and Type | Field and Description |
---|---|
protected AttributedURI |
EndpointReferenceType.address |
Modifier and Type | Method and Description |
---|---|
AttributedURI |
ObjectFactory.createAttributedURI()
Create an instance of
AttributedURI |
AttributedURI |
EndpointReferenceType.getAddress()
Gets the value of the address property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributedURI> |
ObjectFactory.createAction(AttributedURI value)
|
JAXBElement<AttributedURI> |
ObjectFactory.createMessageID(AttributedURI value)
|
JAXBElement<AttributedURI> |
ObjectFactory.createTo(AttributedURI value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributedURI> |
ObjectFactory.createAction(AttributedURI value)
|
JAXBElement<AttributedURI> |
ObjectFactory.createMessageID(AttributedURI value)
|
JAXBElement<AttributedURI> |
ObjectFactory.createTo(AttributedURI value)
|
void |
EndpointReferenceType.setAddress(AttributedURI value)
Sets the value of the address property.
|
Apache CXF