org.apache.geronimo.axis.builder
Class AxisServiceBuilder

java.lang.Object
  extended byorg.apache.geronimo.axis.builder.AxisServiceBuilder

public class AxisServiceBuilder
extends Object

Version:
$Rev: 356022 $ $Date: 2005-12-11 21:58:34 +0100 (Sun, 11 Dec 2005) $

Field Summary
static javax.xml.namespace.QName SCHEMA_QNAME
           
static String XSD_NS
           
 
Constructor Summary
AxisServiceBuilder()
           
 
Method Summary
static org.apache.axis.description.JavaServiceDesc createServiceDesc(PortInfo portInfo, ClassLoader classLoader)
           
static org.apache.geronimo.axis.server.ServiceInfo createServiceInfo(PortInfo portInfo, ClassLoader classLoader)
           
 
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 javax.xml.namespace.QName SCHEMA_QNAME
Constructor Detail

AxisServiceBuilder

public AxisServiceBuilder()
Method Detail

createServiceInfo

public static org.apache.geronimo.axis.server.ServiceInfo createServiceInfo(PortInfo portInfo,
                                                                            ClassLoader classLoader)
                                                                     throws org.apache.geronimo.common.DeploymentException
Throws:
org.apache.geronimo.common.DeploymentException

createServiceDesc

public static org.apache.axis.description.JavaServiceDesc createServiceDesc(PortInfo portInfo,
                                                                            ClassLoader classLoader)
                                                                     throws org.apache.geronimo.common.DeploymentException
Throws:
org.apache.geronimo.common.DeploymentException


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