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

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

saveFile

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

relayAttachments

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

getDataHandlers

javax.activation.DataHandler[] getDataHandlers()


Copyright © 2002-2007 Atlassian. All Rights Reserved.