|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageEndpoint
Defines the basic contract for Web Services interested in the entire message payload.
The main entrypoint is invoke(MessageContext)
, which gets invoked with the message context. This context
contains the request
, and can be used to create a response.
PayloadEndpoint
Method Summary | |
---|---|
void |
invoke(MessageContext messageContext)
Invokes an operation. |
Method Detail |
---|
void invoke(MessageContext messageContext) throws Exception
The given messageContext
can be used to create a response.
messageContext
- the message context
Exception
- if an exception occurs
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |