站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

BaseFactory (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.encoding.ser
Class BaseFactory

java.lang.Object
  extended byorg.apache.axis.encoding.ser.BaseFactory
Direct Known Subclasses:
BaseDeserializerFactory, BaseSerializerFactory

public abstract class BaseFactory
extends Object

Base Factory for BaseDeserializerFactory and BaseSerializerFactory. Code Reuse for the method cache

Author:
Davanum Srinivas

Constructor Summary
BaseFactory()
           
 
Method Summary
protected  Method getMethod(Class clazz, String methodName)
          Returns the the specified method - if any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseFactory

public BaseFactory()
Method Detail

getMethod

protected Method getMethod(Class clazz,
                           String methodName)
Returns the the specified method - if any.



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.