Uses of Class
org.gcube.common.calls.jaxws.GcubeService
-
Packages that use GcubeService Package Description org.gcube.common.calls.jaxws org.gcube.common.calls.jaxws.handlers -
-
Uses of GcubeService in org.gcube.common.calls.jaxws
Methods in org.gcube.common.calls.jaxws that return GcubeService Modifier and Type Method Description <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 GcubeService Modifier and Type Method Description static <T> StubFactory<T>StubFactory. stubFor(GcubeService<T> target) -
Uses of GcubeService in org.gcube.common.calls.jaxws.handlers
Fields in org.gcube.common.calls.jaxws.handlers declared as GcubeService Modifier and Type Field Description protected GcubeService<?>JaxWSHandler. contextConstructors in org.gcube.common.calls.jaxws.handlers with parameters of type GcubeService Constructor Description JaxWSHandler(GcubeService<?> context)
-