|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Address | |
---|---|
org.opensaml.ws.wsaddressing | XMLObject interfaces for WS-Addressing 1.0 elements. |
org.opensaml.ws.wsaddressing.impl |
Uses of Address in org.opensaml.ws.wsaddressing |
---|
Methods in org.opensaml.ws.wsaddressing that return Address | |
---|---|
Address |
EndpointReferenceType.getAddress()
Returns the <wsa:Address> child element. |
Methods in org.opensaml.ws.wsaddressing with parameters of type Address | |
---|---|
void |
EndpointReferenceType.setAddress(Address address)
Sets the <wsa:Address> child element. |
Uses of Address in org.opensaml.ws.wsaddressing.impl |
---|
Classes in org.opensaml.ws.wsaddressing.impl that implement Address | |
---|---|
class |
AddressImpl
AddressImpl is the concrete implementation of Address . |
Methods in org.opensaml.ws.wsaddressing.impl that return Address | |
---|---|
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. |
Methods in org.opensaml.ws.wsaddressing.impl with parameters of type Address | |
---|---|
void |
EndpointReferenceTypeImpl.setAddress(Address newAddress)
Sets the <wsa:Address> child element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |