站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.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

Constructor Summary
AxisInvocationHandler.DefaultInterfaceMap()
          no entries is the default
 
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
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

AxisInvocationHandler.DefaultInterfaceMap

public AxisInvocationHandler.DefaultInterfaceMap()
no entries is the default

Method Detail

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.