|
|||||||||
| 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 mesage payload.
The main entrypoint isinvoke, which gets invoked with the a message context. This context contains the
request, and can be used to create a response.
invoke(org.springframework.ws.context.MessageContext)| Method Summary | |
|---|---|
void |
invoke(MessageContext messageContext)
Invokes an operation. |
| Method Detail |
|---|
void invoke(MessageContext messageContext)
throws java.lang.Exception
messageContext - the message context
java.lang.Exception - if an exception occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||