org.ow2.orchestra.axis
Class AxisConfiguration
java.lang.Object
org.ow2.orchestra.axis.AxisConfiguration
public class AxisConfiguration
- extends java.lang.Object
AxisConfiguration. Keeps all configuration parameters for the given axis
engine.
- Author:
- Goulven Le Jeune, Charles Souillard, Candy Chlad, Stanislas Giraudet
De Boudemange, Guillaume Porcher
Created on : Feb 21st 07
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AxisConfiguration
public AxisConfiguration()
getInstance
public static AxisConfiguration getInstance()
toString
public java.lang.String toString()
- Returns the configuration parameters in a string.
- Overrides:
toString in class java.lang.Object
- Returns:
- the string representing the configuration parameters
getGetVersionSvc
public java.lang.String getGetVersionSvc()
- Returns:
- the getVersionSvc
setGetVersionSvc
public void setGetVersionSvc(java.lang.String getVersionSvc)
- Parameters:
getVersionSvc - the getVersionSvc to set
getHost
public java.lang.String getHost()
- Returns:
- the host
setHost
public void setHost(java.lang.String host)
- Parameters:
host - the host to set
getPort
public java.lang.String getPort()
- Returns:
- the port
setPort
public void setPort(java.lang.String port)
- Parameters:
port - the port to set
getServletPath
public java.lang.String getServletPath()
- Returns:
- the servletPath
setServletPath
public void setServletPath(java.lang.String servletPath)
- Parameters:
servletPath - the servletPath to set
getTypeMapping
public java.lang.String getTypeMapping()
- Returns:
- the typeMapping
setTypeMapping
public void setTypeMapping(java.lang.String typeMapping)
- Parameters:
typeMapping - the typeMapping to set
getWebappName
public java.lang.String getWebappName()
- Returns:
- the webappName
setWebappName
public void setWebappName(java.lang.String webappName)
- Parameters:
webappName - the webappName to set
getHttpNonProxyHosts
public java.lang.String getHttpNonProxyHosts()
- Returns:
- the httpNonProxyHosts
setHttpNonProxyHosts
public void setHttpNonProxyHosts(java.lang.String httpNonProxyHosts)
- Parameters:
httpNonProxyHosts - the httpNonProxyHosts to set
getHttpProxyHost
public java.lang.String getHttpProxyHost()
- Returns:
- the httpProxyHost
setHttpProxyHost
public void setHttpProxyHost(java.lang.String httpProxyHost)
- Parameters:
httpProxyHost - the httpProxyHost to set
getHttpProxyPort
public java.lang.String getHttpProxyPort()
- Returns:
- the httpProxyPort
setHttpProxyPort
public void setHttpProxyPort(java.lang.String httpProxyPort)
- Parameters:
httpProxyPort - the httpProxyPort to set
Copyright © 2008 OW2 Consortium. All Rights Reserved.