erland.webapp.cdcollection.ws
Class CDCollectionSoapBindingSkeleton
java.lang.Object
erland.webapp.cdcollection.ws.CDCollectionSoapBindingSkeleton
- All Implemented Interfaces:
- CDCollection, Remote, org.apache.axis.wsdl.Skeleton
public class CDCollectionSoapBindingSkeleton
- extends Object
- implements CDCollection, org.apache.axis.wsdl.Skeleton
Method Summary |
boolean |
addMediaToCollection(String in0,
String in1,
int in2,
int in3)
|
String |
getCollection(int in0,
String in1)
|
String |
getCollections(String in0,
String in1)
|
String |
getMedia(int in0)
|
String |
getMedias()
|
static List |
getOperationDescByName(String methodName)
Returns List of OperationDesc objects with this name |
static Collection |
getOperationDescs()
Returns Collection of OperationDescs |
int |
importDisc(String in0,
String in1,
int in2,
String in3,
String in4)
|
int |
importMedia(String in0,
String in1,
String in2,
String in3)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDCollectionSoapBindingSkeleton
public CDCollectionSoapBindingSkeleton()
CDCollectionSoapBindingSkeleton
public CDCollectionSoapBindingSkeleton(CDCollection impl)
getOperationDescByName
public static List getOperationDescByName(String methodName)
- Returns List of OperationDesc objects with this name
getOperationDescs
public static Collection getOperationDescs()
- Returns Collection of OperationDescs
importMedia
public int importMedia(String in0,
String in1,
String in2,
String in3)
throws RemoteException
- Specified by:
importMedia
in interface CDCollection
- Throws:
RemoteException
importDisc
public int importDisc(String in0,
String in1,
int in2,
String in3,
String in4)
throws RemoteException
- Specified by:
importDisc
in interface CDCollection
- Throws:
RemoteException
addMediaToCollection
public boolean addMediaToCollection(String in0,
String in1,
int in2,
int in3)
throws RemoteException
- Specified by:
addMediaToCollection
in interface CDCollection
- Throws:
RemoteException
getMedias
public String getMedias()
throws RemoteException
- Specified by:
getMedias
in interface CDCollection
- Throws:
RemoteException
getMedia
public String getMedia(int in0)
throws RemoteException
- Specified by:
getMedia
in interface CDCollection
- Throws:
RemoteException
getCollections
public String getCollections(String in0,
String in1)
throws RemoteException
- Specified by:
getCollections
in interface CDCollection
- Throws:
RemoteException
getCollection
public String getCollection(int in0,
String in1)
throws RemoteException
- Specified by:
getCollection
in interface CDCollection
- Throws:
RemoteException
Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.