public interface MessageHandlerBehavior
MessageHandler| Modifier and Type | Method and Description |
|---|---|
void |
handleInboundMessage(String strMsg)
trace inbound(response) soap message
|
void |
handleMessage(String message)
trace other kinds of info, for instance bulk upload/download URL, RequestId.
|
void |
handleOutboundMessage(String strMsg)
trace outbound(request) soap message
|
void handleInboundMessage(String strMsg)
strMsg - the messagevoid handleOutboundMessage(String strMsg)
strMsg - the messagevoid handleMessage(String message)
message - the messageCopyright © 2024. All rights reserved.