Oracle Corporation

Package com.bea.wlcp.wlng.api.plugin

Interface Summary
CompletionBarrier  
CompletionBarrierCallback  
ManagedPluginInstance An plugin-instance including it's lifecycle.
ManagedPluginService Defines a plug-in service that each plug-in must implement.
Plugin Plugin interface
PluginHolder Holder for a plug-in type and the plug-in instance
PluginInstance Defines a plug-in instance.
PluginInstanceFactory Plugin instance factory creates instances of a plug-in.
PluginInstanceLifecycle Defines the lifecycle for a plug-in instance.
PluginNorth North interface of plugin
PluginNorthCallback Application facing interface for async responses from plugin
PluginPool PluginPool is a collection of PluginInstance's.
PluginService Defines a plug-in service.
PluginServiceLifecycle Interface that defines the lifecycle of a plug-in.
PluginSouth South interface of plugin
 

Class Summary
AddressRequestInfo Request info that contain one or more addresses.
CorrelatorRequestInfo Request info that contain one correlator.
ManagedPlugin Deprecated. Use instead ManagedPluginService.
PluginIDRequestInfo RequestInfo that contains the plug-in ID.
PluginInterfaceHolder Class holding the information about a plugin interface (north or south).
RegistrationIdentifierRequestInfo Request info that contain one registration identifier.
RequestFactory The Request factory is used to perform traffic path specific processing before and after a request is processed in the plug-in.
RequestIdentifierRequestInfo Request info that contain one request identifier.
RequestInfo Plug-in request info used collect information about a specific application request.
ServiceInfo This class contains the information about a service: - interfaces - methods per interface - arguments per method
ServiceInfoArgument This class describes the argument of a method of an interface of a particular service type.
ServiceInfoInterface This class describes the interface of a particular service type.
ServiceInfoMethod This class describes the method of an interface of a particular service type.
ServiceType Abstract defining the service type that each plugin must use when registering in the plugin manager.
 

Exception Summary
DenyPluginException Policy deny plug-in exception.
DuplicateIdPluginException Plug-in with same ID registered exception.
InvalidAddressSchemaPluginException Invalid address schema plug-in exception.
InvalidInputValuePluginException No available plug-in exception.
NoActivePluginException No available plug-in exception.
NoAvailablePluginException No available plug-in exception.
NoCustomMatchPluginException No available plug-in exception.
NoRoutePluginException No available plug-in exception.
NoSuchIdPluginException No such ID plug-in exception.
PluginException Generic plug-in exception.
PluginRetryException  
SubscriberDenyPluginException Subscriber policy deny plug-in exception.
 


Oracle Corporation