public class RestConnector extends BaseConnector
Constructor and Description |
---|
RestConnector() |
Modifier and Type | Method and Description |
---|---|
Browser |
createBrowser(BrowseContext context)
Rest Connector currently does not support Browse and will throw an
UnsupportedOperationException |
protected Operation |
createExecuteOperation(OperationContext context)
Creates the
RestOperation for the Rest Connector. |
createCreateOperation, createDeleteOperation, createGetOperation, createOperation, createQueryOperation, createUpdateOperation, createUpsertOperation, getContext, initialize, setContext
public Browser createBrowser(BrowseContext context)
UnsupportedOperationException
createBrowser
in interface Connector
createBrowser
in class BaseConnector
context
- protected Operation createExecuteOperation(OperationContext context)
RestOperation
for the Rest Connector. The RestOperation
will be able to handle
GET / HEAD / POST / DELETE / PUT / PATCH / OPTIONS / TRACE HTTP methods.createExecuteOperation
in class BaseConnector
context
-