Uses of Class
org.fosstrak.epcis.soap.QueryTooComplexExceptionResponse

Packages that use QueryTooComplexExceptionResponse
org.fosstrak.epcis.queryclient   
org.fosstrak.epcis.repository   
org.fosstrak.epcis.repository.query   
org.fosstrak.epcis.soap   
 

Uses of QueryTooComplexExceptionResponse in org.fosstrak.epcis.queryclient
 

Methods in org.fosstrak.epcis.queryclient that throw QueryTooComplexExceptionResponse
 QueryResults QueryControlClient.poll(InputStream queryStream)
          Parses the query given in its XML representation and sends it to the Query Operations Module.
 QueryResults QueryControlInterface.poll(Poll poll)
          Performs a poll operation at the repository's Query Controls Module.
 QueryResults QueryControlClient.poll(Poll poll)
          Performs a poll operation at the repository's Query Controls Module.
 QueryResults QueryControlClient.poll(String query)
          Parses the query given in its XML representation and sends it to the Query Operations Module.
 void QueryControlClient.subscribe(InputStream query)
          Parses the query given in its XML representation and sends it to the Query Operations Module.
 void QueryControlClient.subscribe(String query)
          Parses the query given in its XML representation and sends it to the Query Operations Module.
 void QueryControlInterface.subscribe(Subscribe subscribe)
          Performs a subscribe operation at the repository's Query Controls Module, i.e. subscribes a query for later execution.
 void QueryControlClient.subscribe(Subscribe subscribe)
          Performs a subscribe operation at the repository's Query Controls Module, i.e. subscribes a query for later execution.
 

Uses of QueryTooComplexExceptionResponse in org.fosstrak.epcis.repository
 

Methods in org.fosstrak.epcis.repository that throw QueryTooComplexExceptionResponse
 QueryResults EpcisQueryControlInterface.poll(String queryName, QueryParams params)
          Invokes a previously defined query having the specified name, returning the results.
 void EpcisQueryControlInterface.subscribe(String queryName, QueryParams params, String dest, SubscriptionControls controls, String subscriptionID)
          Registers a subscriber for a previously defined query having the specified name.
 

Uses of QueryTooComplexExceptionResponse in org.fosstrak.epcis.repository.query
 

Methods in org.fosstrak.epcis.repository.query that throw QueryTooComplexExceptionResponse
protected  QueryResults QuerySubscription.executePoll(Poll poll)
          Poll a query using local transport.
 QueryResults QueryOperationsWebService.poll(Poll poll)
           
 QueryResults QueryOperationsModule.poll(String queryName, QueryParams queryParams)
          Invokes a previously defined query having the specified name, returning the results.
 void QueryOperationsModule.subscribe(String queryName, QueryParams params, String dest, SubscriptionControls controls, String subscriptionID)
          Registers a subscriber for a previously defined query having the specified name.
 VoidHolder QueryOperationsWebService.subscribe(Subscribe subscribe)
           
 

Uses of QueryTooComplexExceptionResponse in org.fosstrak.epcis.soap
 

Methods in org.fosstrak.epcis.soap that throw QueryTooComplexExceptionResponse
 QueryResults EPCISServicePortType.poll(Poll parms)
           
 VoidHolder EPCISServicePortType.subscribe(Subscribe parms)
           
 



Copyright © 2010. All Rights Reserved.