com.atlassian.jira.soap.axis
Interface SoapAttachmentHelper

All Known Implementing Classes:
SoapAttachmentHelperImpl

public interface SoapAttachmentHelper


Method Summary
 String[] addFiles(org.apache.axis.client.Stub stub, String[] fileLocations)
           
 javax.activation.DataHandler[] getDataHandlers()
           
 void relayAttachments(org.apache.axis.client.Stub stub)
           
 File[] saveFile(String[] attachmentFileNames)
           
 

Method Detail

addFiles

public String[] addFiles(org.apache.axis.client.Stub stub,
                         String[] fileLocations)

saveFile

public File[] saveFile(String[] attachmentFileNames)
                throws RemoteException
Throws:
RemoteException

relayAttachments

public void relayAttachments(org.apache.axis.client.Stub stub)
                      throws RemoteException
Throws:
RemoteException

getDataHandlers

public javax.activation.DataHandler[] getDataHandlers()


Copyright © 2002-2007 Atlassian. All Rights Reserved.