org.objectweb.jonas.ws.axis
Class JService

java.lang.Object
  extended byorg.apache.axis.client.Service
      extended byorg.objectweb.jonas.ws.axis.JService
All Implemented Interfaces:
javax.naming.Referenceable, java.io.Serializable, javax.xml.rpc.Service

public class JService
extends org.apache.axis.client.Service

JService is the JOnAS J2EE layer on top of axis Service implementation. It is currently a no-op class.

Author:
Guillaume Sauthier
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.axis.client.Service
org.apache.axis.client.Service.HandlerRegistryImpl
 
Constructor Summary
JService()
           
JService(org.apache.axis.EngineConfiguration config)
           
JService(java.io.InputStream wsdlInputStream, javax.xml.namespace.QName serviceName)
           
JService(org.apache.axis.wsdl.gen.Parser parser, javax.xml.namespace.QName serviceName)
           
JService(javax.xml.namespace.QName serviceName)
           
JService(java.lang.String wsdlLocation, javax.xml.namespace.QName serviceName)
           
JService(java.net.URL wsdlDoc, javax.xml.namespace.QName serviceName)
           
 
Methods inherited from class org.apache.axis.client.Service
createCall, createCall, createCall, createCall, getAxisClient, getCacheWSDL, getCall, getCalls, getEngine, getEngineConfiguration, getHandlerRegistry, getMaintainSession, getPort, getPort, getPort, getPorts, getReference, getServiceName, getTypeMappingRegistry, getWSDLDocumentLocation, getWSDLParser, getWSDLService, setCacheWSDL, setEngine, setEngineConfiguration, setMaintainSession, setTypeMappingRegistry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JService

public JService()
See Also:
Service.Service()

JService

public JService(javax.xml.namespace.QName serviceName)
See Also:
org.apache.axis.client.Service#Service(javax.xml.rpc.QName)

JService

public JService(org.apache.axis.EngineConfiguration config)
See Also:
Service.Service(org.apache.axis.EngineConfiguration)

JService

public JService(java.net.URL wsdlDoc,
                javax.xml.namespace.QName serviceName)
         throws javax.xml.rpc.ServiceException
See Also:
org.apache.axis.client.Service#Service(java.net.URL, javax.xml.rpc.QName)

JService

public JService(org.apache.axis.wsdl.gen.Parser parser,
                javax.xml.namespace.QName serviceName)
         throws javax.xml.rpc.ServiceException
See Also:
org.apache.axis.client.Service#Service(org.apache.axis.wsdl.gen.Parser, javax.xml.rpc.QName)

JService

public JService(java.lang.String wsdlLocation,
                javax.xml.namespace.QName serviceName)
         throws javax.xml.rpc.ServiceException
See Also:
org.apache.axis.client.Service#Service(java.lang.String, javax.xml.rpc.QName)

JService

public JService(java.io.InputStream wsdlInputStream,
                javax.xml.namespace.QName serviceName)
         throws javax.xml.rpc.ServiceException
See Also:
org.apache.axis.client.Service#Service(java.io.InputStream, javax.xml.rpc.QName)