Class SmoSearchBackendImpl
java.lang.Object
org.apache.maven.search.support.SearchBackendSupport
org.apache.maven.search.backend.smo.internal.SmoSearchBackendImpl
- All Implemented Interfaces:
Closeable
,AutoCloseable
,SmoSearchBackend
,SearchBackend
,SearchEngine
-
Constructor Summary
ConstructorDescriptionSmoSearchBackendImpl
(String backendId, String repositoryId, String smoUri, SmoSearchTransport transportSupport) Creates a customized instance of SMO backend, like an in-house instances of SMO or different IDs. -
Method Summary
Modifier and TypeMethodDescriptionReturns the base "service URI" that is used by this SMO backend.search
(SearchRequest searchRequest) Methods inherited from class org.apache.maven.search.support.SearchBackendSupport
close, getBackendId, getRepositoryId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.search.SearchBackend
getBackendId, getRepositoryId
-
Constructor Details
-
SmoSearchBackendImpl
public SmoSearchBackendImpl(String backendId, String repositoryId, String smoUri, SmoSearchTransport transportSupport) Creates a customized instance of SMO backend, like an in-house instances of SMO or different IDs.
-
-
Method Details
-
getSmoUri
Description copied from interface:SmoSearchBackend
Returns the base "service URI" that is used by this SMO backend. nevernull
.- Specified by:
getSmoUri
in interfaceSmoSearchBackend
-
search
Description copied from interface:SearchEngine
- Specified by:
search
in interfaceSearchEngine
- Specified by:
search
in interfaceSmoSearchBackend
- Throws:
IOException
-