org.objectweb.jonas.jaxr.JAXRService Interface Reference

Inherited by org.objectweb.jonas.jaxr.JAXRServiceImpl.

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

Inheritance graph
[legend]
List of all members.

Public Member Functions

void createJAXRConnection (Properties props) throws ServiceException

Package Functions

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

Detailed Description

A JAXRService is responsible to bind and manage JAXR Connection bound inside Registry.

Author:
Guillaume Sauthier

Definition at line 39 of file JAXRService.java.


Member Function Documentation

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

Creates a new JAXRConnection from a Properties file.

Parameters:
props jaxr.properties file
Exceptions:
ServiceException if creation fails

Implemented in org.objectweb.jonas.jaxr.JAXRServiceImpl.

void org.objectweb.jonas.jaxr.JAXRService.modifyJAXRConnection String  name,
JAXRConnection  jaxrc
throws ServiceException [package]
 

Modify the named JAXRConnection by remove it from Registry and bind the new one.

Parameters:
name old JAXRConnection name
jaxrc new JAXRConnection instance
Exceptions:
ServiceException if remove/add fails

Implemented in org.objectweb.jonas.jaxr.JAXRServiceImpl.

void org.objectweb.jonas.jaxr.JAXRService.removeJAXRConnection String  name  )  throws ServiceException [package]
 

Remove the names JAXRConnection from the Registry.

Parameters:
name JAXRConnection name to be removed
Exceptions:
ServiceException if remove fails.

Implemented in org.objectweb.jonas.jaxr.JAXRServiceImpl.


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