Set the HTTP POST response as a SOAP response
and delegates the request-specific logic to
the doSoapPost() hook method--according
to the Template Method Pattern (see
[Gamma, E.
Returns the SOAP-HTTP POST header
Content-Type is set to text/xml (XML specifications)-
charset is set to utf-8 (XML specifications)-
SOAPAction is set to the destination SOAP port (SOAP specifications)
Execute remote method-- the address of the remote
server, and the service name must be defined as the
system properties: xmlbroker.serverHost and
xmlbroker.serviceName
ipr -
Variable in class com.jmrosengard.xmlbroker.broker.Port
isIn() -
Method in class com.jmrosengard.xmlbroker.soapipr.Mode
Return true if mode==MODE_OUT
isOut() -
Method in class com.jmrosengard.xmlbroker.soapipr.Mode
Return true if mode==MODE_IN
isSet() -
Method in class com.jmrosengard.xmlbroker.soapipr.Parameter
Interprets the a method according to the following convension:
Parameter type allowed: only Java.lang.String
return type must be `void'--with no inconvenience since `out' parameters
are supported
the method name contains the passing mode marks (in or out)
e.g.