Search: in
Java API for XML-based RPC
Java API for XML-based RPC Encyclopedia
  Tutorials     Encyclopedia     Dictionary     Directory  
Java API for XML-based RPC Email this to a friend      Java API for XML-based RPC

Java API for XML-based RPC

Java API for XML-based RPC (JAX-RPC) allows invoking from a Java application a Java based Web Service with a known description while still being consistent with its WSDL description. It can be seen as Java RMIs over Web Services. JAX-RPC 2.0 was renamed to JAX-WS 2.0 (Java API for XML Web Services).

It works as follows:

  1. A Java program invokes a method on a stub (local object representing the remote service)
  2. The stub invokes routines in the JAX-RPC Runtime System (RS)
  3. The RS converts the remote method invocation into a SOAP message
  4. The RS transmits the message as an HTTP request

The advantage of such a method is that it allows the Web Service to be implemented at server-side as a Servlet or EJB container. Thus, Servlet or EJB applications are made available through Web Services.

External links

de:JAX-RPC fr:JAX-RPC ko:JAX-RPC nl:JAX-RPC





Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article



Related Links in Java API for XML-based RPC

Search for Java API for XML-based RPC in Tutorials
Search for Java API for XML-based RPC in Encyclopedia
Search for Java API for XML-based RPC in Dictionary
Search for Java API for XML-based RPC in Open Directory
Search for Java API for XML-based RPC in Store
Search for Java API for XML-based RPC in PriceGig



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Advertisement

Advertisement



Java API for XML-based RPC
Java API for XML-based RPC top Java API for XML-based RPC

Home - Add TutorGig to Your Site - Disclaimer

©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement