Uses of Class
org.wso2.carbon.event.stub.internal.xsd.Subscription
-
Packages that use Subscription Package Description org.wso2.carbon.event.stub.internal org.wso2.carbon.event.stub.internal.xsd -
-
Uses of Subscription in org.wso2.carbon.event.stub.internal
Fields in org.wso2.carbon.event.stub.internal declared as Subscription Modifier and Type Field Description protected Subscription[]GetAllWSSubscriptionsForTopicResponse. local_returnfield for _return This was an Array!protected Subscription[]GetJMSSubscriptionsForTopicResponse. local_returnfield for _return This was an Array!protected Subscription[]GetWsSubscriptionsForTopicResponse. local_returnfield for _return This was an Array!Methods in org.wso2.carbon.event.stub.internal that return Subscription Modifier and Type Method Description Subscription[]GetAllWSSubscriptionsForTopicResponse. get_return()Auto generated getter methodSubscription[]GetJMSSubscriptionsForTopicResponse. get_return()Auto generated getter methodSubscription[]GetWsSubscriptionsForTopicResponse. get_return()Auto generated getter methodSubscription[]TopicManagerAdminService. getAllWSSubscriptionsForTopic(String topic25, int startingIndex26, int maxSubscriptionCount27)Auto generated method signatureSubscription[]TopicManagerAdminServiceStub. getAllWSSubscriptionsForTopic(String topic62, int startingIndex63, int maxSubscriptionCount64)Auto generated method signatureSubscription[]TopicManagerAdminService. getJMSSubscriptionsForTopic(String topic45)Auto generated method signatureSubscription[]TopicManagerAdminServiceStub. getJMSSubscriptionsForTopic(String topic82)Auto generated method signatureSubscription[]TopicManagerAdminService. getWsSubscriptionsForTopic(String topic37)Auto generated method signatureSubscription[]TopicManagerAdminServiceStub. getWsSubscriptionsForTopic(String topic74)Auto generated method signatureMethods in org.wso2.carbon.event.stub.internal with parameters of type Subscription Modifier and Type Method Description voidGetAllWSSubscriptionsForTopicResponse. add_return(Subscription param)Auto generated add method for the array for conveniencevoidGetJMSSubscriptionsForTopicResponse. add_return(Subscription param)Auto generated add method for the array for conveniencevoidGetWsSubscriptionsForTopicResponse. add_return(Subscription param)Auto generated add method for the array for conveniencevoidTopicManagerAdminServiceCallbackHandler. receiveResultgetAllWSSubscriptionsForTopic(Subscription[] result)auto generated Axis2 call back method for getAllWSSubscriptionsForTopic method override this method for handling normal response from getAllWSSubscriptionsForTopic operationvoidTopicManagerAdminServiceCallbackHandler. receiveResultgetJMSSubscriptionsForTopic(Subscription[] result)auto generated Axis2 call back method for getJMSSubscriptionsForTopic method override this method for handling normal response from getJMSSubscriptionsForTopic operationvoidTopicManagerAdminServiceCallbackHandler. receiveResultgetWsSubscriptionsForTopic(Subscription[] result)auto generated Axis2 call back method for getWsSubscriptionsForTopic method override this method for handling normal response from getWsSubscriptionsForTopic operationvoidGetAllWSSubscriptionsForTopicResponse. set_return(Subscription[] param)Auto generated setter methodvoidGetJMSSubscriptionsForTopicResponse. set_return(Subscription[] param)Auto generated setter methodvoidGetWsSubscriptionsForTopicResponse. set_return(Subscription[] param)Auto generated setter methodprotected voidGetAllWSSubscriptionsForTopicResponse. validate_return(Subscription[] param)validate the array for _returnprotected voidGetJMSSubscriptionsForTopicResponse. validate_return(Subscription[] param)validate the array for _returnprotected voidGetWsSubscriptionsForTopicResponse. validate_return(Subscription[] param)validate the array for _return -
Uses of Subscription in org.wso2.carbon.event.stub.internal.xsd
Methods in org.wso2.carbon.event.stub.internal.xsd that return Subscription Modifier and Type Method Description static SubscriptionSubscription.Factory. parse(XMLStreamReader reader)static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
-