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

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

Methods in com.ibm.websphere.srm that return AttributedURI
static AttributedURI EndpointReferenceFactory.createAttributedURI(com.ibm.ws.webservices.engine.types.URI address)
          Create a URI to be used when creating an endpoint reference.
 

Methods in com.ibm.websphere.srm with parameters of type AttributedURI
static EndpointReferenceType EndpointReferenceFactory.createEndpointReferenceType(AttributedURI address)
          Create an new EndpointReferenceType that only has an address.
 

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

Methods in com.ibm.websphere.srm.bpel.wsaddressing that return AttributedURI
 AttributedURI EndpointReferenceType.getAddress()
           
 

Methods in com.ibm.websphere.srm.bpel.wsaddressing with parameters of type AttributedURI
 void EndpointReferenceType.setAddress(AttributedURI address)