Uses of Class
org.eclipse.ohf.ihe.xds.soap.SoapAttachment

Packages that use SoapAttachment
org.eclipse.ohf.ihe.xds.soap   
 

Uses of SoapAttachment in org.eclipse.ohf.ihe.xds.soap
 

Methods in org.eclipse.ohf.ihe.xds.soap with parameters of type SoapAttachment
 byte[] XDSSoapClient.send(java.lang.String request, SoapAttachment[] attachments, java.net.URI uri)
          Constructs the SOAPMessage from the parameters, sends the messages to the designated url and processes the response SOAPMessage.
 byte[] XDSSoapClientAXIS2.send(java.lang.String request, SoapAttachment[] attachments, java.net.URI uri)
          Provides the implementation of the interface method using the AXIS 1.3 API implementation for SOAP.