JAXRPCException
during the processing of the one-way remote call.
@param inputParams Object[]--Parameters for this invocation. Thisincludes only the input params.
@param params
@throws JAXRPCException if there is an error in theconfiguration of the Call
object (example: a non-void return type has been incorrectly specified for the one-way call) or if there is any error during the invocation of the one-way remote call
The client is responsible for ensuring that the msg
object when marshalled is formed according to the requirements of the protocol binding in use.
@param msg An object that will form the message or payload ofthe message used to invoke the operation.
@throws WebServiceException If there is any error in the configuration ofthe Dispatch
instance or if an error occurs during the invocation.
NOTE: The treatment of server side oneway invocations may vary with the transport. The client side transport is not required to wait for a reply from the server.
|
|
|
|
|
|
|
|
|
|