Class ConfigurationContext
- java.lang.Object
-
- org.wso2.carbon.statistics.stub.types.axis2.context.ConfigurationContext
-
- All Implemented Interfaces:
Serializable
,org.apache.axis2.databinding.ADBBean
public class ConfigurationContext extends Object implements org.apache.axis2.databinding.ADBBean
ConfigurationContext bean class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConfigurationContext.Factory
Factory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected boolean
localAnyOperationContextRegistered
field for AnyOperationContextRegisteredprotected boolean
localAnyOperationContextRegisteredTracker
protected AxisConfiguration
localAxisConfiguration
field for AxisConfigurationprotected boolean
localAxisConfigurationTracker
protected String
localContextRoot
field for ContextRootprotected boolean
localContextRootTracker
protected ListenerManager
localListenerManager
field for ListenerManagerprotected boolean
localListenerManagerTracker
protected ConfigurationContext
localRootContext
field for RootContextprotected boolean
localRootContextTracker
protected String
localServiceContextPath
field for ServiceContextPathprotected boolean
localServiceContextPathTracker
protected String[]
localServiceGroupContextIDs
field for ServiceGroupContextIDs This was an Array!protected boolean
localServiceGroupContextIDsTracker
protected Object
localServiceGroupContexts
field for ServiceGroupContextsprotected boolean
localServiceGroupContextsTracker
protected long
localServiceGroupContextTimeoutInterval
field for ServiceGroupContextTimeoutIntervalprotected boolean
localServiceGroupContextTimeoutIntervalTracker
protected long
localServiceGroupContextTimoutInterval
field for ServiceGroupContextTimoutIntervalprotected boolean
localServiceGroupContextTimoutIntervalTracker
protected String
localServicePath
field for ServicePathprotected boolean
localServicePathTracker
protected ThreadFactory
localThreadPool
field for ThreadPoolprotected boolean
localThreadPoolTracker
protected ListenerManager
localTransportManager
field for TransportManagerprotected boolean
localTransportManagerTracker
-
Constructor Summary
Constructors Constructor Description ConfigurationContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addServiceGroupContextIDs(String param)
Auto generated add method for the array for convenienceboolean
getAnyOperationContextRegistered()
Auto generated getter methodAxisConfiguration
getAxisConfiguration()
Auto generated getter methodString
getContextRoot()
Auto generated getter methodListenerManager
getListenerManager()
Auto generated getter methodorg.apache.axiom.om.OMElement
getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
XMLStreamReader
getPullParser(QName qName)
databinding method to get an XML representation of this objectConfigurationContext
getRootContext()
Auto generated getter methodString
getServiceContextPath()
Auto generated getter methodString[]
getServiceGroupContextIDs()
Auto generated getter methodObject
getServiceGroupContexts()
Auto generated getter methodlong
getServiceGroupContextTimeoutInterval()
Auto generated getter methodlong
getServiceGroupContextTimoutInterval()
Auto generated getter methodString
getServicePath()
Auto generated getter methodThreadFactory
getThreadPool()
Auto generated getter methodListenerManager
getTransportManager()
Auto generated getter methodboolean
isAnyOperationContextRegisteredSpecified()
boolean
isAxisConfigurationSpecified()
boolean
isContextRootSpecified()
boolean
isListenerManagerSpecified()
boolean
isRootContextSpecified()
boolean
isServiceContextPathSpecified()
boolean
isServiceGroupContextIDsSpecified()
boolean
isServiceGroupContextsSpecified()
boolean
isServiceGroupContextTimeoutIntervalSpecified()
boolean
isServiceGroupContextTimoutIntervalSpecified()
boolean
isServicePathSpecified()
boolean
isThreadPoolSpecified()
boolean
isTransportManagerSpecified()
void
serialize(QName parentQName, XMLStreamWriter xmlWriter)
void
serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
void
setAnyOperationContextRegistered(boolean param)
Auto generated setter methodvoid
setAxisConfiguration(AxisConfiguration param)
Auto generated setter methodvoid
setContextRoot(String param)
Auto generated setter methodvoid
setListenerManager(ListenerManager param)
Auto generated setter methodvoid
setRootContext(ConfigurationContext param)
Auto generated setter methodvoid
setServiceContextPath(String param)
Auto generated setter methodvoid
setServiceGroupContextIDs(String[] param)
Auto generated setter methodvoid
setServiceGroupContexts(Object param)
Auto generated setter methodvoid
setServiceGroupContextTimeoutInterval(long param)
Auto generated setter methodvoid
setServiceGroupContextTimoutInterval(long param)
Auto generated setter methodvoid
setServicePath(String param)
Auto generated setter methodvoid
setThreadPool(ThreadFactory param)
Auto generated setter methodvoid
setTransportManager(ListenerManager param)
Auto generated setter methodprotected void
validateServiceGroupContextIDs(String[] param)
validate the array for ServiceGroupContextIDs
-
-
-
Field Detail
-
localAnyOperationContextRegistered
protected boolean localAnyOperationContextRegistered
field for AnyOperationContextRegistered
-
localAnyOperationContextRegisteredTracker
protected boolean localAnyOperationContextRegisteredTracker
-
localAxisConfiguration
protected AxisConfiguration localAxisConfiguration
field for AxisConfiguration
-
localAxisConfigurationTracker
protected boolean localAxisConfigurationTracker
-
localContextRoot
protected String localContextRoot
field for ContextRoot
-
localContextRootTracker
protected boolean localContextRootTracker
-
localListenerManager
protected ListenerManager localListenerManager
field for ListenerManager
-
localListenerManagerTracker
protected boolean localListenerManagerTracker
-
localRootContext
protected ConfigurationContext localRootContext
field for RootContext
-
localRootContextTracker
protected boolean localRootContextTracker
-
localServiceContextPath
protected String localServiceContextPath
field for ServiceContextPath
-
localServiceContextPathTracker
protected boolean localServiceContextPathTracker
-
localServiceGroupContextIDs
protected String[] localServiceGroupContextIDs
field for ServiceGroupContextIDs This was an Array!
-
localServiceGroupContextIDsTracker
protected boolean localServiceGroupContextIDsTracker
-
localServiceGroupContextTimeoutInterval
protected long localServiceGroupContextTimeoutInterval
field for ServiceGroupContextTimeoutInterval
-
localServiceGroupContextTimeoutIntervalTracker
protected boolean localServiceGroupContextTimeoutIntervalTracker
-
localServiceGroupContextTimoutInterval
protected long localServiceGroupContextTimoutInterval
field for ServiceGroupContextTimoutInterval
-
localServiceGroupContextTimoutIntervalTracker
protected boolean localServiceGroupContextTimoutIntervalTracker
-
localServiceGroupContexts
protected Object localServiceGroupContexts
field for ServiceGroupContexts
-
localServiceGroupContextsTracker
protected boolean localServiceGroupContextsTracker
-
localServicePath
protected String localServicePath
field for ServicePath
-
localServicePathTracker
protected boolean localServicePathTracker
-
localThreadPool
protected ThreadFactory localThreadPool
field for ThreadPool
-
localThreadPoolTracker
protected boolean localThreadPoolTracker
-
localTransportManager
protected ListenerManager localTransportManager
field for TransportManager
-
localTransportManagerTracker
protected boolean localTransportManagerTracker
-
-
Method Detail
-
isAnyOperationContextRegisteredSpecified
public boolean isAnyOperationContextRegisteredSpecified()
-
getAnyOperationContextRegistered
public boolean getAnyOperationContextRegistered()
Auto generated getter method- Returns:
- boolean
-
setAnyOperationContextRegistered
public void setAnyOperationContextRegistered(boolean param)
Auto generated setter method- Parameters:
param
- AnyOperationContextRegistered
-
isAxisConfigurationSpecified
public boolean isAxisConfigurationSpecified()
-
getAxisConfiguration
public AxisConfiguration getAxisConfiguration()
Auto generated getter method- Returns:
- org.wso2.carbon.statistics.stub.types.axis2.engine.AxisConfiguration
-
setAxisConfiguration
public void setAxisConfiguration(AxisConfiguration param)
Auto generated setter method- Parameters:
param
- AxisConfiguration
-
isContextRootSpecified
public boolean isContextRootSpecified()
-
getContextRoot
public String getContextRoot()
Auto generated getter method- Returns:
- java.lang.String
-
setContextRoot
public void setContextRoot(String param)
Auto generated setter method- Parameters:
param
- ContextRoot
-
isListenerManagerSpecified
public boolean isListenerManagerSpecified()
-
getListenerManager
public ListenerManager getListenerManager()
Auto generated getter method- Returns:
- org.wso2.carbon.statistics.stub.types.axis2.engine.ListenerManager
-
setListenerManager
public void setListenerManager(ListenerManager param)
Auto generated setter method- Parameters:
param
- ListenerManager
-
isRootContextSpecified
public boolean isRootContextSpecified()
-
getRootContext
public ConfigurationContext getRootContext()
Auto generated getter method- Returns:
- org.wso2.carbon.statistics.stub.types.axis2.context.ConfigurationContext
-
setRootContext
public void setRootContext(ConfigurationContext param)
Auto generated setter method- Parameters:
param
- RootContext
-
isServiceContextPathSpecified
public boolean isServiceContextPathSpecified()
-
getServiceContextPath
public String getServiceContextPath()
Auto generated getter method- Returns:
- java.lang.String
-
setServiceContextPath
public void setServiceContextPath(String param)
Auto generated setter method- Parameters:
param
- ServiceContextPath
-
isServiceGroupContextIDsSpecified
public boolean isServiceGroupContextIDsSpecified()
-
getServiceGroupContextIDs
public String[] getServiceGroupContextIDs()
Auto generated getter method- Returns:
- java.lang.String[]
-
validateServiceGroupContextIDs
protected void validateServiceGroupContextIDs(String[] param)
validate the array for ServiceGroupContextIDs
-
setServiceGroupContextIDs
public void setServiceGroupContextIDs(String[] param)
Auto generated setter method- Parameters:
param
- ServiceGroupContextIDs
-
addServiceGroupContextIDs
public void addServiceGroupContextIDs(String param)
Auto generated add method for the array for convenience- Parameters:
param
- java.lang.String
-
isServiceGroupContextTimeoutIntervalSpecified
public boolean isServiceGroupContextTimeoutIntervalSpecified()
-
getServiceGroupContextTimeoutInterval
public long getServiceGroupContextTimeoutInterval()
Auto generated getter method- Returns:
- long
-
setServiceGroupContextTimeoutInterval
public void setServiceGroupContextTimeoutInterval(long param)
Auto generated setter method- Parameters:
param
- ServiceGroupContextTimeoutInterval
-
isServiceGroupContextTimoutIntervalSpecified
public boolean isServiceGroupContextTimoutIntervalSpecified()
-
getServiceGroupContextTimoutInterval
public long getServiceGroupContextTimoutInterval()
Auto generated getter method- Returns:
- long
-
setServiceGroupContextTimoutInterval
public void setServiceGroupContextTimoutInterval(long param)
Auto generated setter method- Parameters:
param
- ServiceGroupContextTimoutInterval
-
isServiceGroupContextsSpecified
public boolean isServiceGroupContextsSpecified()
-
getServiceGroupContexts
public Object getServiceGroupContexts()
Auto generated getter method- Returns:
- java.lang.Object
-
setServiceGroupContexts
public void setServiceGroupContexts(Object param)
Auto generated setter method- Parameters:
param
- ServiceGroupContexts
-
isServicePathSpecified
public boolean isServicePathSpecified()
-
getServicePath
public String getServicePath()
Auto generated getter method- Returns:
- java.lang.String
-
setServicePath
public void setServicePath(String param)
Auto generated setter method- Parameters:
param
- ServicePath
-
isThreadPoolSpecified
public boolean isThreadPoolSpecified()
-
getThreadPool
public ThreadFactory getThreadPool()
Auto generated getter method- Returns:
- org.wso2.carbon.statistics.stub.types.axis2.threadpool.ThreadFactory
-
setThreadPool
public void setThreadPool(ThreadFactory param)
Auto generated setter method- Parameters:
param
- ThreadPool
-
isTransportManagerSpecified
public boolean isTransportManagerSpecified()
-
getTransportManager
public ListenerManager getTransportManager()
Auto generated getter method- Returns:
- org.wso2.carbon.statistics.stub.types.axis2.engine.ListenerManager
-
setTransportManager
public void setTransportManager(ListenerManager param)
Auto generated setter method- Parameters:
param
- TransportManager
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
- Specified by:
getOMElement
in 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:
serialize
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serialize
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
XMLStreamException
org.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:
getPullParser
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
org.apache.axis2.databinding.ADBException
-
-