org.apache.openejb.server.axis2
Class AxisServiceGenerator
java.lang.Object
org.apache.openejb.server.axis2.AxisServiceGenerator
public class AxisServiceGenerator
- extends java.lang.Object
Method Summary |
static org.apache.axis2.jaxws.description.EndpointDescription |
getEndpointDescription(org.apache.axis2.description.AxisService service)
|
org.apache.axis2.description.AxisService |
getServiceFromClass(java.lang.Class endpointClass)
|
org.apache.axis2.description.AxisService |
getServiceFromWSDL(PortData portData,
java.lang.Class endpointClass)
|
static boolean |
isSOAP11(org.apache.axis2.description.AxisService service)
|
protected javax.wsdl.Definition |
readWSDL(java.net.URL wsdlUrl)
|
void |
setMessageReceiver(org.apache.axis2.engine.MessageReceiver messageReceiver)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisServiceGenerator
public AxisServiceGenerator()
setMessageReceiver
public void setMessageReceiver(org.apache.axis2.engine.MessageReceiver messageReceiver)
getServiceFromClass
public org.apache.axis2.description.AxisService getServiceFromClass(java.lang.Class endpointClass)
throws java.lang.Exception
- Throws:
java.lang.Exception
getServiceFromWSDL
public org.apache.axis2.description.AxisService getServiceFromWSDL(PortData portData,
java.lang.Class endpointClass)
throws java.lang.Exception
- Throws:
java.lang.Exception
readWSDL
protected javax.wsdl.Definition readWSDL(java.net.URL wsdlUrl)
throws java.io.IOException,
javax.wsdl.WSDLException
- Throws:
java.io.IOException
javax.wsdl.WSDLException
getEndpointDescription
public static org.apache.axis2.jaxws.description.EndpointDescription getEndpointDescription(org.apache.axis2.description.AxisService service)
isSOAP11
public static boolean isSOAP11(org.apache.axis2.description.AxisService service)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.