Uses of Class
org.wso2.carbon.event.client.stub.generated.security.TopicDetails
-
Packages that use TopicDetails Package Description org.wso2.carbon.event.client.stub.generated.security -
-
Uses of TopicDetails in org.wso2.carbon.event.client.stub.generated.security
Fields in org.wso2.carbon.event.client.stub.generated.security declared as TopicDetails Modifier and Type Field Description protected TopicDetails
GetTopicDetailsResponse. local_return
field for _returnprotected TopicDetails
UpdateTopic. localTopicDetails
field for TopicDetailsMethods in org.wso2.carbon.event.client.stub.generated.security that return TopicDetails Modifier and Type Method Description TopicDetails
GetTopicDetailsResponse. get_return()
Auto generated getter methodTopicDetails
BrokerSecurityManager. getTopicDetails(String topicName36)
Auto generated method signatureTopicDetails
BrokerSecurityManagerStub. getTopicDetails(String topicName67)
Auto generated method signatureTopicDetails
UpdateTopic. getTopicDetails()
Auto generated getter methodstatic TopicDetails
TopicDetails.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 elementMethods in org.wso2.carbon.event.client.stub.generated.security with parameters of type TopicDetails Modifier and Type Method Description void
BrokerSecurityManagerCallbackHandler. receiveResultgetTopicDetails(TopicDetails result)
auto generated Axis2 call back method for getTopicDetails method override this method for handling normal response from getTopicDetails operationvoid
GetTopicDetailsResponse. set_return(TopicDetails param)
Auto generated setter methodvoid
UpdateTopic. setTopicDetails(TopicDetails param)
Auto generated setter methodvoid
BrokerSecurityManager. updateTopic(TopicDetails topicDetails21)
Auto generated method signature for Asynchronous Invocationsvoid
BrokerSecurityManagerStub. updateTopic(TopicDetails topicDetails52)
Auto generated method signature
-