Version: 1.1.1

org.inb.biomoby.service
Class AbstractAsyncMobyImpl

java.lang.Object
  extended by org.inb.biomoby.service.AbstractAsyncMobyImpl
All Implemented Interfaces:
IAsyncMobyImpl, IAsyncMobyService

public abstract class AbstractAsyncMobyImpl
extends Object
implements IAsyncMobyImpl

Author:
Dmitry Repchevsky

Field Summary
 
Fields inherited from interface org.inb.biomoby.service.IAsyncMobyService
MOBY_NAMESPACE
 
Constructor Summary
AbstractAsyncMobyImpl()
           
 
Method Summary
 MobyMessage getResourcePropertyResult(String queryID)
           
 List<MobyDataElement> queryResourceProperties(String expression)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.inb.biomoby.service.IAsyncMobyImpl
call, destroy, getResourcePropertyResult, getResourcePropertyStatus, submit
 
Methods inherited from interface org.inb.biomoby.service.IAsyncMobyService
getServiceInvocationId
 

Constructor Detail

AbstractAsyncMobyImpl

public AbstractAsyncMobyImpl()
Method Detail

getResourcePropertyResult

public MobyMessage getResourcePropertyResult(String queryID)
                                      throws InvalidResourcePropertyQNameFault,
                                             ResourceUnavailableFault,
                                             ResourceUnknownFault
Specified by:
getResourcePropertyResult in interface IAsyncMobyImpl
Throws:
InvalidResourcePropertyQNameFault
ResourceUnavailableFault
ResourceUnknownFault

queryResourceProperties

public List<MobyDataElement> queryResourceProperties(String expression)
                                              throws UnknownQueryExpressionDialectFault,
                                                     InvalidQueryExpressionFault,
                                                     QueryEvaluationErrorFault
Specified by:
queryResourceProperties in interface IAsyncMobyImpl
Throws:
UnknownQueryExpressionDialectFault
InvalidQueryExpressionFault
QueryEvaluationErrorFault

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010