org.objectweb.jonas.ws.axis.JService Class Reference

List of all members.

Public Member Functions

 JService ()
 JService (QName serviceName)
 JService (EngineConfiguration config)
 JService (URL wsdlDoc, QName serviceName) throws ServiceException
 JService (Parser parser, QName serviceName) throws ServiceException
 JService (String wsdlLocation, QName serviceName) throws ServiceException
 JService (InputStream wsdlInputStream, QName serviceName) throws ServiceException
Remote getPort (Class proxyInterface) throws ServiceException
Call createCall () throws ServiceException
void assignSEIClassnameToWSDLPort (Map map)
void assignCallProperties (String name, Properties callProperties)
void assignStubProperties (String name, Properties stubProperties)
Properties getCallProperties (String name)
Properties getStubProperties (String name)

Detailed Description

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

Definition at line 47 of file JService.java.


Constructor & Destructor Documentation

org.objectweb.jonas.ws.axis.JService.JService  ) 
 

See also:
org.apache.axis.client.Service#Service()

Definition at line 68 of file JService.java.

org.objectweb.jonas.ws.axis.JService.JService QName  serviceName  ) 
 

See also:
org.apache.axis.client.Service#Service(javax.xml.rpc.QName)

Definition at line 75 of file JService.java.

org.objectweb.jonas.ws.axis.JService.JService EngineConfiguration  config  ) 
 

See also:
org.apache.axis.client.Service#Service(org.apache.axis.EngineConfiguration)

Definition at line 82 of file JService.java.

org.objectweb.jonas.ws.axis.JService.JService URL  wsdlDoc,
QName  serviceName
throws ServiceException
 

See also:
org.apache.axis.client.Service#Service(java.net.URL, javax.xml.rpc.QName)

Definition at line 90 of file JService.java.

org.objectweb.jonas.ws.axis.JService.JService Parser  parser,
QName  serviceName
throws ServiceException
 

See also:
org.apache.axis.client.Service#Service(org.apache.axis.wsdl.gen.Parser, javax.xml.rpc.QName)

Definition at line 98 of file JService.java.

org.objectweb.jonas.ws.axis.JService.JService String  wsdlLocation,
QName  serviceName
throws ServiceException
 

See also:
org.apache.axis.client.Service#Service(java.lang.String, javax.xml.rpc.QName)

Definition at line 106 of file JService.java.

org.objectweb.jonas.ws.axis.JService.JService InputStream  wsdlInputStream,
QName  serviceName
throws ServiceException
 

See also:
org.apache.axis.client.Service#Service(java.io.InputStream, javax.xml.rpc.QName)

Definition at line 114 of file JService.java.


Member Function Documentation

void org.objectweb.jonas.ws.axis.JService.assignCallProperties String  name,
Properties  callProperties
 

Parameters:
name port name
callProperties properties used to configure the Call instances

Definition at line 153 of file JService.java.

void org.objectweb.jonas.ws.axis.JService.assignSEIClassnameToWSDLPort Map  map  ) 
 

Assign the classname 2 port Map.

Parameters:
map Map to be used

Definition at line 145 of file JService.java.

void org.objectweb.jonas.ws.axis.JService.assignStubProperties String  name,
Properties  stubProperties
 

Parameters:
name port name
stubProperties properties used to configure the Stub instances

Definition at line 161 of file JService.java.

Call org.objectweb.jonas.ws.axis.JService.createCall  )  throws ServiceException
 

See also:
javax.xml.rpc.Service#createCall()

Definition at line 136 of file JService.java.

Properties org.objectweb.jonas.ws.axis.JService.getCallProperties String  name  ) 
 

Parameters:
name port name
Returns:
Returns the callProperties.

Definition at line 169 of file JService.java.

Referenced by org.objectweb.jonas.ws.axis.JCall.setPortName().

Remote org.objectweb.jonas.ws.axis.JService.getPort Class  proxyInterface  )  throws ServiceException
 

See also:
javax.xml.rpc.Service#getPort(java.lang.Class)

Definition at line 121 of file JService.java.

Referenced by org.objectweb.jonas.ws.axis.JAxisServiceFactory.getObjectInstance().

Properties org.objectweb.jonas.ws.axis.JService.getStubProperties String  name  ) 
 

Parameters:
name port name
Returns:
Returns the stubProperties.

Definition at line 181 of file JService.java.

Referenced by org.objectweb.jonas.ws.axis.JCall.setPortName().


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:09:53 2005 for JOnAS by  doxygen 1.3.9.1