Package com.webify.fabric.engine.extension

Extension interfaces for Fabric Engine plugins.

See:
          Description

Interface Summary
ContextBuilder Populates the object representation of the invocation context based on message headers, explicit SOAP headers and custom message content.
ElementFilter  
ElementModifier  
EndpointFilter  
EndpointList  
FaultListener  
MessageTransform  
RequestGuard Rejects requests when the context does not satisfy some requirement indicated by the endpoint selection or authorization policy.
ResponseListener  
ResponseListeners  
SessionAccess  
 

Package com.webify.fabric.engine.extension Description

Extension interfaces for Fabric Engine plugins.

In order to extend or adapt the behavior of the engine to suit a particular deployment, it affords extension points. During deployment of the engine, Webify Services or customer IT staff would identify such extensions and include it in the deployed engine EAR. Once assembled with the plugins, the engine would 'call-out' to the plugins during specific stages in request mediation.

For example, customers may want to:



Copyright © 2002-2009 IBM. All Rights Reserved.