org.codehaus.activesoap.handler.xstream
Class XStreamRegistry

java.lang.Object
  extended byorg.codehaus.activesoap.handler.DefaultHandlerRegistry
      extended byorg.codehaus.activesoap.handler.xstream.XStreamRegistry
All Implemented Interfaces:
HandlerRegistry

public class XStreamRegistry
extends DefaultHandlerRegistry

Version:
$Revision: 1.3 $

Constructor Summary
XStreamRegistry()
           
 
Method Summary
 void registerService(Class serviceClass)
          Allows simple services to be registered based on the types of their parameters.
protected  void registerServiceMethod(Class serviceClass, Method method, Class parameterType)
           
 
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
 

Constructor Detail

XStreamRegistry

public XStreamRegistry()
Method Detail

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.