Package org.glassfish.webservices
Interface WebServicesContract
-
- All Known Implementing Classes:
WebServiceContractImpl
@Contract public interface WebServicesContractThis is the interface which will define the contract to obtain ComponentInvocationManger etc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentEnvManagergetComponentEnvManager()LoggergetLogger()
-
-
-
Method Detail
-
getComponentEnvManager
ComponentEnvManager getComponentEnvManager()
-
getLogger
Logger getLogger()
-
-