org.apache.geronimo.axis2
Class AxisServiceGenerator

java.lang.Object
  extended by org.apache.geronimo.axis2.AxisServiceGenerator

public class AxisServiceGenerator
extends Object


Constructor Summary
AxisServiceGenerator()
           
 
Method Summary
static org.apache.axis2.jaxws.description.EndpointDescription getEndpointDescription(org.apache.axis2.description.AxisService service)
           
 org.apache.axis2.description.AxisService getServiceFromClass(Class endpointClass)
           
 org.apache.axis2.description.AxisService getServiceFromWSDL(PortInfo portInfo, Class endpointClass, URL configurationBaseUrl)
           
static URL getWsdlURL(String wsdlFile, URL configurationBaseUrl, ClassLoader classLoader)
           
protected  javax.wsdl.Definition readWSDL(String wsdlLocation, URL configurationBaseUrl, ClassLoader classLoader)
           
 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
 

Constructor Detail

AxisServiceGenerator

public AxisServiceGenerator()
Method Detail

setMessageReceiver

public void setMessageReceiver(org.apache.axis2.engine.MessageReceiver messageReceiver)

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

readWSDL

protected javax.wsdl.Definition readWSDL(String wsdlLocation,
                                         URL configurationBaseUrl,
                                         ClassLoader classLoader)
                                  throws IOException,
                                         javax.wsdl.WSDLException
Throws:
IOException
javax.wsdl.WSDLException

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)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.