IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with HTTP > HTTP data bindings

Overview of HTTP function selectors

A function selector determines which operation to call on an export interface.

When the HTTP export receives a request message, it uses the function selector to determine the method name that it needs to invoke on the interface based on the HTTP request information.

For a function selector, you can use one of the IBM-supplied function selectors or use a custom function selector. In the second case, you would supply a Java™ implementation of the FunctionSelector interface.

The supplied HTTP function selectors are as follows:

HTTP data bindings


Related concepts:
Overview of HTTP data bindings
Prepackaged HTTP data format transformations
Prepackaged HTTP function selectors


Related reference:
Data handlers
Prepackaged HTTP fault selectors