public final class ServiceDelegateAccessor
extends Object
A utility that allows access to the 'private' implementation specific delegate
of a Service. Useful when extensions to the JAXWS Service supported methods
are required.
Get the delegate reference from the Service private field. This method
uses Field.setAccessible() which, in the presence of a SecurityManager,
requires the suppressAccessChecks permission