|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.jaxws.support.ServiceDelegateAccessor
public final class ServiceDelegateAccessor
A utility that allows access to the 'private' implementation specific delegate of a Service. Usefull when extensions to the JAXWS Service supported methods are required.
Method Summary | |
---|---|
static ServiceImpl |
get(javax.xml.ws.Service service)
Get the delegate reference from the Service private field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ServiceImpl get(javax.xml.ws.Service service)
service
- the taraget service
javax.xml.ws.WebServiceException
- if access to the field fails for any reason
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |