Class CGThriftServerBean
- java.lang.Object
-
- org.wso2.carbon.cloud.gateway.stub.types.common.CGThriftServerBean
-
- All Implemented Interfaces:
Serializable
,org.apache.axis2.databinding.ADBBean
public class CGThriftServerBean extends Object implements org.apache.axis2.databinding.ADBBean
CGThriftServerBean bean class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CGThriftServerBean.Factory
Factory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected String
localHostName
field for HostNameprotected boolean
localHostNameTracker
protected int
localPort
field for Portprotected boolean
localPortTracker
protected int
localTimeOut
field for TimeOutprotected boolean
localTimeOutTracker
-
Constructor Summary
Constructors Constructor Description CGThriftServerBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHostName()
Auto generated getter methodorg.apache.axiom.om.OMElement
getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
int
getPort()
Auto generated getter methodXMLStreamReader
getPullParser(QName qName)
databinding method to get an XML representation of this objectint
getTimeOut()
Auto generated getter methodboolean
isHostNameSpecified()
boolean
isPortSpecified()
boolean
isTimeOutSpecified()
void
serialize(QName parentQName, XMLStreamWriter xmlWriter)
void
serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
void
setHostName(String param)
Auto generated setter methodvoid
setPort(int param)
Auto generated setter methodvoid
setTimeOut(int param)
Auto generated setter method
-
-
-
Field Detail
-
localHostName
protected String localHostName
field for HostName
-
localHostNameTracker
protected boolean localHostNameTracker
-
localPort
protected int localPort
field for Port
-
localPortTracker
protected boolean localPortTracker
-
localTimeOut
protected int localTimeOut
field for TimeOut
-
localTimeOutTracker
protected boolean localTimeOutTracker
-
-
Method Detail
-
isHostNameSpecified
public boolean isHostNameSpecified()
-
getHostName
public String getHostName()
Auto generated getter method- Returns:
- java.lang.String
-
setHostName
public void setHostName(String param)
Auto generated setter method- Parameters:
param
- HostName
-
isPortSpecified
public boolean isPortSpecified()
-
getPort
public int getPort()
Auto generated getter method- Returns:
- int
-
setPort
public void setPort(int param)
Auto generated setter method- Parameters:
param
- Port
-
isTimeOutSpecified
public boolean isTimeOutSpecified()
-
getTimeOut
public int getTimeOut()
Auto generated getter method- Returns:
- int
-
setTimeOut
public void setTimeOut(int param)
Auto generated setter method- Parameters:
param
- TimeOut
-
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
-
-