Uses of Class
com.ibm.websphere.srm.bpel.wsaddressing.ReferencePropertiesType

Packages that use ReferencePropertiesType
com.ibm.websphere.srm The interfaces and classes in this package are used by clients wishing to map partner names to endpoint references and service references. 
com.ibm.websphere.srm.bpel.wsaddressing   
 

Uses of ReferencePropertiesType in com.ibm.websphere.srm
 

Methods in com.ibm.websphere.srm that return ReferencePropertiesType
static ReferencePropertiesType EndpointReferenceFactory.createReferencePropertiesType(javax.xml.soap.SOAPElement[] elements)
          Create a reference property element to be added to an endpoint reference.
 

Uses of ReferencePropertiesType in com.ibm.websphere.srm.bpel.wsaddressing
 

Methods in com.ibm.websphere.srm.bpel.wsaddressing that return ReferencePropertiesType
 ReferencePropertiesType EndpointReferenceType.getReferenceProperties()
           
 

Methods in com.ibm.websphere.srm.bpel.wsaddressing with parameters of type ReferencePropertiesType
 void EndpointReferenceType.setReferenceProperties(ReferencePropertiesType referenceProperties)