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