Package org.apache.axis.encoding.ser
Class BaseFactory
- java.lang.Object
-
- org.apache.axis.encoding.ser.BaseFactory
-
- Direct Known 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
-
-
Constructor Summary
Constructors Constructor Description BaseFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.reflect.Method
getMethod(java.lang.Class clazz, java.lang.String methodName)
Returns the the specified method - if any.
-