Uses of Interface
javax.xml.ws.handler.Handler

Packages that use Handler
javax.xml.ws   
javax.xml.ws.handler   
javax.xml.ws.handler.soap   
org.apache.axis2.jaxws.binding   
org.apache.axis2.jaxws.core   
org.apache.axis2.jaxws.description.impl   
org.apache.axis2.jaxws.handler   
org.apache.axis2.jaxws.handler.lifecycle.factory   
org.apache.axis2.jaxws.handler.lifecycle.impl   
org.apache.axis2.jaxws.spi.handler   
 

Uses of Handler in javax.xml.ws
 

Methods in javax.xml.ws that return types with arguments of type Handler
 java.util.List<Handler> Binding.getHandlerChain()
           
 

Method parameters in javax.xml.ws with type arguments of type Handler
 void Binding.setHandlerChain(java.util.List<Handler> list)
           
 

Uses of Handler in javax.xml.ws.handler
 

Subinterfaces of Handler in javax.xml.ws.handler
 interface LogicalHandler<C extends LogicalMessageContext>
           
 

Methods in javax.xml.ws.handler that return types with arguments of type Handler
 java.util.List<Handler> HandlerResolver.getHandlerChain(PortInfo portinfo)
           
 

Uses of Handler in javax.xml.ws.handler.soap
 

Subinterfaces of Handler in javax.xml.ws.handler.soap
 interface SOAPHandler<T extends SOAPMessageContext>
           
 

Uses of Handler in org.apache.axis2.jaxws.binding
 

Methods in org.apache.axis2.jaxws.binding that return types with arguments of type Handler
 java.util.List<Handler> BindingImpl.getHandlerChain()
           
 

Method parameters in org.apache.axis2.jaxws.binding with type arguments of type Handler
 void BindingImpl.setHandlerChain(java.util.List<Handler> list)
           
 void HTTPBinding.setHandlerChain(java.util.List<Handler> list)
           
 

Uses of Handler in org.apache.axis2.jaxws.core
 

Methods in org.apache.axis2.jaxws.core that return types with arguments of type Handler
 java.util.List<Handler> InvocationContext.getHandlers()
           
 java.util.List<Handler> InvocationContextImpl.getHandlers()
           
 

Method parameters in org.apache.axis2.jaxws.core with type arguments of type Handler
 void InvocationContext.setHandlers(java.util.List<Handler> list)
           
 void InvocationContextImpl.setHandlers(java.util.List<Handler> handlers)
          Sets the list of hanlders for this InvocationContext
 

Uses of Handler in org.apache.axis2.jaxws.description.impl
 

Method parameters in org.apache.axis2.jaxws.description.impl with type arguments of type Handler
static void DescriptionUtils.registerHandlerHeaders(AxisService axisService, java.util.List<Handler> handlers)
           
 

Uses of Handler in org.apache.axis2.jaxws.handler
 

Methods in org.apache.axis2.jaxws.handler that return types with arguments of type Handler
 java.util.List<Handler> HandlerResolverImpl.getHandlerChain(PortInfo portinfo)
           
 java.util.List<Handler> HandlerInvocationContext.getHandlers()
           
 

Method parameters in org.apache.axis2.jaxws.handler with type arguments of type Handler
static boolean HandlerInvokerUtils.invokeInboundHandlers(MEPContext mepMessageCtx, java.util.List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
          Invoke Inbound Handlers
static boolean HandlerInvokerUtils.invokeOutboundHandlers(MEPContext mepMessageCtx, java.util.List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
          Invoke OutboundHandlers
static java.util.List<QName> HandlerUtils.registerSOAPHandlerHeaders(MessageContext msgContext, java.util.List<Handler> handlers)
          registerHandlerHeaders will invoke getHeaders on SOAPHandlers and return a List of headers that are Understood by the handlers.
 void HandlerInvocationContext.setHandlers(java.util.List<Handler> handlers)
           
 

Constructor parameters in org.apache.axis2.jaxws.handler with type arguments of type Handler
HandlerChainProcessor(java.util.List<Handler> chain, Protocol proto)
           
 

Uses of Handler in org.apache.axis2.jaxws.handler.lifecycle.factory
 

Methods in org.apache.axis2.jaxws.handler.lifecycle.factory that return Handler
 Handler HandlerLifecycleManager.createHandlerInstance(MessageContext mc, java.lang.Class handlerClass)
           
 

Methods in org.apache.axis2.jaxws.handler.lifecycle.factory with parameters of type Handler
 void HandlerLifecycleManager.destroyHandlerInstance(MessageContext mc, Handler handler)
           
 

Uses of Handler in org.apache.axis2.jaxws.handler.lifecycle.impl
 

Methods in org.apache.axis2.jaxws.handler.lifecycle.impl that return Handler
 Handler HandlerLifecycleManagerImpl.createHandlerInstance(MessageContext mc, java.lang.Class handlerClass)
           
 

Methods in org.apache.axis2.jaxws.handler.lifecycle.impl with parameters of type Handler
 void HandlerLifecycleManagerImpl.destroyHandlerInstance(MessageContext mc, Handler handler)
          destroyHandlerInstance calls the handler's annotated PreDestroy method, if it exists.
 

Uses of Handler in org.apache.axis2.jaxws.spi.handler
 

Methods in org.apache.axis2.jaxws.spi.handler that return types with arguments of type Handler
 java.util.List<Handler> HandlerResolverImpl.getHandlerChain(PortInfo portinfo)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.