Uses of Class
org.gcube.common.calls.jaxws.GcubeService
Packages that use GcubeService
-
Uses of GcubeService in org.gcube.common.calls.jaxws
Methods in org.gcube.common.calls.jaxws that return GcubeServiceModifier and TypeMethodDescription<T> GcubeService<T>GcubeServiceBuilder.andInterface(Class<T> type) <T> GcubeService<T>GcubeServiceBuilderDSL.StubClause.andInterface(Class<T> type) Sets the stub interface of the target service.Methods in org.gcube.common.calls.jaxws with parameters of type GcubeServiceModifier and TypeMethodDescriptionstatic <T> StubFactory<T>StubFactory.stubFor(GcubeService<T> target) Creates a stub factory for the given gCube service. -
Uses of GcubeService in org.gcube.common.calls.jaxws.handlers
Fields in org.gcube.common.calls.jaxws.handlers declared as GcubeServiceModifier and TypeFieldDescriptionprotected GcubeService<?>JaxWSHandler.contextThe gCube service context.Constructors in org.gcube.common.calls.jaxws.handlers with parameters of type GcubeServiceModifierConstructorDescriptionJaxWSHandler(GcubeService<?> context) Creates a new JAX-WS handler for the given service context.