|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A JAXRService is responsible to bind and manage JAXR Connection bound inside Registry.
| Method Summary | |
void |
createJAXRConnection(java.util.Properties props)
Deprecated. Creates a new JAXRConnection from a Properties file. |
void |
modifyJAXRConnection(java.lang.String name,
JAXRConnection jaxrc)
Deprecated. Modify the named JAXRConnection by remove it from Registry and bind the new one. |
void |
removeJAXRConnection(java.lang.String name)
Deprecated. Remove the names JAXRConnection from the Registry. |
| Methods inherited from interface org.objectweb.jonas.service.Service |
getName, init, isStarted, setName, start, stop |
| Method Detail |
public void createJAXRConnection(java.util.Properties props)
throws ServiceException
props - jaxr.properties file
ServiceException - if creation fails
public void modifyJAXRConnection(java.lang.String name,
JAXRConnection jaxrc)
throws ServiceException
name - old JAXRConnection namejaxrc - new JAXRConnection instance
ServiceException - if remove/add fails
public void removeJAXRConnection(java.lang.String name)
throws ServiceException
name - JAXRConnection name to be removed
ServiceException - if remove fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||