Uses of Class
com.webify.wsf.engine.context.InvalidContextException

Packages that use InvalidContextException
com.webify.wsf.engine.context   
com.webify.wsf.engine.context.remote   
com.webify.wsf.engine.mediation   
com.webify.wsf.engine.policy   
 

Uses of InvalidContextException in com.webify.wsf.engine.context
 

Methods in com.webify.wsf.engine.context that throw InvalidContextException
 void ContextManager.updateContext(Context context)
          Updates the contents of context identified by Context.getContextIdentifier().
 void ContextManager.updateContextTimeout(java.lang.String contextId, long timeout)
          Updates the timout of the Context specified by the given Id.
 

Uses of InvalidContextException in com.webify.wsf.engine.context.remote
 

Methods in com.webify.wsf.engine.context.remote that throw InvalidContextException
 void ContextManagerService.updateContext(UpdateDocument doc)
           
 

Uses of InvalidContextException in com.webify.wsf.engine.mediation
 

Methods in com.webify.wsf.engine.mediation that throw InvalidContextException
 Endpoint EndpointSelector.selectEndpoint(Context context)
          Deprecated. use EndpointSelector.selectEndpoints(Context) instead. This operation is only considered valid for single-threaded use. In practice, this API is safe so long as Endpoint.getComputation() is not invoked on the resulting endpoint.
 EndpointSelection EndpointSelector.selectEndpoints(Context context)
          Select the best endpoints for the specified context.
 EndpointSelection EndpointSelector.selectEndpoints(Context context, java.util.Collection listeners)
          Select the best endpoints for the specified context.
 

Uses of InvalidContextException in com.webify.wsf.engine.policy
 

Methods in com.webify.wsf.engine.policy that throw InvalidContextException
 Policy PolicyManager.buildPolicy(Context context)
          Builds a policy for the specified context.
 



Copyright © 2002-2009 IBM. All Rights Reserved.