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, setContextpublic Browser createBrowser(BrowseContext context)
UnsupportedOperationExceptioncontext - 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 BaseConnectorcontext -