org.apache.geronimo.axis2
Class AxisServiceGenerator
java.lang.Object
org.apache.geronimo.axis2.AxisServiceGenerator
public class AxisServiceGenerator
- extends Object
- Version:
- $Rev$ $Date$
| 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)
setConfigurationContext
public void setConfigurationContext(org.apache.axis2.context.ConfigurationContext configurationContext)
setCatalogName
public void setCatalogName(String catalogName)
getServiceFromClass
public org.apache.axis2.description.AxisService getServiceFromClass(Class endpointClass)
throws Exception
- Throws:
Exception
getServiceFromWSDL
public org.apache.axis2.description.AxisService getServiceFromWSDL(PortInfo portInfo,
Class endpointClass,
URL configurationBaseUrl)
throws Exception
- Throws:
Exception
getWsdlURL
public static URL getWsdlURL(String wsdlFile,
URL configurationBaseUrl,
ClassLoader classLoader)
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)
isHTTP
public static boolean isHTTP(org.apache.axis2.description.AxisService service)
Copyright © 2003-2009 The Apache Geronimo development community. All Rights Reserved.