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

Packages that use AttributedQName
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 AttributedQName in com.ibm.websphere.srm
 

Methods in com.ibm.websphere.srm that return AttributedQName
static AttributedQName EndpointReferenceFactory.createAttributedQName(javax.xml.namespace.QName name)
          Create a qName to be used when creating an endpoint reference.
 

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

Methods in com.ibm.websphere.srm.bpel.wsaddressing that return AttributedQName
 AttributedQName EndpointReferenceType.getPortType()
           
 

Methods in com.ibm.websphere.srm.bpel.wsaddressing with parameters of type AttributedQName
 void EndpointReferenceType.setPortType(AttributedQName portType)