What are some useful packages and classes in WBI?
The com.ibm.wbi.http.beans package contains many useful MEG classes that you can extend or use as is. The DocumentInfo class is helpful for getting information about HTTP requests and responses. DocumentInfo instances are obtained by calling getRequestInfo on a RequestEvent and casting the result to a DocumentInfo. When writing plugins and MEGs from scratch, you should extend HttpPlugin, HttpMonitor, HttpEditor, HttpRequestEditor, and HttpGenerator. • Where can I get information about the WBI API? See the API overview section, which describes the packages in the WBI DK and has links to all the API documentation. • How does the MEG chaining work? Many factors determine whether WBI should route a transaction through a particular Meg, including condition rules, priority numbers, and extra rule keys. For more information on MEG chaining, see the Architecture section. • How do I setup a MEG? Each MEG has four properties: name, condition, priority, and enabled. The name is used for tracing/m