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

Packages that use EndpointReferenceType
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. 
 

Uses of EndpointReferenceType in com.ibm.websphere.srm
 

Methods in com.ibm.websphere.srm that return EndpointReferenceType
static EndpointReferenceType EndpointReferenceFactory.createEndpointReferenceType(AttributedURI address)
          Create an new EndpointReferenceType that only has an address.
static EndpointReferenceType EndpointReferenceFactory.createEndpointReferenceType(javax.wsdl.Definition wsdlDefinition)
          Instantiate an EndpointReferenceType based on a WSDL Definition object.
static EndpointReferenceType EndpointReferenceFactory.createEndpointReferenceType(java.lang.String address)
          Creates an instance of an EndpointReferenceType.
 

Methods in com.ibm.websphere.srm with parameters of type EndpointReferenceType
 org.apache.wsif.WSIFService EndpointReferenceHelper.createWSIFService(javax.wsdl.Definition wsdlDefinition, EndpointReferenceType endpointReference)
          Method createWSIFService.