org.ow2.orchestra.axis
Class AxisConfiguration

java.lang.Object
  extended by 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

Constructor Summary
AxisConfiguration()
           
 
Method Summary
 java.lang.String getGetVersionSvc()
           
 java.lang.String getHost()
           
 java.lang.String getHttpNonProxyHosts()
           
 java.lang.String getHttpProxyHost()
           
 java.lang.String getHttpProxyPort()
           
static AxisConfiguration getInstance()
           
 java.lang.String getPort()
           
 java.lang.String getServletPath()
           
 java.lang.String getTypeMapping()
           
 java.lang.String getWebappName()
           
 void setGetVersionSvc(java.lang.String getVersionSvc)
           
 void setHost(java.lang.String host)
           
 void setHttpNonProxyHosts(java.lang.String httpNonProxyHosts)
           
 void setHttpProxyHost(java.lang.String httpProxyHost)
           
 void setHttpProxyPort(java.lang.String httpProxyPort)
           
 void setPort(java.lang.String port)
           
 void setServletPath(java.lang.String servletPath)
           
 void setTypeMapping(java.lang.String typeMapping)
           
 void setWebappName(java.lang.String webappName)
           
 java.lang.String toString()
          Returns the configuration parameters in a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AxisConfiguration

public AxisConfiguration()
Method Detail

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.