|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to encapsulate and shield the interceptor configuration mechanism from the core PDP framework. The configuration is associated with an interceptor between the initialize and close calls.
ServiceInterceptor
,
ServicePIP
,
ServicePDP
Method Summary | |
InterceptorConfig[] |
getInterceptors()
gets the interceptors class names to be loaded, and their names (configuration scopes). |
java.lang.Object |
getProperty(java.lang.String name,
java.lang.String property)
gets a property based on the scoped name of the interceptor. |
void |
setProperty(java.lang.String name,
java.lang.String property,
java.lang.Object value)
sets a property based on the scoped name of the interceptor. |
Method Detail |
public InterceptorConfig[] getInterceptors() throws ConfigException
ConfigException
- if exception occured when retrieving
interceptors from configurationpublic java.lang.Object getProperty(java.lang.String name, java.lang.String property)
name
- scoped name of interceptorproperty
- name of property to get
public void setProperty(java.lang.String name, java.lang.String property, java.lang.Object value)
name
- scoped name of interceptorproperty
- name of property to setvalue
- value of property to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |