@Addressing(enabled=true, required=true) public interface SubscriptionManagerEndpoint
Modifier and Type | Method and Description |
---|---|
GetStatusResponse |
getStatusOp(GetStatus body)
The GetStatus operation of the Subscription Manager
See http://www.w3.org/TR/ws-eventing/#GetStatus
|
RenewResponse |
renewOp(Renew body)
The Renew operation of the Subscription Manager
See http://www.w3.org/TR/ws-eventing/#Renew
|
UnsubscribeResponse |
unsubscribeOp(Unsubscribe body)
The Unsubscribe operation of the Subscription Manager
See http://www.w3.org/TR/ws-eventing/#Unsubscribe
|
@Action(input="http://www.w3.org/2011/03/ws-evt/Renew", output="http://www.w3.org/2011/03/ws-evt/RenewResponse") RenewResponse renewOp(Renew body)
body
- JAXB class Renew representing the body of the renew request@Action(input="http://www.w3.org/2011/03/ws-evt/GetStatus", output="http://www.w3.org/2011/03/ws-evt/GetStatusResponse") GetStatusResponse getStatusOp(GetStatus body)
body
- JAXB class GetStatus representing the body of the GetStatus request@Action(input="http://www.w3.org/2011/03/ws-evt/Unsubscribe", output="http://www.w3.org/2011/03/ws-evt/UnsubscribeResponse") UnsubscribeResponse unsubscribeOp(Unsubscribe body)
body
- JAXB class Unsubscribe representing the body of the Unsubscribe requestApache CXF