org.codehaus.activesoap.handler.xstream
Class XStreamRegistry
java.lang.Object
org.codehaus.activesoap.handler.DefaultHandlerRegistry
org.codehaus.activesoap.handler.xstream.XStreamRegistry
- All Implemented Interfaces:
- HandlerRegistry
- public class XStreamRegistry
- extends DefaultHandlerRegistry
- Version:
- $Revision: 1.3 $
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 |
XStreamRegistry
public XStreamRegistry()
registerService
public void registerService(Class serviceClass)
throws IllegalAccessException,
NoSuchFieldException
- Allows simple services to be registered based on the types of their parameters.
- Parameters:
serviceClass
-
- Throws:
IllegalAccessException
NoSuchFieldException
registerServiceMethod
protected void registerServiceMethod(Class serviceClass,
Method method,
Class parameterType)
throws NoSuchFieldException,
IllegalAccessException
- Throws:
NoSuchFieldException
IllegalAccessException
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.