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_return
field for _return This was an Array!protected Subscription[]
GetJMSSubscriptionsForTopicResponse. local_return
field for _return This was an Array!protected Subscription[]
GetWsSubscriptionsForTopicResponse. local_return
field 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 void
GetAllWSSubscriptionsForTopicResponse. add_return(Subscription param)
Auto generated add method for the array for conveniencevoid
GetJMSSubscriptionsForTopicResponse. add_return(Subscription param)
Auto generated add method for the array for conveniencevoid
GetWsSubscriptionsForTopicResponse. add_return(Subscription param)
Auto generated add method for the array for conveniencevoid
TopicManagerAdminServiceCallbackHandler. receiveResultgetAllWSSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getAllWSSubscriptionsForTopic method override this method for handling normal response from getAllWSSubscriptionsForTopic operationvoid
TopicManagerAdminServiceCallbackHandler. receiveResultgetJMSSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getJMSSubscriptionsForTopic method override this method for handling normal response from getJMSSubscriptionsForTopic operationvoid
TopicManagerAdminServiceCallbackHandler. receiveResultgetWsSubscriptionsForTopic(Subscription[] result)
auto generated Axis2 call back method for getWsSubscriptionsForTopic method override this method for handling normal response from getWsSubscriptionsForTopic operationvoid
GetAllWSSubscriptionsForTopicResponse. set_return(Subscription[] param)
Auto generated setter methodvoid
GetJMSSubscriptionsForTopicResponse. set_return(Subscription[] param)
Auto generated setter methodvoid
GetWsSubscriptionsForTopicResponse. set_return(Subscription[] param)
Auto generated setter methodprotected void
GetAllWSSubscriptionsForTopicResponse. validate_return(Subscription[] param)
validate the array for _returnprotected void
GetJMSSubscriptionsForTopicResponse. validate_return(Subscription[] param)
validate the array for _returnprotected void
GetWsSubscriptionsForTopicResponse. 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 Subscription
Subscription.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
-