org.apache.axis.encoding.ser

Class BaseFactory

Known Direct Subclasses:
BaseDeserializerFactory, BaseSerializerFactory

public abstract class BaseFactory
extends java.lang.Object

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

Author:
Davanum Srinivas

Method Summary

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

Method Details

getMethod

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


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.