org.objectweb.jonas.jaxr.JAXRServiceImpl Class Reference

Inherits org.objectweb.jonas.jaxr.JAXRService.

Inheritance diagram for org.objectweb.jonas.jaxr.JAXRServiceImpl:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas.jaxr.JAXRServiceImpl:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void createJAXRConnection (Properties props) throws ServiceException
void modifyJAXRConnection (String name, JAXRConnection jaxrc) throws ServiceException
void removeJAXRConnection (String name) throws ServiceException

Static Public Attributes

final String FACTORIES = "jonas.service.jaxr.factories"
final String CLASS = "jonas.service.jaxr.class"

Protected Member Functions

void doInit (Context ctx) throws ServiceException
void doStart () throws ServiceException
void doStop () throws ServiceException

Detailed Description

JAXRService Implementation.
Author:
Guillaume Sauthier

Definition at line 52 of file JAXRServiceImpl.java.


Member Function Documentation

void org.objectweb.jonas.jaxr.JAXRServiceImpl.createJAXRConnection Properties  props  )  throws ServiceException
 

See also:
org.objectweb.jonas.jaxr.JAXRService.createJAXRConnection(java.util.Properties)

Implements org.objectweb.jonas.jaxr.JAXRService.

Definition at line 165 of file JAXRServiceImpl.java.

Referenced by org.objectweb.jonas.jaxr.JAXRServiceImpl.doStart().

void org.objectweb.jonas.jaxr.JAXRServiceImpl.doInit Context  ctx  )  throws ServiceException [protected]
 

See also:
org.objectweb.jonas.service.AbsServiceImpl.doInit(javax.naming.Context)

Definition at line 90 of file JAXRServiceImpl.java.

References org.objectweb.jonas.jaxr.JAXRServiceImpl.FACTORIES.

void org.objectweb.jonas.jaxr.JAXRServiceImpl.doStart  )  throws ServiceException [protected]
 

See also:
org.objectweb.jonas.service.AbsServiceImpl.doStart()

Definition at line 122 of file JAXRServiceImpl.java.

References org.objectweb.jonas.jaxr.JAXRServiceImpl.createJAXRConnection(), and org.objectweb.jonas.common.JProp.getConfigFileEnv().

Here is the call graph for this function:

void org.objectweb.jonas.jaxr.JAXRServiceImpl.doStop  )  throws ServiceException [protected]
 

See also:
org.objectweb.jonas.service.AbsServiceImpl.doStop()

Definition at line 145 of file JAXRServiceImpl.java.

void org.objectweb.jonas.jaxr.JAXRServiceImpl.modifyJAXRConnection String  name,
JAXRConnection  jaxrc
throws ServiceException
 

See also:
org.objectweb.jonas.jaxr.JAXRService.modifyJAXRConnection(java.lang.String, org.objectweb.jonas.jaxr.JAXRConnection)

Implements org.objectweb.jonas.jaxr.JAXRService.

Definition at line 213 of file JAXRServiceImpl.java.

References org.objectweb.jonas.jaxr.JAXRServiceImpl.removeJAXRConnection().

Here is the call graph for this function:

void org.objectweb.jonas.jaxr.JAXRServiceImpl.removeJAXRConnection String  name  )  throws ServiceException
 

See also:
org.objectweb.jonas.jaxr.JAXRService.removeJAXRConnection(java.lang.String)

Implements org.objectweb.jonas.jaxr.JAXRService.

Definition at line 225 of file JAXRServiceImpl.java.

Referenced by org.objectweb.jonas.jaxr.JAXRServiceImpl.modifyJAXRConnection().


Member Data Documentation

final String org.objectweb.jonas.jaxr.JAXRServiceImpl.CLASS = "jonas.service.jaxr.class" [static]
 

JAXR service configuration parameters (class)

Definition at line 80 of file JAXRServiceImpl.java.

final String org.objectweb.jonas.jaxr.JAXRServiceImpl.FACTORIES = "jonas.service.jaxr.factories" [static]
 

JAXR service configuration parameters (factories)

Definition at line 75 of file JAXRServiceImpl.java.

Referenced by org.objectweb.jonas.jaxr.JAXRServiceImpl.doInit().


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