Uses of Class
org.openliberty.xmltooling.epr.ReferenceParameters

Packages that use ReferenceParameters
org.openliberty.xmltooling.epr   
 

Uses of ReferenceParameters in org.openliberty.xmltooling.epr
 

Fields in org.openliberty.xmltooling.epr declared as ReferenceParameters
private  ReferenceParameters EndpointReference.referenceParameters
           
 

Methods in org.openliberty.xmltooling.epr that return ReferenceParameters
 ReferenceParameters ReferenceParameters.Builder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 ReferenceParameters EndpointReference.getReferenceParameters()
           
 

Methods in org.openliberty.xmltooling.epr with parameters of type ReferenceParameters
 void EndpointReference.setReferenceParameters(ReferenceParameters referenceParameters)