Uses of Class
org.apache.openejb.jee.HandlerChains

Packages that use HandlerChains
org.apache.openejb.config   
org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of HandlerChains in org.apache.openejb.config
 

Methods in org.apache.openejb.config that return HandlerChains
static HandlerChains WsDeployer.getHandlerChains(java.lang.Class<?> declaringClass, java.lang.String serviceEndpoint, java.lang.ClassLoader classLoader)
           
static HandlerChains ReadDescriptors.readHandlerChains(java.net.URL url)
           
 

Methods in org.apache.openejb.config with parameters of type HandlerChains
static java.util.List<HandlerChainInfo> ConfigurationFactory.toHandlerChainInfo(HandlerChains chains)
           
 

Uses of HandlerChains in org.apache.openejb.jee
 

Fields in org.apache.openejb.jee declared as HandlerChains
protected  HandlerChains ServiceRef.handlerChains
           
protected  HandlerChains PortComponent.handlerChains
           
 

Methods in org.apache.openejb.jee that return HandlerChains
 HandlerChains ServiceRef.getAllHandlers()
           
 HandlerChains ServiceRef.getHandlerChains()
           
 HandlerChains PortComponent.getHandlerChains()
           
 

Methods in org.apache.openejb.jee with parameters of type HandlerChains
 void ServiceRef.setHandlerChains(HandlerChains value)
           
 void PortComponent.setHandlerChains(HandlerChains value)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.