Inheritance diagram for fr.dyade.aaa.jndi2.soap.SoapExt_NamingContextImpl:


Public Member Functions | |
| SoapExt_NamingContextImpl (String soapHost, int soapPort, String jndiHost, int jndiPort) throws NamingException | |
| void | bind (String name, Object obj) throws NamingException |
| void | rebind (String name, Object obj) throws NamingException |
| Object | lookup (String name) throws NamingException |
| void | unbind (String name) throws NamingException |
| NamingEnumeration | list (String name) throws NamingException |
| NamingEnumeration | listBindings (String name) throws NamingException |
| Context | createSubcontext (String name) throws NamingException |
| void | destroySubcontext (String name) throws NamingException |
SoapExt_NamingContextImpl class is an extended NamingContextImpl calling a JNDI SOAP service's methods rather than using a TCP connection for interacting with the JNDI server.
Definition at line 56 of file SoapExt_NamingContextImpl.java.
| fr.dyade.aaa.jndi2.soap.SoapExt_NamingContextImpl.SoapExt_NamingContextImpl | ( | String | soapHost, | |
| int | soapPort, | |||
| String | jndiHost, | |||
| int | jndiPort | |||
| ) | throws NamingException |
Constructs a SoapExt_NamingContextImpl, deploys and initializes the JNDI SOAP service.
| soapHost | Host hosting the SOAP service. | |
| soapPort | SOAP service's port. | |
| jndiHost | Host hosting the JNDI server. | |
| jndiPort | JNDI server's port. |
| NamingException | If the SOAP service could not be initialized. |
Definition at line 80 of file SoapExt_NamingContextImpl.java.
| void fr.dyade.aaa.jndi2.soap.SoapExt_NamingContextImpl.bind | ( | String | name, | |
| Object | obj | |||
| ) | throws NamingException |
Binds an object.
| NamingException | If the binding fails or if the object could not be coded for the SOAP protocol. |
Reimplemented from fr.dyade.aaa.jndi2.client.NamingContextImpl.
Definition at line 137 of file SoapExt_NamingContextImpl.java.
| void fr.dyade.aaa.jndi2.soap.SoapExt_NamingContextImpl.rebind | ( | String | name, | |
| Object | obj | |||
| ) | throws NamingException |
Rebinds an object.
| NamingException | If the binding fails or if the object could not be coded for the SOAP protocol. |
Reimplemented from fr.dyade.aaa.jndi2.client.NamingContextImpl.
Definition at line 181 of file SoapExt_NamingContextImpl.java.
| Object fr.dyade.aaa.jndi2.soap.SoapExt_NamingContextImpl.lookup | ( | String | name | ) | throws NamingException |
Retrieves an object.
| NamingException | If the lookup fails or if the object could not be decoded. |
Reimplemented from fr.dyade.aaa.jndi2.client.NamingContextImpl.
Definition at line 225 of file SoapExt_NamingContextImpl.java.
| void fr.dyade.aaa.jndi2.soap.SoapExt_NamingContextImpl.unbind | ( | String | name | ) | throws NamingException |
Unbinds an object.
| NamingException | If the unbind fails. |
Reimplemented from fr.dyade.aaa.jndi2.client.NamingContextImpl.
Definition at line 268 of file SoapExt_NamingContextImpl.java.
| NamingEnumeration fr.dyade.aaa.jndi2.soap.SoapExt_NamingContextImpl.list | ( | String | name | ) | throws NamingException |
Method not implemented.
| NamingException | Systematically. |
Reimplemented from fr.dyade.aaa.jndi2.client.NamingContextImpl.
Definition at line 308 of file SoapExt_NamingContextImpl.java.
| NamingEnumeration fr.dyade.aaa.jndi2.soap.SoapExt_NamingContextImpl.listBindings | ( | String | name | ) | throws NamingException |
Method not implemented.
| NamingException | Systematically. |
Reimplemented from fr.dyade.aaa.jndi2.client.NamingContextImpl.
Definition at line 318 of file SoapExt_NamingContextImpl.java.
| Context fr.dyade.aaa.jndi2.soap.SoapExt_NamingContextImpl.createSubcontext | ( | String | name | ) | throws NamingException |
Method not implemented.
| NamingException | Systematically. |
Reimplemented from fr.dyade.aaa.jndi2.client.NamingContextImpl.
Definition at line 328 of file SoapExt_NamingContextImpl.java.
| void fr.dyade.aaa.jndi2.soap.SoapExt_NamingContextImpl.destroySubcontext | ( | String | name | ) | throws NamingException |
Method not implemented.
| NamingException | Systematically. |
Reimplemented from fr.dyade.aaa.jndi2.client.NamingContextImpl.
Definition at line 338 of file SoapExt_NamingContextImpl.java.
1.5.0