public final class ServiceDelegateAccessor extends Object
Modifier and Type | Method and Description |
---|---|
static ServiceImpl |
get(javax.xml.ws.Service service)
Get the delegate reference from the Service private field.
|
public static ServiceImpl get(javax.xml.ws.Service service)
service
- the taraget servicejavax.xml.ws.WebServiceException
- if access to the field fails for any reasonApache CXF