JBI Proxy
[ 260 ]
Summary
Proxies are strong features in the Java language package, and similar functionality
can be availed from within your JBI ESB using JBI proxies. Interception and
re-routing are some of the features we can implement using proxies. You have also
seen how an external web service can be bound to the JBI bus and then exposed
as proxies within the bus itself so that other components within the bus can route
messages through these proxies. The building blocks demonstrated in this chapter
can be used to solve your integration problems.
We will look into a more interesting concern in the services network??”versioning of
services, in the next chapter.
Web Service Versioning
Versioning service, especially of the web services, is a topic of heated discussions in
many of the forums and sites. Even though there are many approaches to this topic,
we cannot often find any concrete guideline or code showing the implementation.
This is because the topic is not simple. The term "Versioning" means different
things to different people, depending upon the context in which they are speaking.
Pages:
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358