org.apache.openejb.core.webservices
Class HandlerData
java.lang.Object
org.apache.openejb.core.webservices.HandlerData
public class HandlerData
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerData
public HandlerData(Class<?> handlerClass)
getInitParams
public Properties getInitParams()
getSoapHeaders
public List<QName> getSoapHeaders()
getSoapRoles
public List<String> getSoapRoles()
getHandlerClass
public Class<?> getHandlerClass()
getPostConstruct
public List<Method> getPostConstruct()
getPreDestroy
public List<Method> getPreDestroy()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.