org.apache.geronimo.axis.builder
Class AxisServiceBuilder

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

public class AxisServiceBuilder
extends Object


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

AxisServiceBuilder

public AxisServiceBuilder()
Method Detail

createServiceInfo

public static ServiceInfo createServiceInfo(PortInfo portInfo,
                                            ClassLoader classLoader)
                                     throws DeploymentException
Throws:
DeploymentException

createServiceDesc

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


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