org.apache.geronimo.axis2
Class AxisServiceGenerator

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

public class AxisServiceGenerator
extends Object

Version:
$Rev$ $Date$

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.geronimo.jaxws.PortInfo portInfo)
           
 org.apache.axis2.description.AxisService getServiceFromWSDL(org.apache.geronimo.jaxws.PortInfo portInfo, Class endpointClass, org.osgi.framework.Bundle bundle)
           
static boolean isHTTP(org.apache.axis2.description.AxisService service)
           
static boolean isSOAP11(org.apache.axis2.description.AxisService service)
           
 void setCatalogName(String catalogName)
           
 void setConfigurationContext(org.apache.axis2.context.ConfigurationContext configurationContext)
           
 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)

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,
                                                                    org.apache.geronimo.jaxws.PortInfo portInfo)
                                                             throws Exception
Throws:
Exception

getServiceFromWSDL

public org.apache.axis2.description.AxisService getServiceFromWSDL(org.apache.geronimo.jaxws.PortInfo portInfo,
                                                                   Class endpointClass,
                                                                   org.osgi.framework.Bundle bundle)
                                                            throws Exception
Throws:
Exception

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-2013 The Apache Geronimo development community. All Rights Reserved.