|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.petals.tools.juddiAdmin.connection.ConnectRegistry
public class ConnectRegistry
This class permit to connect to a UDDI regitry and initialize the attributes which permit you to communicate with the registry.
Method Summary | |
---|---|
javax.xml.registry.BusinessLifeCycleManager |
getBlm()
|
javax.xml.registry.BusinessQueryManager |
getBqm()
|
static ConnectRegistry |
getConnection(java.lang.String realPath)
Return the actual connection. |
void |
handleJAXRExceptions(javax.xml.registry.BulkResponse br)
Handle all exceptions genarated by the BulkResponse object. |
void |
setBlm(javax.xml.registry.BusinessLifeCycleManager blm)
|
void |
setBqm(javax.xml.registry.BusinessQueryManager bqm)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ConnectRegistry getConnection(java.lang.String realPath)
realPath
- : the real path of the root directory
public void handleJAXRExceptions(javax.xml.registry.BulkResponse br) throws javax.xml.registry.JAXRException
br
-
javax.xml.registry.JAXRException
public javax.xml.registry.BusinessLifeCycleManager getBlm()
public void setBlm(javax.xml.registry.BusinessLifeCycleManager blm)
blm
- the blm to setpublic javax.xml.registry.BusinessQueryManager getBqm()
public void setBqm(javax.xml.registry.BusinessQueryManager bqm)
bqm
- the bqm to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |