public interface NotificationProducer
Modifier and Type | Method and Description |
---|---|
GetVersionResponse |
getVersion(GetVersionRequest parameters) |
void |
renew(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType subscriptionReference,
SsoToken ssoToken,
javax.xml.ws.Holder<javax.xml.datatype.XMLGregorianCalendar> terminationTime,
javax.xml.ws.Holder<javax.xml.datatype.XMLGregorianCalendar> currentTime) |
org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType |
subscribe(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType consumerReference,
com.nortel.soa.oi.cct.basenotification.TopicExpressionType topicExpression,
java.lang.Boolean useNotify,
org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType precondition,
org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType selector,
com.nortel.soa.oi.cct.notification.SubscriptionPolicyType subscriptionPolicy,
javax.xml.datatype.XMLGregorianCalendar initialTerminationTime,
SsoToken ssoToken) |
boolean |
unsubscribe(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType subscriptionReference,
SsoToken ssoToken) |
@RequestWrapper(localName="Subscribe", targetNamespace="http://www.nortel.com/soa/oi/cct/types/NotificationProducer", className="com.nortel.soa.oi.cct.types.notificationproducer.Subscribe") @ResponseWrapper(localName="SubscribeResponse", targetNamespace="http://www.nortel.com/soa/oi/cct/types/NotificationProducer", className="com.nortel.soa.oi.cct.types.notificationproducer.SubscribeResponse") org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType subscribe(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType consumerReference, com.nortel.soa.oi.cct.basenotification.TopicExpressionType topicExpression, java.lang.Boolean useNotify, org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType precondition, org.oasis_open.docs.wsrf._2004._06.wsrf_ws_resourceproperties_1_2_draft_01.QueryExpressionType selector, com.nortel.soa.oi.cct.notification.SubscriptionPolicyType subscriptionPolicy, javax.xml.datatype.XMLGregorianCalendar initialTerminationTime, SsoToken ssoToken) throws com.nortel.soa.oi.cct.notification.faults.TopicPathDialectUnknownFault, com.nortel.soa.oi.cct.notification.faults.ResourceUnknownFault, com.nortel.soa.oi.cct.notification.faults.SubscribeCreationFailedFault
com.nortel.soa.oi.cct.notification.faults.TopicPathDialectUnknownFault
com.nortel.soa.oi.cct.notification.faults.ResourceUnknownFault
com.nortel.soa.oi.cct.notification.faults.SubscribeCreationFailedFault
@RequestWrapper(localName="Unsubscribe", targetNamespace="http://www.nortel.com/soa/oi/cct/types/NotificationProducer", className="com.nortel.soa.oi.cct.types.notificationproducer.Unsubscribe") @ResponseWrapper(localName="UnsubscribeResponse", targetNamespace="http://www.nortel.com/soa/oi/cct/types/NotificationProducer", className="com.nortel.soa.oi.cct.types.notificationproducer.UnsubscribeResponse") boolean unsubscribe(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType subscriptionReference, SsoToken ssoToken) throws com.nortel.soa.oi.cct.notification.faults.ResourceUnknownFault, com.nortel.soa.oi.cct.notification.faults.UnableToDestroySubscriptionFault
com.nortel.soa.oi.cct.notification.faults.ResourceUnknownFault
com.nortel.soa.oi.cct.notification.faults.UnableToDestroySubscriptionFault
GetVersionResponse getVersion(GetVersionRequest parameters) throws GetVersionFault
GetVersionFault
@RequestWrapper(localName="Renew", targetNamespace="http://www.nortel.com/soa/oi/cct/types/NotificationProducer", className="com.nortel.soa.oi.cct.types.notificationproducer.Renew") @ResponseWrapper(localName="RenewResponse", targetNamespace="http://www.nortel.com/soa/oi/cct/types/NotificationProducer", className="com.nortel.soa.oi.cct.types.notificationproducer.RenewResponse") void renew(org.xmlsoap.schemas.ws._2003._03.addressing.EndpointReferenceType subscriptionReference, SsoToken ssoToken, javax.xml.ws.Holder<javax.xml.datatype.XMLGregorianCalendar> terminationTime, javax.xml.ws.Holder<javax.xml.datatype.XMLGregorianCalendar> currentTime) throws com.nortel.soa.oi.cct.notification.faults.UnacceptableTerminationTimeFault, com.nortel.soa.oi.cct.notification.faults.ResourceUnknownFault, com.nortel.soa.oi.cct.notification.faults.RenewSubscriptionFailedFault
com.nortel.soa.oi.cct.notification.faults.UnacceptableTerminationTimeFault
com.nortel.soa.oi.cct.notification.faults.ResourceUnknownFault
com.nortel.soa.oi.cct.notification.faults.RenewSubscriptionFailedFault
Copyright © 2010 All Rights Reserved.