|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PayloadEndpoint
Defines the basic contract for Web Services interested in just the message payload.
The main entrypoint isinvoke(Source)
, which gets invoked with the contents of the requesting message.
Method Summary | |
---|---|
Source |
invoke(Source request)
Invokes the endpoint with the given request payload, and possibly returns a response. |
Method Detail |
---|
Source invoke(Source request) throws Exception
request
- the payload of the request message, may be null
null
to indicate no response
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 |