| org.objectweb.jonas.ws.axis.JService
All known Subclasses: org.objectweb.jonas.jtests.hello.HelloWsServiceLocator,
JService | public class JService extends Service (Code) | | JService is the JOnAS J2EE layer on top of axis Service implementation. It is
currently a no-op class.
author: Guillaume Sauthier |
JService | public JService()(Code) | | See Also: org.apache.axis.client.Service.Service |
JService | public JService(QName serviceName)(Code) | | See Also: org.apache.axis.client.Service.Service(javax.xml.rpc.QName) |
JService | public JService(EngineConfiguration config)(Code) | | See Also: org.apache.axis.client.Service.Service(org.apache.axis.EngineConfiguration) |
JService | public JService(URL wsdlDoc, QName serviceName) throws ServiceException(Code) | | See Also: org.apache.axis.client.Service.Service(java.net.URLjavax.xml.rpc.QName) |
JService | public JService(Parser parser, QName serviceName) throws ServiceException(Code) | | See Also: org.apache.axis.client.Service.Service(org.apache.axis.wsdl.gen.Parserjavax.xml.rpc.QName) |
JService | public JService(String wsdlLocation, QName serviceName) throws ServiceException(Code) | | See Also: org.apache.axis.client.Service.Service(java.lang.Stringjavax.xml.rpc.QName) |
JService | public JService(InputStream wsdlInputStream, QName serviceName) throws ServiceException(Code) | | See Also: org.apache.axis.client.Service.Service(java.io.InputStreamjavax.xml.rpc.QName) |
assignCallProperties | public void assignCallProperties(String name, Properties callProperties)(Code) | | Parameters: name - port name Parameters: callProperties - properties used to configure the Call instances |
assignSEIClassnameToWSDLPort | public void assignSEIClassnameToWSDLPort(Map map)(Code) | | Assign the classname 2 port Map.
Parameters: map - Map to be used |
assignStubProperties | public void assignStubProperties(String name, Properties stubProperties)(Code) | | Parameters: name - port name Parameters: stubProperties - properties used to configure the Stub instances |
createCall | public Call createCall() throws ServiceException(Code) | | See Also: javax.xml.rpc.Service.createCall |
getCallProperties | public Properties getCallProperties(String name)(Code) | | Parameters: name - port name Returns the callProperties. |
getPort | public Remote getPort(Class proxyInterface) throws ServiceException(Code) | | See Also: javax.xml.rpc.Service.getPort(java.lang.Class) |
getStubProperties | public Properties getStubProperties(String name)(Code) | | Parameters: name - port name Returns the stubProperties. |
|
|