Uses of Interface
org.opensaml.ws.wsaddressing.ReferenceParameters

Packages that use ReferenceParameters
org.opensaml.ws.wsaddressing XMLObject interfaces for WS-Addressing 1.0 elements. 
org.opensaml.ws.wsaddressing.impl   
 

Uses of ReferenceParameters in org.opensaml.ws.wsaddressing
 

Methods in org.opensaml.ws.wsaddressing that return ReferenceParameters
 ReferenceParameters EndpointReferenceType.getReferenceParameters()
          Returns the optional <wsa:ReferenceParameters> child element.
 

Methods in org.opensaml.ws.wsaddressing with parameters of type ReferenceParameters
 void EndpointReferenceType.setReferenceParameters(ReferenceParameters referenceParameters)
          Sets the <wsa:ReferenceParameters> child element.
 

Uses of ReferenceParameters in org.opensaml.ws.wsaddressing.impl
 

Classes in org.opensaml.ws.wsaddressing.impl that implement ReferenceParameters
 class ReferenceParametersImpl
          ReferenceParametersImpl.
 

Fields in org.opensaml.ws.wsaddressing.impl declared as ReferenceParameters
private  ReferenceParameters EndpointReferenceTypeImpl.referenceParameters
          Optional ReferenceParameters child element.
 

Methods in org.opensaml.ws.wsaddressing.impl that return ReferenceParameters
 ReferenceParameters ReferenceParametersBuilder.buildObject()
          Builds a WS-Addressing object.
 ReferenceParameters ReferenceParametersBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 ReferenceParameters EndpointReferenceTypeImpl.getReferenceParameters()
          Returns the optional <wsa:ReferenceParameters> child element.
 

Methods in org.opensaml.ws.wsaddressing.impl with parameters of type ReferenceParameters
 void EndpointReferenceTypeImpl.setReferenceParameters(ReferenceParameters newReferenceParameters)
          Sets the <wsa:ReferenceParameters> child element.
 



Copyright © 1999-2013. All Rights Reserved.