- All Implemented Interfaces:
- InvocationHandler
public class ServiceInvocationHandler
extends Object
implements InvocationHandler
InvocationHandler used to intercept calls to concrete JAXRPC
Service implementation.
NOTE : This class makes no distinction between "partial" WSDL and
"full" WSDL. If a service-ref's packaged WSDL is "partial", the
deployer is required to specify a wsdl-override in the runtime info
that points to a final WSDL. In such a case, the behavior for each
method listed in the table in section 4.2.2.7 of the spec is the
same as Full WSDL.
- Author:
- Kenneth Saks