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.
|
Modifier and Type | Method and Description |
---|---|
ReferenceParameters |
EndpointReferenceType.getReferenceParameters()
Returns the optional <wsa:ReferenceParameters> child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointReferenceType.setReferenceParameters(ReferenceParameters referenceParameters)
Sets the <wsa:ReferenceParameters> child element.
|
Modifier and Type | Class and Description |
---|---|
class |
ReferenceParametersImpl
ReferenceParametersImpl.
|
Modifier and Type | Method and Description |
---|---|
ReferenceParameters |
ReferenceParametersBuilder.buildObject()
Builds a WS-Addressing object.
|
ReferenceParameters |
ReferenceParametersBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
ReferenceParameters |
EndpointReferenceTypeImpl.getReferenceParameters()
Returns the optional <wsa:ReferenceParameters> child element.
|
Modifier and Type | Method and Description |
---|---|
void |
EndpointReferenceTypeImpl.setReferenceParameters(ReferenceParameters newReferenceParameters)
Sets the <wsa:ReferenceParameters> child element.
|
Copyright © 2019. All rights reserved.