com.jmrosengard.xmlbroker.soapipr
Class RespMsg
java.lang.Object
|
+--com.jmrosengard.xmlbroker.soapipr.Message
|
+--com.jmrosengard.xmlbroker.soapipr.RespMsg
- public class RespMsg
- extends Message
Generates the method-specific part of a SOAP response
Constructor Summary |
RespMsg(java.io.PrintWriter outbuf,
java.lang.String methodName,
PortKey pk)
|
Method Summary |
protected void |
doContent()
Hook method (See Template Pattern in [Gamma,E. |
static void |
main(java.lang.String[] a)
Only for testing |
void |
setParams(java.util.ArrayList params)
Set the list of parameters (e.g. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
outbuf
private java.io.PrintWriter outbuf
methodName
private java.lang.String methodName
params
private java.util.ArrayList params
serviceNs
private java.lang.String serviceNs
serviceNsUri
private java.lang.String serviceNsUri
RespMsg
public RespMsg(java.io.PrintWriter outbuf,
java.lang.String methodName,
PortKey pk)
doContent
protected void doContent()
- Hook method (See Template Pattern in [Gamma,E. & al. 1995])
that generates the actual SOAP response message content.
- Overrides:
doContent
in class Message
setParams
public void setParams(java.util.ArrayList params)
- Set the list of parameters (e.g. `out' parameters)
main
public static void main(java.lang.String[] a)
throws SoapReqException
- Only for testing