acceptMessage(SOAPMessage message) Processes an incoming SOAPMessage according to
the SOAP Processing model given in the appropriate SOAP specification.
Processes an incoming SOAPMessage according to
the SOAP Processing model given in the appropriate SOAP specification.
The message is passed through one or more SOAPRecipients
Parameters: message - the SOAPMessage to be processed the SOAPMessage after processing exception: SOAPException - if there is an error accepting the message
Processes an outgoing SOAPMessage through one or more
SOAPAnnotators.
Parameters: message - the SOAPMessage to be processed the SOAPMessage after processing exception: SOAPException - if there is an error while preparing the message