|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.apache.axis.encoding.ser.BaseFactory
Base Factory for BaseDeserializerFactory and BaseSerializerFactory. Code Reuse for the method cache
| Field Summary | |
protected java.lang.ThreadLocal |
methodCache
Cache for Methods |
| 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 |
protected transient java.lang.ThreadLocal methodCache
| Constructor Detail |
public BaseFactory()
| Method Detail |
protected java.lang.reflect.Method getMethod(java.lang.Class clazz,
java.lang.String methodName)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||