org.jboss.soa.esb.http
Class HttpConfiguration

java.lang.Object
  extended by org.jboss.soa.esb.http.HttpConfiguration

public final class HttpConfiguration
extends java.lang.Object

HttpConfiguration.

Author:
dward at jboss.org

Method Summary
static java.net.URI createSecureURI()
           
static java.net.URI createSecureURI(java.lang.String path)
           
static java.net.URI createURI()
           
static java.net.URI createURI(java.lang.String path)
           
static java.lang.String getAddress()
           
static java.lang.String getAddress(java.lang.String path)
           
static java.lang.String getHost()
           
static java.lang.String getHost(java.lang.String defaultValue)
           
static int getPort()
           
static int getPort(int defaultValue)
           
static java.lang.String getSecureAddress()
           
static java.lang.String getSecureAddress(java.lang.String path)
           
static int getSecurePort()
           
static int getSecurePort(int defaultValue)
           
static java.net.URI getSecureURI()
           
static java.net.URI getSecureURI(java.lang.String path)
           
static java.net.URL getSecureURL()
           
static java.net.URL getSecureURL(java.lang.String path)
           
static java.net.URI getURI()
           
static java.net.URI getURI(java.lang.String path)
           
static java.net.URL getURL()
           
static java.net.URL getURL(java.lang.String path)
           
static boolean isResponseStatusEnabled()
           
static boolean isResponseStatusEnabled(boolean defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHost

public static java.lang.String getHost()

getHost

public static java.lang.String getHost(java.lang.String defaultValue)

getPort

public static int getPort()

getPort

public static int getPort(int defaultValue)

getSecurePort

public static int getSecurePort()

getSecurePort

public static int getSecurePort(int defaultValue)

getAddress

public static java.lang.String getAddress()

getAddress

public static java.lang.String getAddress(java.lang.String path)

getSecureAddress

public static java.lang.String getSecureAddress()

getSecureAddress

public static java.lang.String getSecureAddress(java.lang.String path)

getURL

public static java.net.URL getURL()
                           throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getURL

public static java.net.URL getURL(java.lang.String path)
                           throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getSecureURL

public static java.net.URL getSecureURL()
                                 throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getSecureURL

public static java.net.URL getSecureURL(java.lang.String path)
                                 throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

getURI

public static java.net.URI getURI()
                           throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException

getURI

public static java.net.URI getURI(java.lang.String path)
                           throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException

getSecureURI

public static java.net.URI getSecureURI()
                                 throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException

getSecureURI

public static java.net.URI getSecureURI(java.lang.String path)
                                 throws java.net.URISyntaxException
Throws:
java.net.URISyntaxException

createURI

public static java.net.URI createURI()

createURI

public static java.net.URI createURI(java.lang.String path)

createSecureURI

public static java.net.URI createSecureURI()

createSecureURI

public static java.net.URI createSecureURI(java.lang.String path)

isResponseStatusEnabled

public static boolean isResponseStatusEnabled()

isResponseStatusEnabled

public static boolean isResponseStatusEnabled(boolean defaultValue)