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

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

saveFile

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

relayAttachments

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

getDataHandlers

javax.activation.DataHandler[] getDataHandlers()


Copyright © 2002-2010 Atlassian. All Rights Reserved.