org.apache.geronimo.axis.builder
Class AxisServiceBuilder

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

public class AxisServiceBuilder
extends java.lang.Object

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

Field Summary
static javax.xml.namespace.QName SCHEMA_QNAME
           
static java.lang.String XSD_NS
           
 
Constructor Summary
AxisServiceBuilder()
           
 
Method Summary
static org.apache.axis.description.JavaServiceDesc createServiceDesc(PortInfo portInfo, org.osgi.framework.Bundle bundle)
           
static ServiceInfo createServiceInfo(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 java.lang.String XSD_NS
See Also:
Constant Field Values

SCHEMA_QNAME

public static final javax.xml.namespace.QName SCHEMA_QNAME
Constructor Detail

AxisServiceBuilder

public AxisServiceBuilder()
Method Detail

createServiceInfo

public static ServiceInfo createServiceInfo(PortInfo portInfo,
                                            org.osgi.framework.Bundle bundle)
                                     throws DeploymentException
Throws:
DeploymentException

createServiceDesc

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


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