Spring Web Services Framework

org.springframework.ws.transport
Interface WebServiceMessageReceiver

All Known Implementing Classes:
MessageDispatcher, SoapMessageDispatcher

public interface WebServiceMessageReceiver

Defines the methods for classes capable of receiving WebServiceMessage instances coming in on a transport.

Since:
1.0.0
Author:
Arjen Poutsma

Method Summary
 void receive(MessageContext messageContext)
          Receives the given message context.
 

Method Detail

receive

void receive(MessageContext messageContext)
             throws Exception
Receives the given message context. The given message context can be used to create a response.

Parameters:
messageContext - the message context to be received
Throws:
Exception

Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.