org.apache.axis2.deployment.util
Class Utils
java.lang.Object
org.apache.axis2.deployment.util.Utils
- public class Utils
- extends Object
Constructor Summary |
Utils()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Utils
public Utils()
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)