Uses of Interface
org.opensaml.soap.wsaddressing.Address
-
Packages that use Address Package Description org.opensaml.soap.wsaddressing XMLObject interfaces for WS-Addressing 1.0 elements.org.opensaml.soap.wsaddressing.impl XML Object provider implementations for WS-Addressing. -
-
Uses of Address in org.opensaml.soap.wsaddressing
Methods in org.opensaml.soap.wsaddressing that return Address Modifier and Type Method Description AddressEndpointReferenceType. getAddress()Returns the <wsa:Address> child element.Methods in org.opensaml.soap.wsaddressing with parameters of type Address Modifier and Type Method Description voidEndpointReferenceType. setAddress(Address address)Sets the <wsa:Address> child element. -
Uses of Address in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement Address Modifier and Type Class Description classAddressImplAddressImpl is the concrete implementation ofAddress.Fields in org.opensaml.soap.wsaddressing.impl declared as Address Modifier and Type Field Description private AddressEndpointReferenceTypeImpl. addressAddresschild element.Methods in org.opensaml.soap.wsaddressing.impl that return Address Modifier and Type Method Description AddressAddressBuilder. buildObject()Builds a WS-Addressing object.AddressAddressBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.AddressEndpointReferenceTypeImpl. getAddress()Returns the <wsa:Address> child element.Methods in org.opensaml.soap.wsaddressing.impl with parameters of type Address Modifier and Type Method Description voidEndpointReferenceTypeImpl. setAddress(Address newAddress)Sets the <wsa:Address> child element.
-