|
|||||||||
| Home >> All >> org >> apache >> axis >> encoding >> [ ser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.encoding.ser
Class BaseFactory

java.lang.Objectorg.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
| Field Summary | |
private static java.lang.Class[] |
STRING_CLASS_QNAME_CLASS
|
| Constructor Summary | |
BaseFactory()
|
|
| Method Summary | |
protected java.lang.reflect.Method |
getMethod(java.lang.Class clazz,
java.lang.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 |
| Field Detail |
STRING_CLASS_QNAME_CLASS
private static final java.lang.Class[] STRING_CLASS_QNAME_CLASS
| Constructor Detail |
BaseFactory
public BaseFactory()
| Method Detail |
getMethod
protected java.lang.reflect.Method getMethod(java.lang.Class clazz, java.lang.String methodName)
- Returns the the specified method - if any.
|
|||||||||
| Home >> All >> org >> apache >> axis >> encoding >> [ ser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.axis.encoding.ser.BaseFactory