Class SynapseApplicationMetadata
- java.lang.Object
-
- org.wso2.carbon.application.mgt.synapse.stub.types.carbon.SynapseApplicationMetadata
-
- All Implemented Interfaces:
Serializable,org.apache.axis2.databinding.ADBBean
public class SynapseApplicationMetadata extends Object implements org.apache.axis2.databinding.ADBBean
SynapseApplicationMetadata bean class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSynapseApplicationMetadata.FactoryFactory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected String[]localApisfield for Apis This was an Array!protected booleanlocalApisTrackerprotected StringlocalAppNamefield for AppNameprotected booleanlocalAppNameTrackerprotected EndpointMetadata[]localEndpointsfield for Endpoints This was an Array!protected booleanlocalEndpointsTrackerprotected String[]localEventsfield for Events This was an Array!protected booleanlocalEventsTrackerprotected String[]localInboundEPsfield for InboundEPs This was an Array!protected booleanlocalInboundEPsTrackerprotected String[]localLocalEntriesfield for LocalEntries This was an Array!protected booleanlocalLocalEntriesTrackerprotected String[]localMediatorsfield for Mediators This was an Array!protected booleanlocalMediatorsTrackerprotected String[]localMessageProcessorsfield for MessageProcessors This was an Array!protected booleanlocalMessageProcessorsTrackerprotected String[]localMessageStoresfield for MessageStores This was an Array!protected booleanlocalMessageStoresTrackerprotected String[]localProxyServicesfield for ProxyServices This was an Array!protected booleanlocalProxyServicesTrackerprotected String[]localSequencesfield for Sequences This was an Array!protected booleanlocalSequencesTrackerprotected TaskMetadata[]localTasksfield for Tasks This was an Array!protected booleanlocalTasksTracker
-
Constructor Summary
Constructors Constructor Description SynapseApplicationMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddApis(String param)Auto generated add method for the array for conveniencevoidaddEndpoints(EndpointMetadata param)Auto generated add method for the array for conveniencevoidaddEvents(String param)Auto generated add method for the array for conveniencevoidaddInboundEPs(String param)Auto generated add method for the array for conveniencevoidaddLocalEntries(String param)Auto generated add method for the array for conveniencevoidaddMediators(String param)Auto generated add method for the array for conveniencevoidaddMessageProcessors(String param)Auto generated add method for the array for conveniencevoidaddMessageStores(String param)Auto generated add method for the array for conveniencevoidaddProxyServices(String param)Auto generated add method for the array for conveniencevoidaddSequences(String param)Auto generated add method for the array for conveniencevoidaddTasks(TaskMetadata param)Auto generated add method for the array for convenienceString[]getApis()Auto generated getter methodStringgetAppName()Auto generated getter methodEndpointMetadata[]getEndpoints()Auto generated getter methodString[]getEvents()Auto generated getter methodString[]getInboundEPs()Auto generated getter methodString[]getLocalEntries()Auto generated getter methodString[]getMediators()Auto generated getter methodString[]getMessageProcessors()Auto generated getter methodString[]getMessageStores()Auto generated getter methodorg.apache.axiom.om.OMElementgetOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)String[]getProxyServices()Auto generated getter methodXMLStreamReadergetPullParser(QName qName)databinding method to get an XML representation of this objectString[]getSequences()Auto generated getter methodTaskMetadata[]getTasks()Auto generated getter methodbooleanisApisSpecified()booleanisAppNameSpecified()booleanisEndpointsSpecified()booleanisEventsSpecified()booleanisInboundEPsSpecified()booleanisLocalEntriesSpecified()booleanisMediatorsSpecified()booleanisMessageProcessorsSpecified()booleanisMessageStoresSpecified()booleanisProxyServicesSpecified()booleanisSequencesSpecified()booleanisTasksSpecified()voidserialize(QName parentQName, XMLStreamWriter xmlWriter)voidserialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)voidsetApis(String[] param)Auto generated setter methodvoidsetAppName(String param)Auto generated setter methodvoidsetEndpoints(EndpointMetadata[] param)Auto generated setter methodvoidsetEvents(String[] param)Auto generated setter methodvoidsetInboundEPs(String[] param)Auto generated setter methodvoidsetLocalEntries(String[] param)Auto generated setter methodvoidsetMediators(String[] param)Auto generated setter methodvoidsetMessageProcessors(String[] param)Auto generated setter methodvoidsetMessageStores(String[] param)Auto generated setter methodvoidsetProxyServices(String[] param)Auto generated setter methodvoidsetSequences(String[] param)Auto generated setter methodvoidsetTasks(TaskMetadata[] param)Auto generated setter methodprotected voidvalidateApis(String[] param)validate the array for Apisprotected voidvalidateEndpoints(EndpointMetadata[] param)validate the array for Endpointsprotected voidvalidateEvents(String[] param)validate the array for Eventsprotected voidvalidateInboundEPs(String[] param)validate the array for InboundEPsprotected voidvalidateLocalEntries(String[] param)validate the array for LocalEntriesprotected voidvalidateMediators(String[] param)validate the array for Mediatorsprotected voidvalidateMessageProcessors(String[] param)validate the array for MessageProcessorsprotected voidvalidateMessageStores(String[] param)validate the array for MessageStoresprotected voidvalidateProxyServices(String[] param)validate the array for ProxyServicesprotected voidvalidateSequences(String[] param)validate the array for Sequencesprotected voidvalidateTasks(TaskMetadata[] param)validate the array for Tasks
-
-
-
Field Detail
-
localApis
protected String[] localApis
field for Apis This was an Array!
-
localApisTracker
protected boolean localApisTracker
-
localAppName
protected String localAppName
field for AppName
-
localAppNameTracker
protected boolean localAppNameTracker
-
localEndpoints
protected EndpointMetadata[] localEndpoints
field for Endpoints This was an Array!
-
localEndpointsTracker
protected boolean localEndpointsTracker
-
localEvents
protected String[] localEvents
field for Events This was an Array!
-
localEventsTracker
protected boolean localEventsTracker
-
localInboundEPs
protected String[] localInboundEPs
field for InboundEPs This was an Array!
-
localInboundEPsTracker
protected boolean localInboundEPsTracker
-
localLocalEntries
protected String[] localLocalEntries
field for LocalEntries This was an Array!
-
localLocalEntriesTracker
protected boolean localLocalEntriesTracker
-
localMessageProcessors
protected String[] localMessageProcessors
field for MessageProcessors This was an Array!
-
localMessageProcessorsTracker
protected boolean localMessageProcessorsTracker
-
localMessageStores
protected String[] localMessageStores
field for MessageStores This was an Array!
-
localMessageStoresTracker
protected boolean localMessageStoresTracker
-
localMediators
protected String[] localMediators
field for Mediators This was an Array!
-
localMediatorsTracker
protected boolean localMediatorsTracker
-
localProxyServices
protected String[] localProxyServices
field for ProxyServices This was an Array!
-
localProxyServicesTracker
protected boolean localProxyServicesTracker
-
localSequences
protected String[] localSequences
field for Sequences This was an Array!
-
localSequencesTracker
protected boolean localSequencesTracker
-
localTasks
protected TaskMetadata[] localTasks
field for Tasks This was an Array!
-
localTasksTracker
protected boolean localTasksTracker
-
-
Method Detail
-
isApisSpecified
public boolean isApisSpecified()
-
getApis
public String[] getApis()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateApis
protected void validateApis(String[] param)
validate the array for Apis
-
setApis
public void setApis(String[] param)
Auto generated setter method- Parameters:
param- Apis
-
addApis
public void addApis(String param)
Auto generated add method for the array for convenience- Parameters:
param- java.lang.String
-
isAppNameSpecified
public boolean isAppNameSpecified()
-
getAppName
public String getAppName()
Auto generated getter method- Returns:
- java.lang.String
-
setAppName
public void setAppName(String param)
Auto generated setter method- Parameters:
param- AppName
-
isEndpointsSpecified
public boolean isEndpointsSpecified()
-
getEndpoints
public EndpointMetadata[] getEndpoints()
Auto generated getter method- Returns:
- org.wso2.carbon.application.mgt.synapse.stub.types.carbon.EndpointMetadata[]
-
validateEndpoints
protected void validateEndpoints(EndpointMetadata[] param)
validate the array for Endpoints
-
setEndpoints
public void setEndpoints(EndpointMetadata[] param)
Auto generated setter method- Parameters:
param- Endpoints
-
addEndpoints
public void addEndpoints(EndpointMetadata param)
Auto generated add method for the array for convenience- Parameters:
param- org.wso2.carbon.application.mgt.synapse.stub.types.carbon.EndpointMetadata
-
isEventsSpecified
public boolean isEventsSpecified()
-
getEvents
public String[] getEvents()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateEvents
protected void validateEvents(String[] param)
validate the array for Events
-
setEvents
public void setEvents(String[] param)
Auto generated setter method- Parameters:
param- Events
-
addEvents
public void addEvents(String param)
Auto generated add method for the array for convenience- Parameters:
param- java.lang.String
-
isInboundEPsSpecified
public boolean isInboundEPsSpecified()
-
getInboundEPs
public String[] getInboundEPs()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateInboundEPs
protected void validateInboundEPs(String[] param)
validate the array for InboundEPs
-
setInboundEPs
public void setInboundEPs(String[] param)
Auto generated setter method- Parameters:
param- InboundEPs
-
addInboundEPs
public void addInboundEPs(String param)
Auto generated add method for the array for convenience- Parameters:
param- java.lang.String
-
isLocalEntriesSpecified
public boolean isLocalEntriesSpecified()
-
getLocalEntries
public String[] getLocalEntries()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateLocalEntries
protected void validateLocalEntries(String[] param)
validate the array for LocalEntries
-
setLocalEntries
public void setLocalEntries(String[] param)
Auto generated setter method- Parameters:
param- LocalEntries
-
addLocalEntries
public void addLocalEntries(String param)
Auto generated add method for the array for convenience- Parameters:
param- java.lang.String
-
isMessageProcessorsSpecified
public boolean isMessageProcessorsSpecified()
-
getMessageProcessors
public String[] getMessageProcessors()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateMessageProcessors
protected void validateMessageProcessors(String[] param)
validate the array for MessageProcessors
-
setMessageProcessors
public void setMessageProcessors(String[] param)
Auto generated setter method- Parameters:
param- MessageProcessors
-
addMessageProcessors
public void addMessageProcessors(String param)
Auto generated add method for the array for convenience- Parameters:
param- java.lang.String
-
isMessageStoresSpecified
public boolean isMessageStoresSpecified()
-
getMessageStores
public String[] getMessageStores()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateMessageStores
protected void validateMessageStores(String[] param)
validate the array for MessageStores
-
setMessageStores
public void setMessageStores(String[] param)
Auto generated setter method- Parameters:
param- MessageStores
-
addMessageStores
public void addMessageStores(String param)
Auto generated add method for the array for convenience- Parameters:
param- java.lang.String
-
isMediatorsSpecified
public boolean isMediatorsSpecified()
-
getMediators
public String[] getMediators()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateMediators
protected void validateMediators(String[] param)
validate the array for Mediators
-
setMediators
public void setMediators(String[] param)
Auto generated setter method- Parameters:
param- Mediators
-
addMediators
public void addMediators(String param)
Auto generated add method for the array for convenience- Parameters:
param- java.lang.String
-
isProxyServicesSpecified
public boolean isProxyServicesSpecified()
-
getProxyServices
public String[] getProxyServices()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateProxyServices
protected void validateProxyServices(String[] param)
validate the array for ProxyServices
-
setProxyServices
public void setProxyServices(String[] param)
Auto generated setter method- Parameters:
param- ProxyServices
-
addProxyServices
public void addProxyServices(String param)
Auto generated add method for the array for convenience- Parameters:
param- java.lang.String
-
isSequencesSpecified
public boolean isSequencesSpecified()
-
getSequences
public String[] getSequences()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateSequences
protected void validateSequences(String[] param)
validate the array for Sequences
-
setSequences
public void setSequences(String[] param)
Auto generated setter method- Parameters:
param- Sequences
-
addSequences
public void addSequences(String param)
Auto generated add method for the array for convenience- Parameters:
param- java.lang.String
-
isTasksSpecified
public boolean isTasksSpecified()
-
getTasks
public TaskMetadata[] getTasks()
Auto generated getter method- Returns:
- org.wso2.carbon.application.mgt.synapse.stub.types.carbon.TaskMetadata[]
-
validateTasks
protected void validateTasks(TaskMetadata[] param)
validate the array for Tasks
-
setTasks
public void setTasks(TaskMetadata[] param)
Auto generated setter method- Parameters:
param- Tasks
-
addTasks
public void addTasks(TaskMetadata param)
Auto generated add method for the array for convenience- Parameters:
param- org.wso2.carbon.application.mgt.synapse.stub.types.carbon.TaskMetadata
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
- Specified by:
getOMElementin interfaceorg.apache.axis2.databinding.ADBBean- Parameters:
parentQName-factory-- Returns:
- org.apache.axiom.om.OMElement
- Throws:
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serializein interfaceorg.apache.axis2.databinding.ADBBean- Throws:
XMLStreamExceptionorg.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serializein interfaceorg.apache.axis2.databinding.ADBBean- Throws:
XMLStreamExceptionorg.apache.axis2.databinding.ADBException
-
getPullParser
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
databinding method to get an XML representation of this object- Specified by:
getPullParserin interfaceorg.apache.axis2.databinding.ADBBean- Throws:
org.apache.axis2.databinding.ADBException
-
-