Tuesday August 15, 2006
Updated properties available here.
THE FOLLOWING PROPERTIES ARE PROPRIETARY. THEY CAN AND WILL CHANGE.
We are providing this information to help with development and debugging. These properties should not be used in deployments.
WSIT Pipeline Assembler exposes multiple system properties to enable SOAP message logging using DumpPipe. Each property, if it's value is set to true, injects a DumpPipe before or after a WSIT component pipe in the pipeline. This allows the developer to monitor message dumps at several points through out the pipeline, for example before and after encryption.
The legend that derives the property names is given below. A detailed list of property names and their injection points are given in the table further below. Example usages of these properties is given at the end.
Legend:
com.sun.xml.ws.runtime.client prefix indicates client-side
propertiescom.sun.xml.ws.runtime.server prefix indicates server-side
properties.after suffix indicates after (before) on client outbound
(inbound) and server inbound (outbound)..before suffix indicates before (after) on client outbound
(inbound) and server inbound (outbound).
|
Table 1: List of property names and injection points |
|
| Property Name | Location |
| Client-side Properties | |
| com.sun.xml.ws.runtime.client | Right before (after) the message is sent (received) on client outbound (inbound) |
| com.sun.xml.ws.runtime.client.transport | Right before (after) Transport pipe on client outbound (inbound) |
| com.sun.xml.ws.runtime.client.wss.after | Right after (before) SecurityPipe on client outbound (inbound) |
| com.sun.xml.ws.runtime.client.wss.before | Right before (after) SecurityPipe on client outbound (inbound) |
| com.sun.xml.ws.runtime.client.wsa.after | Right after (before) WsaPipe on client outbound (inbound) |
| com.sun.xml.ws.runtime.client.wsa.before | Right before (after) WsaPipe on client outbound (inbound) |
| com.sun.xml.ws.runtime.client.wsrm.after | Right after (before) RMPipe on client outbound (inbound) |
| com.sun.xml.ws.runtime.client.wsrm.before | Right before (after) RMPipe on client outbound (inbound) |
| com.sun.xml.ws.runtime.client.wstx.after | Right after (before) TxPipe on client outbound (inbound) |
| com.sun.xml.ws.runtime.client.wstx.before | Right before (after) TxPipe on client outbound (inbound) |
| Server-side Properties | |
| com.sun.xml.ws.runtime.server | Right after (before) the message is received (sent) on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.transport | Right after (before) Transport pipe on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.wss.before | Right before (after) SecurityPipe on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.wss.after | Right after (before) SecurityPipe on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.wsa.before | Right before (after) WsaPipe on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.wsa.after | Right after (before) WsaPipe on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.wsmex.before | Right before (after) MexPipe on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.wsmex.after | Right after (before) MexPipe on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.wsrm.before | Right before (after) RMPipe on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.wsrm.after | Right after (before) RMPipe on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.wstx.before | Right before (after) TxPipe on server inbound (outbound) |
| com.sun.xml.ws.runtime.server.wstx.after | Right after (before) TxPipe on server inbound (outbound) |
Example:
-Dcom.sun.xml.ws.runtime.client.wsa.before=true and
-Dcom.sun.xml.ws.runtime.client.wsa.after=true-Dcom.sun.xml.ws.runtime.client=true -Dcom.sun.xml.ws.runtime.server.wsrm.before=true
Notes:
com.sun.xml.ws.runtime.client and com.sun.xml.ws.runtime.client.transport
produce identical message dumps but allows an extensibility point if any
other processing is required after the Transport pipe. This is valid for com.sun.xml.ws.runtime.server
and com.sun.xml.ws.runtime.server.transport.
Technorati: WSIT SOAP Web Services Web-services
Posted by Arun Gupta in webservices | Comments[0]
|
|
|
|
|
Today's Page Hits: 676
Total # blog entries: 999
| « November 2009 | ||||||
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
1 | 2 | 4 | 6 | 7 | ||
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | |||||
| Today | ||||||