|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.client.Service
org.objectweb.jonas.ws.axis.JService
JService is the JOnAS J2EE layer on top of axis Service implementation. It is currently a no-op class.
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 |
public JService()
Service.Service()
public JService(javax.xml.namespace.QName serviceName)
org.apache.axis.client.Service#Service(javax.xml.rpc.QName)
public JService(org.apache.axis.EngineConfiguration config)
Service.Service(org.apache.axis.EngineConfiguration)
public JService(java.net.URL wsdlDoc, javax.xml.namespace.QName serviceName) throws javax.xml.rpc.ServiceException
org.apache.axis.client.Service#Service(java.net.URL, javax.xml.rpc.QName)
public JService(org.apache.axis.wsdl.gen.Parser parser, javax.xml.namespace.QName serviceName) throws javax.xml.rpc.ServiceException
org.apache.axis.client.Service#Service(org.apache.axis.wsdl.gen.Parser, javax.xml.rpc.QName)
public JService(java.lang.String wsdlLocation, javax.xml.namespace.QName serviceName) throws javax.xml.rpc.ServiceException
org.apache.axis.client.Service#Service(java.lang.String, javax.xml.rpc.QName)
public JService(java.io.InputStream wsdlInputStream, javax.xml.namespace.QName serviceName) throws javax.xml.rpc.ServiceException
org.apache.axis.client.Service#Service(java.io.InputStream, javax.xml.rpc.QName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |