Associations
|
OccurrencesAcronym ExpansionJava API for XML-Based RPC DescriptionThe RPC mechanism enables a remote procedure call from a client to be communicated to a remote server. An example use of an RPC mechanism is in a distributed client/server model. A server defines a service as a collection of procedures that are callable by remote clients. A client calls procedures to access service defined by the server.(Definition adapted from the original specification document) Other specificationhttp://java.sun.com/xml/d...ds/jaxrpc.html#jaxrpcspecAdditional informationhttp://java.sun.com/xml/jaxrpc/ |