| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.axis.deployment.wsdd.WSDDConstantsorg.apache.axis.deployment.wsdd.WSDDElementorg.apache.axis.deployment.wsdd.WSDDDeployableItemorg.apache.axis.deployment.wsdd.WSDDHandlerorg.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChainpublic class WSDDJAXRPCHandlerInfoChainextends WSDDHandlerField Summary | |
protected static Log | |
Fields inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem | |
SCOPE_PER_ACCESS, SCOPE_PER_REQUEST, SCOPE_SINGLETON, log, parameters, qname, scope, scopeStrings, singletonInstance, type | |
Constructor Summary | |
| |
| |
Method Summary | |
protected QName |
|
HandlerInfoChainFactory | |
ArrayList | |
String[] |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDHandler | |
deployToRegistry, getElementName, writeToContext | |
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDDeployableItem | |
getInstance, getJavaClass, getParameter, getParametersTable, getQName, getType, makeNewInstance, removeParameter, setName, setOptionsHashtable, setParameter, setQName, setType, writeParamsToContext | |
Methods inherited from class org.apache.axis.deployment.wsdd.WSDDElement | |
getChildElement, getChildElements, getElementName, writeToContext | |
public WSDDJAXRPCHandlerInfoChain()
Default constructor
public WSDDJAXRPCHandlerInfoChain(Element e)
throws WSDDException
- Parameters:
e- (Element) XXX
- Throws:
WSDDException- XXX
protected QName getElementName()
Return the element name of a particular subclass.
- Overrides:
- getElementName in interface WSDDHandler
public ArrayList getHandlerInfoList()
public String[] getRoles()
public void setHandlerChainFactory(HandlerInfoChainFactory handlerInfoChainFactory)
public void setHandlerInfoList(ArrayList hiList)
public void setRoles(String[] roles)
public void writeToContext(SerializationContext context) throws IOException
Write this element out to a SerializationContext
- Overrides:
- writeToContext in interface WSDDHandler