org.gcube.contentmanagement.contentmanager.stubs.calls
Class BaseCall

java.lang.Object
  extended by WSCall
      extended by org.gcube.contentmanagement.contentmanager.stubs.calls.BaseCall
Direct Known Subclasses:
FactoryCall, ManagerCall

public abstract class BaseCall
extends WSCall

Base class for high-level calls to the port-type of the Content Manager service.

Author:
Fabio Simeoni (University of Strathclyde)

Constructor Summary
BaseCall(GCUBEScope scope, GCUBESecurityManager... securityManager)
          Creates an instance to use in a given scope and, optionally, with a given a security manager.
 
Method Summary
 void resetQuery()
          Resets the default query used by the call.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseCall

public BaseCall(GCUBEScope scope,
                GCUBESecurityManager... securityManager)
         throws java.lang.Exception
Creates an instance to use in a given scope and, optionally, with a given a security manager.

Parameters:
scope - the scope.
securityManager - (optional) the security manager.
Throws:
java.lang.Exception - if the instance could not be created.
Method Detail

resetQuery

public void resetQuery()
                throws java.lang.Exception
Resets the default query used by the call.

Throws:
java.lang.Exception - if the query could not be reset.