org.apache.geronimo.axis.builder
Class AxisServiceBuilder

java.lang.Object
  extended by org.apache.geronimo.axis.builder.AxisServiceBuilder

public class AxisServiceBuilder
extends Object

Version:
$Rev: 998185 $ $Date: 2010-09-18 00:12:05 +0800 (Sat, 18 Sep 2010) $

Field Summary
static QName SCHEMA_QNAME
           
static String XSD_NS
           
 
Constructor Summary
AxisServiceBuilder()
           
 
Method Summary
static org.apache.axis.description.JavaServiceDesc createServiceDesc(org.apache.geronimo.webservices.builder.PortInfo portInfo, org.osgi.framework.Bundle bundle)
           
static org.apache.geronimo.axis.server.ServiceInfo createServiceInfo(org.apache.geronimo.webservices.builder.PortInfo portInfo, org.osgi.framework.Bundle bundle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XSD_NS

public static final String XSD_NS
See Also:
Constant Field Values

SCHEMA_QNAME

public static final QName SCHEMA_QNAME
Constructor Detail

AxisServiceBuilder

public AxisServiceBuilder()
Method Detail

createServiceInfo

public static org.apache.geronimo.axis.server.ServiceInfo createServiceInfo(org.apache.geronimo.webservices.builder.PortInfo portInfo,
                                                                            org.osgi.framework.Bundle bundle)
                                                                     throws org.apache.geronimo.common.DeploymentException
Throws:
org.apache.geronimo.common.DeploymentException

createServiceDesc

public static org.apache.axis.description.JavaServiceDesc createServiceDesc(org.apache.geronimo.webservices.builder.PortInfo portInfo,
                                                                            org.osgi.framework.Bundle bundle)
                                                                     throws org.apache.geronimo.common.DeploymentException
Throws:
org.apache.geronimo.common.DeploymentException


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.