org.apache.axis2.deployment.util
Class Utils

java.lang.Object
  extended byorg.apache.axis2.deployment.util.Utils

public class Utils
extends Object


Constructor Summary
Utils()
           
 
Method Summary
static void addFlowHandlers(Flow flow, ClassLoader clsLoader)
           
static void fillAxisService(AxisService axisService, AxisConfiguration axisConfig)
          This guy will create a AxisService using java reflection
static AxisOperation getAxisOperationforJmethod(org.codehaus.jam.JMethod jmethod, TypeTable table)
           
static ClassLoader getClassLoader(ClassLoader parent, File file)
           
static ClassLoader getClassLoader(ClassLoader parent, String path)
           
static org.apache.ws.commons.om.OMElement getParameter(String name, String value, boolean locked)
           
static void loadHandler(ClassLoader loader1, HandlerDescription desc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

addFlowHandlers

public static void addFlowHandlers(Flow flow,
                                   ClassLoader clsLoader)
                            throws AxisFault
Throws:
AxisFault

loadHandler

public static void loadHandler(ClassLoader loader1,
                               HandlerDescription desc)
                        throws DeploymentException
Throws:
DeploymentException

getClassLoader

public static ClassLoader getClassLoader(ClassLoader parent,
                                         String path)
                                  throws DeploymentException
Throws:
DeploymentException

getClassLoader

public static ClassLoader getClassLoader(ClassLoader parent,
                                         File file)
                                  throws DeploymentException
Throws:
DeploymentException

fillAxisService

public static void fillAxisService(AxisService axisService,
                                   AxisConfiguration axisConfig)
                            throws Exception
This guy will create a AxisService using java reflection

Throws:
Exception

getAxisOperationforJmethod

public static AxisOperation getAxisOperationforJmethod(org.codehaus.jam.JMethod jmethod,
                                                       TypeTable table)
                                                throws AxisFault
Throws:
AxisFault

getParameter

public static org.apache.ws.commons.om.OMElement getParameter(String name,
                                                              String value,
                                                              boolean locked)