|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Addressing(enabled=true, required=true) public interface SubscriptionManagerEndpoint
The interface definition of a Subscription Manager web service, according to the specification.
Method Summary | |
---|---|
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 |
Method Detail |
---|
@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 request
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |