|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.config.RegistryConfigurationProcessor.HandlerDefinitionObject
public static class RegistryConfigurationProcessor.HandlerDefinitionObject
Object to store a handler definition
Constructor Summary | |
---|---|
RegistryConfigurationProcessor.HandlerDefinitionObject(CustomEditManager customEditManager,
org.apache.axiom.om.OMElement handlerConfigElement)
Constructor accepting a handler configuration and the custom edit manager to use. |
|
RegistryConfigurationProcessor.HandlerDefinitionObject(org.apache.axiom.om.OMElement handlerConfigElement)
Constructor accepting a handler configuration. |
Method Summary | |
---|---|
Filter |
getFilter()
Gets the filter instance. |
Handler |
getHandler()
Gets the handler instance. |
java.lang.String[] |
getMethods()
Get methods to which this handler is engaged. |
int |
getTenantId()
Gets the tenant identifier |
RegistryConfigurationProcessor.HandlerDefinitionObject |
invoke()
Builds a handler definition object from XML configuration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryConfigurationProcessor.HandlerDefinitionObject(CustomEditManager customEditManager, org.apache.axiom.om.OMElement handlerConfigElement)
customEditManager
- the custom edit manager to use.handlerConfigElement
- the handler configuration element.public RegistryConfigurationProcessor.HandlerDefinitionObject(org.apache.axiom.om.OMElement handlerConfigElement)
handlerConfigElement
- the handler configuration element.Method Detail |
---|
public java.lang.String[] getMethods()
public Handler getHandler()
public int getTenantId()
public Filter getFilter()
public RegistryConfigurationProcessor.HandlerDefinitionObject invoke() throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.NoSuchMethodException, java.lang.reflect.InvocationTargetException, org.wso2.carbon.user.core.UserStoreException
java.lang.InstantiationException
- for errors in creating classes
java.lang.IllegalAccessException
- for exceptions due to invisibility of methods
java.lang.NoSuchMethodException
- for errors due to accessing non-existing methods.
java.lang.reflect.InvocationTargetException
- for errors in invoking methods or constructors.
org.wso2.carbon.user.core.UserStoreException
- if an error occurs in user management related
operations.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |