This section will help with installation of JaxView stub with Cape Clear ESB.
CapeClear allows for creation of an Interceptor to get a copy of the message object. These interceptors are nothing more than a handler object. Basically the user needs to associate an interceptor with each Web service in Cape Clear. Here is how it is done
Using Cape Clear Manager, edit the Web service to add configuration properties for both the WSDL-defined and the custom header interceptors. To do so, follow these steps:
Put the mm_stub.jar in the class path of the Cape Clear server.
NOTE: please make sure capeconnect-client.jar is in the classpath also. This Jar file is located in the zip package under stub_lib directory
Log in to Manager. For more information, see Starting Cape Clear Manager in Quick Start.
Select Web Services, then click Edit beside the Web service. For example, in this case, the Web service is called soapheaders.
Click Interceptors, then click Add.
Configure the following information for the WSDL-defined header interceptor:
Name: Type a description of the interceptor.
Type: Enter the interceptor type. In this case, the value must be SoapInterceptor. For more information, see interceptors.xml in Reference.
Class: Indicates the class name com.hubble.clientservice.JVMessageHandlerCapeClear.
Properties: enter properties : hubbleURL value: http:// <JVmanagementServer>:9090
Click Save.