Java Doc for SOAPProcessor.java in » Web-Services » saaj » com » sun » xml » soap » Java Source Code / Java DocumentationJava Source Code and Java Documentation
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 SOAPRecipient s
Parameters: message - the SOAPMessage to be processed the SOAPMessage after processing //todo 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 //todo exception: SOAPException - if there is an error while preparing the message