com.sun.enterprise.container.common.spi
Interface WebServiceReferenceManager
@Contract
public interface WebServiceReferenceManager
This class acts as a contract to resolve the
javax.xml.ws.WebServiceRef references
and also javax.xml.ws.WebServiceContext
Whenever a lookup is done from GlassfishNamingManagerImpl
these methods are invoked to resolve the references
- Author:
- Bhakti Mehta
resolveWSReference
Object resolveWSReference(ServiceReferenceDescriptor serviceRefDesc,
Context namingContext)
throws NamingException
- Throws:
NamingException
getWSContextObject
Object getWSContextObject()
Copyright © 2012 GlassFish Community. All Rights Reserved.