org.apache.openejb.config
Class WsDeployer

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

public class WsDeployer
extends Object
implements DynamicDeployer


Field Summary
static Logger logger
           
 
Constructor Summary
WsDeployer()
           
 
Method Summary
 AppModule deploy(AppModule appModule)
           
static HandlerChains getHandlerChains(Class<?> declaringClass, String serviceEndpoint, ClassLoader classLoader)
           
static javax.wsdl.Definition readWsdl(URL url)
           
 
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

readWsdl

public static javax.wsdl.Definition readWsdl(URL url)
                                      throws OpenEJBException
Throws:
OpenEJBException

getHandlerChains

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


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.