com.atlassian.jira.soap.axis
Interface SoapAttachmentHelper

All Known Implementing Classes:
SoapAttachmentHelperImpl

public interface SoapAttachmentHelper


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

Method Detail

addFiles

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

saveFile

public java.io.File[] saveFile(java.lang.String[] attachmentFileNames)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

relayAttachments

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

getDataHandlers

public javax.activation.DataHandler[] getDataHandlers()


Copyright © 2002-2005 Atlassian. All Rights Reserved.