public class HandlerData extends Object
| Constructor and Description |
|---|
HandlerData(Class<?> handlerClass) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getHandlerClass() |
Properties |
getInitParams() |
List<Method> |
getPostConstruct() |
List<Method> |
getPreDestroy() |
List<QName> |
getSoapHeaders() |
List<String> |
getSoapRoles() |
public HandlerData(Class<?> handlerClass)
public Properties getInitParams()
public Class<?> getHandlerClass()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.