|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SoapMonitor
SoapMonitor is a supplemental interface for SOAP clients that wish to support TCP/SOAP monitoring without modifying server-side code. Services that use WS-Addressing for routing may find it hard to do SOAP monitoring because WS-A data is used for routing and resource identification (so changing a port number equates to changing an identifier).
Method Summary | |
---|---|
int |
getSoapMonitorPort()
|
boolean |
isUsingSoapMonitor()
|
void |
startSoapMonitor(int monitorPort)
Causes the SoapClient to send messages to the given port. |
void |
stopSoapMonitor()
If SOAP monitoring was in use, the client will revert back to sending the messages to the port in the EPR's wsa:Address. |
Method Detail |
---|
int getSoapMonitorPort()
boolean isUsingSoapMonitor()
void startSoapMonitor(int monitorPort)
monitorPort
- A positive integer - 0 to 65535.void stopSoapMonitor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |