@Addressing(enabled=true, required=true) public interface EventSourceEndpoint
Modifier and Type | Method and Description |
---|---|
SubscribeResponse |
subscribeOp(Subscribe body)
The Subscribe operation of the Event Source.
|
@Action(input="http://www.w3.org/2011/03/ws-evt/Subscribe", output="http://www.w3.org/2011/03/ws-evt/SubscribeResponse") SubscribeResponse subscribeOp(Subscribe body) throws IOException
body
- JAXB class Subscribe representing the body of the subscription requestIOException
Apache CXF