|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.event.builder.stub.types.EventBuilderConfigurationDto
public class EventBuilderConfigurationDto
EventBuilderConfigurationDto bean class
| Nested Class Summary | |
|---|---|
static class |
EventBuilderConfigurationDto.Factory
Factory class that keeps the parse method |
| Constructor Summary | |
|---|---|
EventBuilderConfigurationDto()
|
|
| Method Summary | |
|---|---|
void |
addCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto param)
Auto generated add method for the array for convenience |
void |
addEventBuilderMessageProperties(EventBuilderMessagePropertyDto param)
Auto generated add method for the array for convenience |
void |
addMetaEventBuilderProperties(EventInputPropertyConfigurationDto param)
Auto generated add method for the array for convenience |
void |
addPayloadEventBuilderProperties(EventInputPropertyConfigurationDto param)
Auto generated add method for the array for convenience |
void |
addXpathDefinitions(EventInputPropertyConfigurationDto param)
Auto generated add method for the array for convenience |
EventInputPropertyConfigurationDto[] |
getCorrelationEventBuilderProperties()
Auto generated getter method |
boolean |
getCustomMappingEnabled()
Auto generated getter method |
String |
getEventBuilderConfigName()
Auto generated getter method |
EventBuilderMessagePropertyDto[] |
getEventBuilderMessageProperties()
Auto generated getter method |
String |
getInputEventAdaptorName()
Auto generated getter method |
String |
getInputEventAdaptorType()
Auto generated getter method |
String |
getInputMappingType()
Auto generated getter method |
EventInputPropertyConfigurationDto[] |
getMetaEventBuilderProperties()
Auto generated getter method |
org.apache.axiom.om.OMElement |
getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
|
String |
getParentSelectorXpath()
Auto generated getter method |
EventInputPropertyConfigurationDto[] |
getPayloadEventBuilderProperties()
Auto generated getter method |
XMLStreamReader |
getPullParser(QName qName)
databinding method to get an XML representation of this object |
boolean |
getStatisticsEnabled()
Auto generated getter method |
String |
getToStreamName()
Auto generated getter method |
String |
getToStreamVersion()
Auto generated getter method |
boolean |
getTraceEnabled()
Auto generated getter method |
EventInputPropertyConfigurationDto[] |
getXpathDefinitions()
Auto generated getter method |
boolean |
isCorrelationEventBuilderPropertiesSpecified()
|
boolean |
isCustomMappingEnabledSpecified()
|
boolean |
isEventBuilderConfigNameSpecified()
|
boolean |
isEventBuilderMessagePropertiesSpecified()
|
boolean |
isInputEventAdaptorNameSpecified()
|
boolean |
isInputEventAdaptorTypeSpecified()
|
boolean |
isInputMappingTypeSpecified()
|
boolean |
isMetaEventBuilderPropertiesSpecified()
|
boolean |
isParentSelectorXpathSpecified()
|
boolean |
isPayloadEventBuilderPropertiesSpecified()
|
boolean |
isStatisticsEnabledSpecified()
|
boolean |
isToStreamNameSpecified()
|
boolean |
isToStreamVersionSpecified()
|
boolean |
isTraceEnabledSpecified()
|
boolean |
isXpathDefinitionsSpecified()
|
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter)
|
void |
serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType)
|
void |
setCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
Auto generated setter method |
void |
setCustomMappingEnabled(boolean param)
Auto generated setter method |
void |
setEventBuilderConfigName(String param)
Auto generated setter method |
void |
setEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] param)
Auto generated setter method |
void |
setInputEventAdaptorName(String param)
Auto generated setter method |
void |
setInputEventAdaptorType(String param)
Auto generated setter method |
void |
setInputMappingType(String param)
Auto generated setter method |
void |
setMetaEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
Auto generated setter method |
void |
setParentSelectorXpath(String param)
Auto generated setter method |
void |
setPayloadEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
Auto generated setter method |
void |
setStatisticsEnabled(boolean param)
Auto generated setter method |
void |
setToStreamName(String param)
Auto generated setter method |
void |
setToStreamVersion(String param)
Auto generated setter method |
void |
setTraceEnabled(boolean param)
Auto generated setter method |
void |
setXpathDefinitions(EventInputPropertyConfigurationDto[] param)
Auto generated setter method |
protected void |
validateCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
validate the array for CorrelationEventBuilderProperties |
protected void |
validateEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] param)
validate the array for EventBuilderMessageProperties |
protected void |
validateMetaEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
validate the array for MetaEventBuilderProperties |
protected void |
validatePayloadEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
validate the array for PayloadEventBuilderProperties |
protected void |
validateXpathDefinitions(EventInputPropertyConfigurationDto[] param)
validate the array for XpathDefinitions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected EventInputPropertyConfigurationDto[] localCorrelationEventBuilderProperties
protected boolean localCorrelationEventBuilderPropertiesTracker
protected boolean localCustomMappingEnabled
protected boolean localCustomMappingEnabledTracker
protected String localEventBuilderConfigName
protected boolean localEventBuilderConfigNameTracker
protected EventBuilderMessagePropertyDto[] localEventBuilderMessageProperties
protected boolean localEventBuilderMessagePropertiesTracker
protected String localInputEventAdaptorName
protected boolean localInputEventAdaptorNameTracker
protected String localInputEventAdaptorType
protected boolean localInputEventAdaptorTypeTracker
protected String localInputMappingType
protected boolean localInputMappingTypeTracker
protected EventInputPropertyConfigurationDto[] localMetaEventBuilderProperties
protected boolean localMetaEventBuilderPropertiesTracker
protected String localParentSelectorXpath
protected boolean localParentSelectorXpathTracker
protected EventInputPropertyConfigurationDto[] localPayloadEventBuilderProperties
protected boolean localPayloadEventBuilderPropertiesTracker
protected boolean localStatisticsEnabled
protected boolean localStatisticsEnabledTracker
protected String localToStreamName
protected boolean localToStreamNameTracker
protected String localToStreamVersion
protected boolean localToStreamVersionTracker
protected boolean localTraceEnabled
protected boolean localTraceEnabledTracker
protected EventInputPropertyConfigurationDto[] localXpathDefinitions
protected boolean localXpathDefinitionsTracker
| Constructor Detail |
|---|
public EventBuilderConfigurationDto()
| Method Detail |
|---|
public boolean isCorrelationEventBuilderPropertiesSpecified()
public EventInputPropertyConfigurationDto[] getCorrelationEventBuilderProperties()
protected void validateCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
public void setCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
param - CorrelationEventBuilderPropertiespublic void addCorrelationEventBuilderProperties(EventInputPropertyConfigurationDto param)
param - org.wso2.carbon.event.builder.stub.types.EventInputPropertyConfigurationDtopublic boolean isCustomMappingEnabledSpecified()
public boolean getCustomMappingEnabled()
public void setCustomMappingEnabled(boolean param)
param - CustomMappingEnabledpublic boolean isEventBuilderConfigNameSpecified()
public String getEventBuilderConfigName()
public void setEventBuilderConfigName(String param)
param - EventBuilderConfigNamepublic boolean isEventBuilderMessagePropertiesSpecified()
public EventBuilderMessagePropertyDto[] getEventBuilderMessageProperties()
protected void validateEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] param)
public void setEventBuilderMessageProperties(EventBuilderMessagePropertyDto[] param)
param - EventBuilderMessagePropertiespublic void addEventBuilderMessageProperties(EventBuilderMessagePropertyDto param)
param - org.wso2.carbon.event.builder.stub.types.EventBuilderMessagePropertyDtopublic boolean isInputEventAdaptorNameSpecified()
public String getInputEventAdaptorName()
public void setInputEventAdaptorName(String param)
param - InputEventAdaptorNamepublic boolean isInputEventAdaptorTypeSpecified()
public String getInputEventAdaptorType()
public void setInputEventAdaptorType(String param)
param - InputEventAdaptorTypepublic boolean isInputMappingTypeSpecified()
public String getInputMappingType()
public void setInputMappingType(String param)
param - InputMappingTypepublic boolean isMetaEventBuilderPropertiesSpecified()
public EventInputPropertyConfigurationDto[] getMetaEventBuilderProperties()
protected void validateMetaEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
public void setMetaEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
param - MetaEventBuilderPropertiespublic void addMetaEventBuilderProperties(EventInputPropertyConfigurationDto param)
param - org.wso2.carbon.event.builder.stub.types.EventInputPropertyConfigurationDtopublic boolean isParentSelectorXpathSpecified()
public String getParentSelectorXpath()
public void setParentSelectorXpath(String param)
param - ParentSelectorXpathpublic boolean isPayloadEventBuilderPropertiesSpecified()
public EventInputPropertyConfigurationDto[] getPayloadEventBuilderProperties()
protected void validatePayloadEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
public void setPayloadEventBuilderProperties(EventInputPropertyConfigurationDto[] param)
param - PayloadEventBuilderPropertiespublic void addPayloadEventBuilderProperties(EventInputPropertyConfigurationDto param)
param - org.wso2.carbon.event.builder.stub.types.EventInputPropertyConfigurationDtopublic boolean isStatisticsEnabledSpecified()
public boolean getStatisticsEnabled()
public void setStatisticsEnabled(boolean param)
param - StatisticsEnabledpublic boolean isToStreamNameSpecified()
public String getToStreamName()
public void setToStreamName(String param)
param - ToStreamNamepublic boolean isToStreamVersionSpecified()
public String getToStreamVersion()
public void setToStreamVersion(String param)
param - ToStreamVersionpublic boolean isTraceEnabledSpecified()
public boolean getTraceEnabled()
public void setTraceEnabled(boolean param)
param - TraceEnabledpublic boolean isXpathDefinitionsSpecified()
public EventInputPropertyConfigurationDto[] getXpathDefinitions()
protected void validateXpathDefinitions(EventInputPropertyConfigurationDto[] param)
public void setXpathDefinitions(EventInputPropertyConfigurationDto[] param)
param - XpathDefinitionspublic void addXpathDefinitions(EventInputPropertyConfigurationDto param)
param - org.wso2.carbon.event.builder.stub.types.EventInputPropertyConfigurationDto
public org.apache.axiom.om.OMElement getOMElement(QName parentQName,
org.apache.axiom.om.OMFactory factory)
throws org.apache.axis2.databinding.ADBException
getOMElement in interface org.apache.axis2.databinding.ADBBeanparentQName - factory -
org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName,
XMLStreamWriter xmlWriter)
throws XMLStreamException,
org.apache.axis2.databinding.ADBException
serialize in interface org.apache.axis2.databinding.ADBBeanXMLStreamException
org.apache.axis2.databinding.ADBException
public void serialize(QName parentQName,
XMLStreamWriter xmlWriter,
boolean serializeType)
throws XMLStreamException,
org.apache.axis2.databinding.ADBException
serialize in interface org.apache.axis2.databinding.ADBBeanXMLStreamException
org.apache.axis2.databinding.ADBException
public XMLStreamReader getPullParser(QName qName)
throws org.apache.axis2.databinding.ADBException
getPullParser in interface org.apache.axis2.databinding.ADBBeanorg.apache.axis2.databinding.ADBException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||