Class HandlerChainInfoData
- java.lang.Object
-
- com.sun.xml.rpc.processor.config.parser.HandlerChainInfoData
-
public class HandlerChainInfoData extends Object
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description HandlerChainInfoData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HandlerChainInfogetClientHandlerChainInfo()HandlerChainInfogetServerHandlerChainInfo()voidsetClientHandlerChainInfo(HandlerChainInfo i)voidsetServerHandlerChainInfo(HandlerChainInfo i)
-
-
-
Method Detail
-
getClientHandlerChainInfo
public HandlerChainInfo getClientHandlerChainInfo()
-
setClientHandlerChainInfo
public void setClientHandlerChainInfo(HandlerChainInfo i)
-
getServerHandlerChainInfo
public HandlerChainInfo getServerHandlerChainInfo()
-
setServerHandlerChainInfo
public void setServerHandlerChainInfo(HandlerChainInfo i)
-
-