Fields Summary |
---|
public static final String | POST_PROCESS_RESPONSEPost process response - Callback when a web service response has finished
being processed by the container and was sent back to the client |
public static final String | PRE_PROCESS_REQUESTCallback when a web service request entered the web service container and
before any system processing is done. |
public static final String | PROCESS_REQUESTCallback when a web service request is about to be delivered to the Web
Service Implementation Bean. |
public static final String | PROCESS_RESPONSECallback when a web service response was returned by the Web Service
Implementation Bean |