REST Binding Type Key Terms
HTTP Connector, Context Root, Media Type, Path Parameters and Query Parameters are few key terms used while discussing about TIBCO ActiveMatrix Binding Type for REST.
See the TIBCO ActiveMatrix Service Grid documentation for a discussion of general ActiveMatrix terms. The following list presents the key terms for TIBCO ActiveMatrix Binding Type for REST.
- HTTP Connector
- Name of the HTTP Connector resource instance that provides the HTTP transport for Binding Type for REST. Both HTTP and HTTPS are supported. Default is HTTP. You define and name the HTTP Connector at design time. At runtime, you need to create a resource of type HTTP Connector and assign it the name you used at design time.
- Context Root
- Defines the base path for the URLs exposed by the REST binding.
- Media Type
- Format of the payload that ActiveMatrix Binding Type for REST accepts and produces. On the reference side, XML and Standard JSON are supported. On the service side, XML, Standard JSON, and Badgerfish JSON are supported.
- Path
- You can specify Path as part of configuration. Path can be any URI on which a given operation can be exposed.
- Path Parameters
- Path parameters can be configured on the service side and reference side.
- Query Parameters
- Query parameters can be configured on the service side and reference side.
Copyright © Cloud Software Group, Inc. All rights reserved.