Package com.werkii.comet.soap
Interface CometCoreRemote
- All Known Subinterfaces:
CometBatchLocal,CometBatchRemote,CometCoreLocal,CometPriintLocal,CometPriintRemote
@MTOM(threshold=4096)
public interface CometCoreRemote
For internal usage.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptiongetBinaryFile(String sessionId, String fileId) getElementList(String sessionId, String method, String arg) getMessage(String sessionId, int resultCode) getProductList(String sessionId, List<CometCoreRemote.CometCondition> conditions, List<CometCoreRemote.CometCondition> parentConditions) putBinaryFile(String sessionId, String fileId, CometCoreRemote.CometBinary file) setLanguage(String sessionId, String language)
-
Method Details
-
login
CometCoreRemote.LoginResult login(String user, String password, String client, String language) throws RemoteException - Throws:
RemoteException
-
logout
- Throws:
RemoteException
-
setLanguage
CometCoreRemote.SetLanguageResult setLanguage(String sessionId, String language) throws RemoteException - Throws:
RemoteException
-
call
- Throws:
RemoteException
-
getMessage
CometCoreRemote.GetMessageResult getMessage(String sessionId, int resultCode) throws RemoteException - Throws:
RemoteException
-
getProductList
CometCoreRemote.GetProductListResult getProductList(String sessionId, List<CometCoreRemote.CometCondition> conditions, List<CometCoreRemote.CometCondition> parentConditions) throws RemoteException - Throws:
RemoteException
-
getElementList
CometCoreRemote.GetElementListResult getElementList(String sessionId, String method, String arg) throws RemoteException - Throws:
RemoteException
-
getBinaryFile
CometCoreRemote.GetBinaryFileResult getBinaryFile(String sessionId, String fileId) throws RemoteException - Throws:
RemoteException
-
putBinaryFile
CometCoreRemote.PutBinaryFileResult putBinaryFile(String sessionId, String fileId, CometCoreRemote.CometBinary file) throws RemoteException - Throws:
RemoteException
-
getList
CometCoreRemote.GetListResult getList(String sessionId, String method, String arg) throws RemoteException - Throws:
RemoteException
-