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

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

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

Methods in com.webify.wsf.engine.context that return Context
 Context ContextManager.begin()
          Mark the beginning of a business activity by creating a new context instance with the default timeout.
 Context ContextManager.begin(Context parentContext)
          Mark the beginning of a new step in a existing business activity using the given context as the parent and the setting the timeout to the default value.
 Context ContextManager.begin(Context parentContext, long timeout)
          Mark the beginning of a new step in a existing business activity using the given context as the parent and the setting the timeout to specified value.
 Context ContextManager.begin(long timeout)
          Mark the beginning of a business activity by creating a new context instance with the specified timeout.
 Context ContextManager.begin(java.lang.String parentContextId)
          Mark the beginning of a new step in a existing business activity using the given context as the parent and the setting the timeout to the default value.
 Context ContextManager.begin(java.lang.String parentContextId, long timeout)
          Mark the beginning of a new step in a existing business activity using the given context as the parent and the setting the timeout to specified value.
 Context ContextManager.createLocalContext()
          Creates a new local Context instance.
abstract  Context Context.getChildContextAt(int index)
          Get the context at the specified index.
 Context ContextException.getContext()
           
 Context ContextManager.getContext(java.lang.String contextId)
          Gets the contents of the context specified by given ID.
abstract  Context Context.getParentContext()
          Get's the parent context associated with this context instance.
 

Methods in com.webify.wsf.engine.context with parameters of type Context
 Context ContextManager.begin(Context parentContext)
          Mark the beginning of a new step in a existing business activity using the given context as the parent and the setting the timeout to the default value.
 Context ContextManager.begin(Context parentContext, long timeout)
          Mark the beginning of a new step in a existing business activity using the given context as the parent and the setting the timeout to specified value.
 void ContextListener.contextExpired(Context context)
          Notifies the listener that a context has expired.
 void ContextListener.contextStarted(Context context)
          Notifies the listener that a new context is started.
 void ContextListener.contextUpdated(Context context)
          Notifies the listener that a context has been updated.
 void ContextManager.updateContext(Context context)
          Updates the contents of context identified by getContextIdentifier().
 

Constructors in com.webify.wsf.engine.context with parameters of type Context
ContextException(Context context, java.lang.String message)
           
ContextException(Context context, java.lang.String message, java.lang.Throwable cause)
           
ContextException(Context context, java.lang.Throwable cause)
           
InvalidContextException(Context context, java.lang.String message)
           
InvalidContextException(Context context, java.lang.String message, java.lang.Throwable cause)
           
InvalidContextException(Context context, java.lang.Throwable cause)
           
 

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

Methods in com.webify.wsf.engine.context.remote that return Context
protected  Context ContextManagerServiceSupport.createContext(java.lang.String contextId, long timestamp, long timeout)
           
 Context ContextManagerServiceSupport.toContext(ContextTypeExt xmlObj)
           
 

Methods in com.webify.wsf.engine.context.remote with parameters of type Context
static ContextDocument ContextManagerServiceSupport.toContextDocument(Context context)
           
static ContextTypeExt ContextManagerServiceSupport.toContextTypeExt(Context context)
           
 

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

Methods in com.webify.wsf.engine.mediation with parameters of type Context
abstract  Endpoint EndpointSelection.getOneEndpoint(Context context)
          Gets one of the active endpoints from the set of endpoints this represents.
abstract  Endpoint EndpointSelection.getOneEndpoint(Context context, SelectionStrategy strategy)
          Deprecated. As engine-core is removed, this method should be replaced with one that also takes an IndirectAddressResolver
 ResponseMessageListener RequestMessageListener.onHeaderElement(Context context, XmlElement element)
          Invoked whenever the element of interest is found within the message header.
 java.lang.String ResponseMessageListener.onResponse(javax.xml.transform.Source response, Context context)
           
 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.
 

Constructors in com.webify.wsf.engine.mediation with parameters of type Context
EndpointNotFoundException(Context context, java.lang.String message)
           
EndpointNotFoundException(Context context, java.lang.String message, EndpointComputation computation)
           
EndpointNotFoundException(Context context, java.lang.String message, java.lang.Throwable cause)
           
EndpointNotFoundException(Context context, java.lang.String message, java.lang.Throwable cause, EndpointComputation computation)
           
EndpointNotFoundException(Context context, java.lang.Throwable cause)
           
EndpointNotFoundException(Context context, java.lang.Throwable cause, EndpointComputation computation)
           
MediationException(Context context, java.lang.String message)
           
MediationException(Context context, java.lang.String message, java.lang.Throwable cause)
           
MediationException(Context context, java.lang.Throwable cause)
           
SubscriptionInfo(Context context)
           
 

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

Methods in com.webify.wsf.engine.policy that return Context
 Context Policy.getContext()
          Gets the Context instance that was used to build this policy.
 Context PolicyComputation.getPolicyContext()
          Gets the context that was used to produce the policy.
 

Methods in com.webify.wsf.engine.policy with parameters of type Context
 Policy PolicyManager.buildPolicy(Context context)
          Builds a policy for the specified context.
 void PolicyComputation.setPolicyContext(Context policyContext)
           
 

Constructors in com.webify.wsf.engine.policy with parameters of type Context
Policy(Context context)
          Deprecated. use Policy.Policy(Object, Context)
Policy(T original, Context context)
           
 



Copyright © 2002-2009 IBM. All Rights Reserved.