| Package | Description |
|---|---|
| org.opensaml.ws.wsaddressing |
XMLObject interfaces for WS-Addressing 1.0 elements.
|
| org.opensaml.ws.wsaddressing.impl |
| Modifier and Type | Method and Description |
|---|---|
Address |
EndpointReferenceType.getAddress()
Returns the <wsa:Address> child element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointReferenceType.setAddress(Address address)
Sets the <wsa:Address> child element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddressImpl
AddressImpl is the concrete implementation of
Address. |
| Modifier and Type | Field and Description |
|---|---|
private Address |
EndpointReferenceTypeImpl.address
Address child element. |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressBuilder.buildObject()
Builds a WS-Addressing object.
|
Address |
AddressBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
Address |
EndpointReferenceTypeImpl.getAddress()
Returns the <wsa:Address> child element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointReferenceTypeImpl.setAddress(Address newAddress)
Sets the <wsa:Address> child element.
|
Copyright © 1999-2016. All Rights Reserved.