it.eng.spagobi.services.artifact.stub
Class ArtifactServiceSoapBindingImpl

java.lang.Object
  extended by it.eng.spagobi.services.artifact.stub.ArtifactServiceSoapBindingImpl
All Implemented Interfaces:
it.eng.spagobi.services.artifact.stub.ArtifactService, java.rmi.Remote

public class ArtifactServiceSoapBindingImpl
extends java.lang.Object
implements it.eng.spagobi.services.artifact.stub.ArtifactService


Constructor Summary
ArtifactServiceSoapBindingImpl()
           
 
Method Summary
 javax.activation.DataHandler getArtifactContentById(java.lang.String in0, java.lang.String in1, java.lang.Integer in2)
           
 javax.activation.DataHandler getArtifactContentByNameAndType(java.lang.String in0, java.lang.String in1, java.lang.String in2, java.lang.String in3)
           
 it.eng.spagobi.services.artifact.bo.SpagoBIArtifact[] getArtifactsByType(java.lang.String in0, java.lang.String in1, java.lang.String in2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactServiceSoapBindingImpl

public ArtifactServiceSoapBindingImpl()
Method Detail

getArtifactContentByNameAndType

public javax.activation.DataHandler getArtifactContentByNameAndType(java.lang.String in0,
                                                                    java.lang.String in1,
                                                                    java.lang.String in2,
                                                                    java.lang.String in3)
                                                             throws java.rmi.RemoteException
Specified by:
getArtifactContentByNameAndType in interface it.eng.spagobi.services.artifact.stub.ArtifactService
Throws:
java.rmi.RemoteException

getArtifactContentById

public javax.activation.DataHandler getArtifactContentById(java.lang.String in0,
                                                           java.lang.String in1,
                                                           java.lang.Integer in2)
                                                    throws java.rmi.RemoteException
Specified by:
getArtifactContentById in interface it.eng.spagobi.services.artifact.stub.ArtifactService
Throws:
java.rmi.RemoteException

getArtifactsByType

public it.eng.spagobi.services.artifact.bo.SpagoBIArtifact[] getArtifactsByType(java.lang.String in0,
                                                                                java.lang.String in1,
                                                                                java.lang.String in2)
                                                                         throws java.rmi.RemoteException
Specified by:
getArtifactsByType in interface it.eng.spagobi.services.artifact.stub.ArtifactService
Throws:
java.rmi.RemoteException