org.codehaus.activesoap.handler.xmlbeans
Class XMLBeansRegistry
java.lang.Object
org.codehaus.activesoap.handler.DefaultHandlerRegistry
org.codehaus.activesoap.handler.xmlbeans.XMLBeansRegistry
- All Implemented Interfaces:
- HandlerRegistry
- public class XMLBeansRegistry
- extends DefaultHandlerRegistry
- Version:
- $Revision: 1.6 $
Methods inherited from class org.codehaus.activesoap.handler.DefaultHandlerRegistry |
addHandler, addHandler, addHandler, getBodyHandler, getDefaultHandler, getHandler, getHandlers, removeHandler, removeHandler, removeHandler, removeHandler, setBodyHandler, setDefaultHandler, setHandlers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLBeansRegistry
public XMLBeansRegistry()
registerService
public void registerService(Object instance)
throws IllegalAccessException,
NoSuchFieldException
- Allows simple services to be registered so that they can automatically handle
requests of the correct schema type.
- Parameters:
instance
-
- Throws:
IllegalAccessException
NoSuchFieldException
registerService
public void registerService(Class serviceClass)
throws IllegalAccessException,
NoSuchFieldException
- Allows simple services to be registered so that they can automatically handle
requests of the correct schema type.
- Parameters:
serviceClass
-
- Throws:
IllegalAccessException
NoSuchFieldException
registerService
protected void registerService(Class serviceClass,
Object instance)
throws NoSuchFieldException,
IllegalAccessException
- Throws:
NoSuchFieldException
IllegalAccessException
registerServiceMethod
protected void registerServiceMethod(Class serviceClass,
Object instance,
Method method,
Class parameterType)
throws NoSuchFieldException,
IllegalAccessException
- Throws:
NoSuchFieldException
IllegalAccessException
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.