In Maximo 7.6, scripting has been enabled within the Integration Framework to support customization, in addition to the existing customization options of Processing Rules, Java, and XSL. For those who customize using Java, scripting offers an alternative approach that removes the need to rebuild and redeploy the Maximo EAR file.
Scripting has been enabled at processing points on most of the integration components that currently support Java as a means to customize. The following screen shot shows how to launch the Integration script wizard:
Object Structure |
---|
Inbound Processing Class |
Outbound Definition Class |
Publish Channel |
---|
Processing Class (often referred to as External Exit) |
User Exit Class (scripting supports the ‘before’ and ‘after’ methods) |
Event Filter Class |
Invocation Channel (for Request and Response processing) |
---|
Processing Class (often referred to as External Exit) |
User Exit (scripting supports both the ‘before’ and ‘after’ methods) |
Enterprise Service (for Request and Response processing) |
---|
Processing Class (often referred to as External Exit) |
User Exit (scripting supports both the ‘before’ and ‘after’ methods) |
Endpoint Script |
---|
Custom Endpoint Handlers |
HTTP Handler Exits |
JAX-WS Webservice Handler Exits |