|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.config.HttpConfigurationType
public class HttpConfigurationType
This type defines items specific to HTTP and HTTPS connectors.
Constructor Summary | |
---|---|
HttpConfigurationType()
|
Method Summary | |
---|---|
void |
deleteClientPingInterval()
Method deleteClientPingInterval |
void |
deletePort()
Method deletePort |
void |
deleteProxyPort()
Method deleteProxyPort |
java.lang.String |
getAdminServlet()
Returns the value of field 'adminServlet'. |
int |
getClientPingInterval()
Returns the value of field 'clientPingInterval'. |
java.lang.String |
getHost()
Returns the value of field 'host'. |
java.lang.String |
getJndiServlet()
Returns the value of field 'jndiServlet'. |
int |
getPort()
Returns the value of field 'port'. |
java.lang.String |
getProxyHost()
Returns the value of field 'proxyHost'. |
int |
getProxyPort()
Returns the value of field 'proxyPort'. |
java.lang.String |
getServerServlet()
Returns the value of field 'serverServlet'. |
boolean |
hasClientPingInterval()
Method hasClientPingInterval |
boolean |
hasPort()
Method hasPort |
boolean |
hasProxyPort()
Method hasProxyPort |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setAdminServlet(java.lang.String adminServlet)
Sets the value of field 'adminServlet'. |
void |
setClientPingInterval(int clientPingInterval)
Sets the value of field 'clientPingInterval'. |
void |
setHost(java.lang.String host)
Sets the value of field 'host'. |
void |
setJndiServlet(java.lang.String jndiServlet)
Sets the value of field 'jndiServlet'. |
void |
setPort(int port)
Sets the value of field 'port'. |
void |
setProxyHost(java.lang.String proxyHost)
Sets the value of field 'proxyHost'. |
void |
setProxyPort(int proxyPort)
Sets the value of field 'proxyPort'. |
void |
setServerServlet(java.lang.String serverServlet)
Sets the value of field 'serverServlet'. |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpConfigurationType()
Method Detail |
---|
public void deleteClientPingInterval()
public void deletePort()
public void deleteProxyPort()
public java.lang.String getAdminServlet()
public int getClientPingInterval()
public java.lang.String getHost()
public java.lang.String getJndiServlet()
public int getPort()
public java.lang.String getProxyHost()
public int getProxyPort()
public java.lang.String getServerServlet()
public boolean hasClientPingInterval()
public boolean hasPort()
public boolean hasProxyPort()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setAdminServlet(java.lang.String adminServlet)
adminServlet
- the value of field 'adminServlet'.public void setClientPingInterval(int clientPingInterval)
clientPingInterval
- the value of field
'clientPingInterval'.public void setHost(java.lang.String host)
host
- the value of field 'host'.public void setJndiServlet(java.lang.String jndiServlet)
jndiServlet
- the value of field 'jndiServlet'.public void setPort(int port)
port
- the value of field 'port'.public void setProxyHost(java.lang.String proxyHost)
proxyHost
- the value of field 'proxyHost'.public void setProxyPort(int proxyPort)
proxyPort
- the value of field 'proxyPort'.public void setServerServlet(java.lang.String serverServlet)
serverServlet
- the value of field 'serverServlet'.public static java.lang.Object unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |