| Author |
call a remote server method in java
|
Neha Sinha
Greenhorn
Joined: Jul 08, 2009
Posts: 3
|
|
|
i have created a java web service. My javadoc is on the remote machine. can ny body suggest me how i would be able to access the classes and methods of java doc from my web service.
|
 |
Deepak Bala
Bartender
Joined: Feb 24, 2006
Posts: 6603
|
|
I am having difficulty understanding the question. The javadoc is simply documentation for your java class files. It gives you an idea of the overall package that you are using. You cannot call a javadoc programmatically.
|
SCJP 6 articles - SCJP 5/6 mock exams - SCJP Mocks - SCJP 5 Mock exam (Word document ) - SCJP 5 Mock exam in Java.Inquisition format
|
 |
Xyz Bsf
Greenhorn
Joined: Jul 27, 2009
Posts: 2
|
|
Hello,
what i can understand that the user wants to call the methods of the Java API, that present at the server. If i am right, then the solution is so simple. You can directly call the methods by the name with the help of RMI or you can map the methods with the help of JNDI and the call it as RPC.
Cheers!!!
|
 |
 |
|
|
subject: call a remote server method in java
|
|
|