Class RawXMLINOutMessageReceiver

  • All Implemented Interfaces:
    MessageReceiver

    public class RawXMLINOutMessageReceiver
    extends AbstractMessageReceiver
    implements MessageReceiver
    The RawXMLINOutMessageReceiver MessageReceiver hands over the raw request received to the service implementation class as an OMElement. The implementation class is expected to return back the OMElement to be returned to the caller. This is a synchronous MessageReceiver, and finds the service implementation class to invoke by referring to the "ServiceClass" parameter value specified in the service.xml and looking at the methods of the form OMElement <>(OMElement request)
    See Also:
    RawXMLINOnlyMessageReceiver, RawXMLINOutAsyncMessageReceiver
    • Constructor Detail

      • RawXMLINOutMessageReceiver

        public RawXMLINOutMessageReceiver()
    • Method Detail

      • invokeBusinessLogic

        public void invokeBusinessLogic​(MessageContext msgContext,
                                        MessageContext newmsgContext)
                                 throws AxisFault
        Invokes the bussiness logic invocation on the service implementation class
        Parameters:
        msgContext - the incoming message context
        newmsgContext - the response message context
        Throws:
        AxisFault - on invalid method (wrong signature) or behaviour (return null)