org.apache.openejb.server.axis.assembler
Class JaxRpcServiceInfoBuilder

java.lang.Object
  extended by org.apache.openejb.server.axis.assembler.JaxRpcServiceInfoBuilder

public class JaxRpcServiceInfoBuilder
extends Object


Constructor Summary
JaxRpcServiceInfoBuilder(JavaWsdlMapping javaWsdlMapping, XmlSchemaInfo schemaInfo, PortComponent portComponent, javax.wsdl.Port port, String wsdlFile, ClassLoader classLoader)
           
 
Method Summary
 JaxRpcServiceInfo createServiceInfo()
           
static
<T extends javax.wsdl.extensions.ExtensibilityElement>
T
getExtensibilityElement(Class<T> clazz, List extensibilityElements)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxRpcServiceInfoBuilder

public JaxRpcServiceInfoBuilder(JavaWsdlMapping javaWsdlMapping,
                                XmlSchemaInfo schemaInfo,
                                PortComponent portComponent,
                                javax.wsdl.Port port,
                                String wsdlFile,
                                ClassLoader classLoader)
Method Detail

createServiceInfo

public JaxRpcServiceInfo createServiceInfo()
                                    throws OpenEJBException
Throws:
OpenEJBException

getExtensibilityElement

public static <T extends javax.wsdl.extensions.ExtensibilityElement> T getExtensibilityElement(Class<T> clazz,
                                                                                               List extensibilityElements)
                                                                                    throws OpenEJBException
Throws:
OpenEJBException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.