Uses of Class
org.eclipse.ohf.ihe.atna.payload.SoapAttachment

Packages that use SoapAttachment
org.eclipse.ohf.ihe.atna.payload   
org.eclipse.ohf.ihe.atna.payload.service.payload   
 

Uses of SoapAttachment in org.eclipse.ohf.ihe.atna.payload
 

Methods in org.eclipse.ohf.ihe.atna.payload with parameters of type SoapAttachment
 javax.xml.soap.SOAPMessage PayloadImpl.buildDocuments(java.lang.String metadatafile, SoapAttachment[] attachfileArray)
          This now prepares the document to be sent via Transporter
 javax.xml.soap.SOAPMessage PayloadImpl.prepareData(java.lang.String metadata, SoapAttachment[] attachments)
          Prepares the SoapMessage and returns it
 

Uses of SoapAttachment in org.eclipse.ohf.ihe.atna.payload.service.payload
 

Methods in org.eclipse.ohf.ihe.atna.payload.service.payload with parameters of type SoapAttachment
 javax.xml.soap.SOAPMessage PayloadService.prepareData(java.lang.String metadata, SoapAttachment[] attachments)