当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 .net API Documentation 英文版文档
AxisInvocationHandler.DefaultMethodMap (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档
org.jboss.net.axis
Class AxisInvocationHandler.DefaultMethodMap
java.lang.Object
java.util.AbstractMap
java.util.HashMap
org.jboss.net.axis.AxisInvocationHandler.DefaultMethodMap
- All Implemented Interfaces:
- Cloneable, Map, Serializable
- Enclosing class:
- AxisInvocationHandler
- public static class AxisInvocationHandler.DefaultMethodMap
- extends HashMap
a tiny helper that does some default mapping of methods to method names
we do not hash the actual reflection information because
we could collide with proxy serialisation holding fucking
old classes
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, putAll, remove, size, values |
AxisInvocationHandler.DefaultMethodMap
public AxisInvocationHandler.DefaultMethodMap()
- no entries is the default
get
public Object get(Object key)
- returns default interface if no mapping is defined
put
public Object put(Object key,
Object value)
- registers a new method
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.