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

java.lang.Object
  extended by it.eng.spagobi.services.artifact.stub.ArtifactServiceSoapBindingSkeleton
All Implemented Interfaces:
it.eng.spagobi.services.artifact.stub.ArtifactService, java.io.Serializable, java.rmi.Remote, org.apache.axis.wsdl.Skeleton

public class ArtifactServiceSoapBindingSkeleton
extends java.lang.Object
implements it.eng.spagobi.services.artifact.stub.ArtifactService, org.apache.axis.wsdl.Skeleton

See Also:
Serialized Form

Constructor Summary
ArtifactServiceSoapBindingSkeleton()
           
ArtifactServiceSoapBindingSkeleton(it.eng.spagobi.services.artifact.stub.ArtifactService impl)
           
 
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)
           
static java.util.List getOperationDescByName(java.lang.String methodName)
          Returns List of OperationDesc objects with this name
static java.util.Collection getOperationDescs()
          Returns Collection of OperationDescs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactServiceSoapBindingSkeleton

public ArtifactServiceSoapBindingSkeleton()

ArtifactServiceSoapBindingSkeleton

public ArtifactServiceSoapBindingSkeleton(it.eng.spagobi.services.artifact.stub.ArtifactService impl)
Method Detail

getOperationDescByName

public static java.util.List getOperationDescByName(java.lang.String methodName)
Returns List of OperationDesc objects with this name


getOperationDescs

public static java.util.Collection getOperationDescs()
Returns Collection of OperationDescs


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