Uses of Class
com.sun.xml.rpc.processor.config.HandlerChainInfo
-
-
Uses of HandlerChainInfo in com.sun.xml.rpc.processor.config
Methods in com.sun.xml.rpc.processor.config that return HandlerChainInfo Modifier and Type Method Description HandlerChainInfoModelInfo. getClientHandlerChainInfo()HandlerChainInfoRmiInterfaceInfo. getClientHandlerChainInfo()HandlerChainInfoModelInfo. getServerHandlerChainInfo()HandlerChainInfoRmiInterfaceInfo. getServerHandlerChainInfo()Methods in com.sun.xml.rpc.processor.config with parameters of type HandlerChainInfo Modifier and Type Method Description voidModelInfo. setClientHandlerChainInfo(HandlerChainInfo i)voidRmiInterfaceInfo. setClientHandlerChainInfo(HandlerChainInfo i)voidModelInfo. setServerHandlerChainInfo(HandlerChainInfo i)voidRmiInterfaceInfo. setServerHandlerChainInfo(HandlerChainInfo i) -
Uses of HandlerChainInfo in com.sun.xml.rpc.processor.config.parser
Methods in com.sun.xml.rpc.processor.config.parser that return HandlerChainInfo Modifier and Type Method Description HandlerChainInfoHandlerChainInfoData. getClientHandlerChainInfo()HandlerChainInfoHandlerChainInfoData. getServerHandlerChainInfo()protected HandlerChainInfoModelInfoParser. parseHandlerChainInfo(XMLReader reader)Methods in com.sun.xml.rpc.processor.config.parser with parameters of type HandlerChainInfo Modifier and Type Method Description voidHandlerChainInfoData. setClientHandlerChainInfo(HandlerChainInfo i)voidHandlerChainInfoData. setServerHandlerChainInfo(HandlerChainInfo i) -
Uses of HandlerChainInfo in com.sun.xml.rpc.processor.model
Methods in com.sun.xml.rpc.processor.model that return HandlerChainInfo Modifier and Type Method Description HandlerChainInfoPort. getClientHandlerChainInfo()HandlerChainInfoPort. getServerHandlerChainInfo()Methods in com.sun.xml.rpc.processor.model with parameters of type HandlerChainInfo Modifier and Type Method Description voidPort. setClientHandlerChainInfo(HandlerChainInfo i)voidPort. setServerHandlerChainInfo(HandlerChainInfo i) -
Uses of HandlerChainInfo in com.sun.xml.rpc.processor.model.exporter
Methods in com.sun.xml.rpc.processor.model.exporter with parameters of type HandlerChainInfo Modifier and Type Method Description protected voidModelImporter. propertyHandlerChainInfo(XMLReader reader, HandlerChainInfo subject, String name, Object value)protected voidModelExporter. visitHandlerChainInfo(HandlerChainInfo target) -
Uses of HandlerChainInfo in com.sun.xml.rpc.tools.wsdeploy
Methods in com.sun.xml.rpc.tools.wsdeploy that return HandlerChainInfo Modifier and Type Method Description HandlerChainInfoEndpointInfo. getClientHandlerChainInfo()HandlerChainInfoEndpointInfo. getServerHandlerChainInfo()Methods in com.sun.xml.rpc.tools.wsdeploy with parameters of type HandlerChainInfo Modifier and Type Method Description voidEndpointInfo. setClientHandlerChainInfo(HandlerChainInfo i)voidEndpointInfo. setServerHandlerChainInfo(HandlerChainInfo i)
-