Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are some useful packages and classes in WBI?

classes Packages useful wbi
0
Posted

What are some useful packages and classes in WBI?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123