Uses of Class
com.sun.enterprise.deployment.WebServiceHandlerChain
-
Packages that use WebServiceHandlerChain Package Description com.sun.enterprise.deployment com.sun.enterprise.deployment.types org.glassfish.webservices.node -
-
Uses of WebServiceHandlerChain in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return types with arguments of type WebServiceHandlerChain Modifier and Type Method Description LinkedList<WebServiceHandlerChain>ServiceReferenceDescriptor. getHandlerChain()LinkedList<WebServiceHandlerChain>WebServiceEndpoint. getHandlerChain()Get ordered list of WebServiceHandler handler chains for this endpoint.Methods in com.sun.enterprise.deployment with parameters of type WebServiceHandlerChain Modifier and Type Method Description voidServiceReferenceDescriptor. addHandlerChain(WebServiceHandlerChain handler)HandlerChain related setters, getters, adders, findersvoidWebServiceEndpoint. addHandlerChain(WebServiceHandlerChain handlerChain)Append handlerchain to end of handlerchain for this endpoint.voidServiceReferenceDescriptor. removeHandlerChain(WebServiceHandlerChain handler)voidWebServiceEndpoint. removeHandlerChain(WebServiceHandlerChain handlerChain)Constructors in com.sun.enterprise.deployment with parameters of type WebServiceHandlerChain Constructor Description WebServiceHandlerChain(WebServiceHandlerChain other) -
Uses of WebServiceHandlerChain in com.sun.enterprise.deployment.types
Methods in com.sun.enterprise.deployment.types that return types with arguments of type WebServiceHandlerChain Modifier and Type Method Description List<WebServiceHandlerChain>HandlerChainContainer. getHandlerChain()Methods in com.sun.enterprise.deployment.types with parameters of type WebServiceHandlerChain Modifier and Type Method Description voidHandlerChainContainer. addHandlerChain(WebServiceHandlerChain chain) -
Uses of WebServiceHandlerChain in org.glassfish.webservices.node
Methods in org.glassfish.webservices.node that return WebServiceHandlerChain Modifier and Type Method Description protected WebServiceHandlerChainWebServiceHandlerChainNode. createDescriptor()Methods in org.glassfish.webservices.node with parameters of type WebServiceHandlerChain Modifier and Type Method Description NodeWebServiceHandlerChainNode. writeDescriptor(Node parent, String nodeName, WebServiceHandlerChain handler)write the method descriptor class to a query-method DOM tree and return it
-