org.apache.cxf.transport.servlet
Class BaseUrlHelper
java.lang.Object
org.apache.cxf.transport.servlet.BaseUrlHelper
public final class BaseUrlHelper
- extends Object
|
Method Summary |
static String |
getBaseURL(javax.servlet.http.HttpServletRequest request)
|
static void |
makeAddressesAbsolute(javax.servlet.http.HttpServletRequest request,
String baseAddress,
org.apache.cxf.transport.AbstractDestination[] destinations)
|
static void |
setAddress(org.apache.cxf.transport.AbstractDestination dest,
String absAddress)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBaseURL
public static String getBaseURL(javax.servlet.http.HttpServletRequest request)
makeAddressesAbsolute
public static void makeAddressesAbsolute(javax.servlet.http.HttpServletRequest request,
String baseAddress,
org.apache.cxf.transport.AbstractDestination[] destinations)
setAddress
public static void setAddress(org.apache.cxf.transport.AbstractDestination dest,
String absAddress)
Apache CXF