Class AbstractServiceContext<S>
- java.lang.Object
-
- com.devonfw.module.service.common.base.context.AbstractServiceContext<S>
-
- Type Parameters:
S- the generic type of theservice API.
- All Implemented Interfaces:
ServiceContext<S>
- Direct Known Subclasses:
ServiceContextImpl
public abstract class AbstractServiceContext<S> extends Object implements ServiceContext<S>
The abstract base implementation ofServiceContext.- Since:
- 3.0.0
-
-
Constructor Summary
Constructors Constructor Description AbstractServiceContext(Class<S> api)The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<S>getApi()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.devonfw.module.service.common.api.client.context.ServiceContext
getConfig, getHeader, getHeaderNames, getUrl
-
-