|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3.1.0) B28977-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProviderInterceptorPipeline
Implementations of this interface provide host-platform-specific interceptor pipeline functionality for management of providers.
Method Summary | |
---|---|
void |
executeInterceptorFaultChain(MessageContext msgContext) Invoke the management fault interceptors. |
boolean |
executeRequestInterceptorChain(MessageContext msgContext) Invoke the management request interceptors. |
void |
executeResponseInterceptorChain(MessageContext msgContext) Invoke the management response interceptors. |
ProviderProcessorInfo |
getProcessor() Get the processor for this provider. |
boolean |
isManagementFeatureEnabled(String feature) Determine whether or not the specified management feature is enabled for this provider's interceptor pipeline. |
void |
unregisterProcessMBeans() Unregister the MBeans for this provider. |
Method Detail |
---|
boolean executeRequestInterceptorChain(MessageContext msgContext)
msgContext
- A message context.void executeResponseInterceptorChain(MessageContext msgContext)
msgContext
- A message context.void executeInterceptorFaultChain(MessageContext msgContext)
msgContext
- A message context.void unregisterProcessMBeans() throws Exception
Exception
- The types of Exception that may result vary with the provider platform.ProviderProcessorInfo getProcessor()
boolean isManagementFeatureEnabled(String feature)
feature
- The unique feature identifier.
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |