org.apache.openejb.config
Class WsDeployer

java.lang.Object
  extended by org.apache.openejb.config.WsDeployer
All Implemented Interfaces:
DynamicDeployer

public class WsDeployer
extends java.lang.Object
implements DynamicDeployer


Field Summary
static Logger logger
           
 
Constructor Summary
WsDeployer()
           
 
Method Summary
 AppModule deploy(AppModule appModule)
           
static HandlerChains getHandlerChains(java.lang.Class<?> declaringClass, java.lang.String serviceEndpoint, java.lang.ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static final Logger logger
Constructor Detail

WsDeployer

public WsDeployer()
Method Detail

deploy

public AppModule deploy(AppModule appModule)
                 throws OpenEJBException
Specified by:
deploy in interface DynamicDeployer
Throws:
OpenEJBException

getHandlerChains

public static HandlerChains getHandlerChains(java.lang.Class<?> declaringClass,
                                             java.lang.String serviceEndpoint,
                                             java.lang.ClassLoader classLoader)
                                      throws OpenEJBException
Throws:
OpenEJBException


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