Uses of Class
com.ibm.websphere.fabric.da.context.Context

Packages that use Context
com.ibm.websphere.fabric.da Core Dynamic Assembly concepts used to interact with the WBSF Dynamic Assembler. 
com.ibm.websphere.fabric.da.context Aspects of context used by Dynamic Assembly. 
com.ibm.websphere.fabric.da.plugin Interfaces for extending the behavior or stock Dynamic Assembly. 
 

Uses of Context in com.ibm.websphere.fabric.da
 

Methods in com.ibm.websphere.fabric.da that return Context
abstract  Context PendingRequest.getContext()
          The context under which this request is being made/processed.
abstract  Context EndpointNotFoundEvent.getContext()
           
abstract  Context InvocationEvent.getContext()
           
abstract  Context InboundResponse.getInvocationContext()
           
abstract  Context OutboundResponse.getParentContext()
           
 

Uses of Context in com.ibm.websphere.fabric.da.context
 

Methods in com.ibm.websphere.fabric.da.context that return Context
 Context ContextLocator.getCurrentContext()
          Gets a copy of the current context.
 

Uses of Context in com.ibm.websphere.fabric.da.plugin
 

Methods in com.ibm.websphere.fabric.da.plugin that return Context
 Context ContextExtractor.extractContext(PendingRequest request)
          Invoked by Dynamic Assembler instances providing extractor opportunity to add data to current context.
 



Copyright © 2002-2009 IBM. All Rights Reserved.