Uses of Class
org.wso2.carbon.event.stream.manager.stub.types.EventStreamAttributeDto

Packages that use EventStreamAttributeDto
org.wso2.carbon.event.stream.manager.stub.types   
 

Uses of EventStreamAttributeDto in org.wso2.carbon.event.stream.manager.stub.types
 

Fields in org.wso2.carbon.event.stream.manager.stub.types declared as EventStreamAttributeDto
protected  EventStreamAttributeDto[] EventStreamDefinitionDto.localCorrelationData
          field for CorrelationData This was an Array!
protected  EventStreamAttributeDto[] EventStreamDefinitionDto.localMetaData
          field for MetaData This was an Array!
protected  EventStreamAttributeDto[] EventStreamDefinitionDto.localPayloadData
          field for PayloadData This was an Array!
 

Methods in org.wso2.carbon.event.stream.manager.stub.types that return EventStreamAttributeDto
 EventStreamAttributeDto[] EventStreamDefinitionDto.getCorrelationData()
          Auto generated getter method
 EventStreamAttributeDto[] EventStreamDefinitionDto.getMetaData()
          Auto generated getter method
 EventStreamAttributeDto[] EventStreamDefinitionDto.getPayloadData()
          Auto generated getter method
static EventStreamAttributeDto EventStreamAttributeDto.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
 

Methods in org.wso2.carbon.event.stream.manager.stub.types with parameters of type EventStreamAttributeDto
 void EventStreamDefinitionDto.addCorrelationData(EventStreamAttributeDto param)
          Auto generated add method for the array for convenience
 void EventStreamDefinitionDto.addMetaData(EventStreamAttributeDto param)
          Auto generated add method for the array for convenience
 void EventStreamDefinitionDto.addPayloadData(EventStreamAttributeDto param)
          Auto generated add method for the array for convenience
 void EventStreamDefinitionDto.setCorrelationData(EventStreamAttributeDto[] param)
          Auto generated setter method
 void EventStreamDefinitionDto.setMetaData(EventStreamAttributeDto[] param)
          Auto generated setter method
 void EventStreamDefinitionDto.setPayloadData(EventStreamAttributeDto[] param)
          Auto generated setter method
protected  void EventStreamDefinitionDto.validateCorrelationData(EventStreamAttributeDto[] param)
          validate the array for CorrelationData
protected  void EventStreamDefinitionDto.validateMetaData(EventStreamAttributeDto[] param)
          validate the array for MetaData
protected  void EventStreamDefinitionDto.validatePayloadData(EventStreamAttributeDto[] param)
          validate the array for PayloadData
 



Copyright © 2015 WSO2. All rights reserved.