Uses of Class
org.wso2.carbon.mediator.event.stub.service.xsd.dto.EventSourceDTO
-
Packages that use EventSourceDTO Package Description org.wso2.carbon.mediator.event.stub.service org.wso2.carbon.mediator.event.stub.service.xsd.dto -
-
Uses of EventSourceDTO in org.wso2.carbon.mediator.event.stub.service
Fields in org.wso2.carbon.mediator.event.stub.service declared as EventSourceDTO Modifier and Type Field Description protected EventSourceDTO
GetEventSourceResponse. local_return
field for _returnprotected EventSourceDTO[]
GetEventSourcesResponse. local_return
field for _return This was an Array!protected EventSourceDTO
AddEventSource. localEventsource
field for Eventsourceprotected EventSourceDTO
SaveEventSource. localEventsource
field for EventsourceMethods in org.wso2.carbon.mediator.event.stub.service that return EventSourceDTO Modifier and Type Method Description EventSourceDTO
GetEventSourceResponse. get_return()
Auto generated getter methodEventSourceDTO[]
GetEventSourcesResponse. get_return()
Auto generated getter methodEventSourceDTO
AddEventSource. getEventsource()
Auto generated getter methodEventSourceDTO
SaveEventSource. getEventsource()
Auto generated getter methodEventSourceDTO
EventSourceAdminService. getEventSource(String eventSourceName6)
Auto generated method signatureEventSourceDTO
EventSourceAdminServiceStub. getEventSource(String eventSourceName19)
Auto generated method signatureEventSourceDTO[]
EventSourceAdminService. getEventSources()
Auto generated method signatureEventSourceDTO[]
EventSourceAdminServiceStub. getEventSources()
Auto generated method signatureMethods in org.wso2.carbon.mediator.event.stub.service with parameters of type EventSourceDTO Modifier and Type Method Description void
GetEventSourcesResponse. add_return(EventSourceDTO param)
Auto generated add method for the array for conveniencevoid
EventSourceAdminService. addEventSource(EventSourceDTO eventsource10)
Auto generated method signature for Asynchronous Invocationsvoid
EventSourceAdminServiceStub. addEventSource(EventSourceDTO eventsource23)
Auto generated method signaturevoid
EventSourceAdminServiceCallbackHandler. receiveResultgetEventSource(EventSourceDTO result)
auto generated Axis2 call back method for getEventSource method override this method for handling normal response from getEventSource operationvoid
EventSourceAdminServiceCallbackHandler. receiveResultgetEventSources(EventSourceDTO[] result)
auto generated Axis2 call back method for getEventSources method override this method for handling normal response from getEventSources operationvoid
EventSourceAdminService. saveEventSource(EventSourceDTO eventsource15)
Auto generated method signature for Asynchronous Invocationsvoid
EventSourceAdminServiceStub. saveEventSource(EventSourceDTO eventsource28)
Auto generated method signaturevoid
GetEventSourceResponse. set_return(EventSourceDTO param)
Auto generated setter methodvoid
GetEventSourcesResponse. set_return(EventSourceDTO[] param)
Auto generated setter methodvoid
AddEventSource. setEventsource(EventSourceDTO param)
Auto generated setter methodvoid
SaveEventSource. setEventsource(EventSourceDTO param)
Auto generated setter methodprotected void
GetEventSourcesResponse. validate_return(EventSourceDTO[] param)
validate the array for _return -
Uses of EventSourceDTO in org.wso2.carbon.mediator.event.stub.service.xsd.dto
Methods in org.wso2.carbon.mediator.event.stub.service.xsd.dto that return EventSourceDTO Modifier and Type Method Description static EventSourceDTO
EventSourceDTO.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
-