|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.transport.http.server.HttpUtils
public class HttpUtils
Method Summary | |
---|---|
static java.lang.String |
getIpAddress()
Returns the ip address to be used for the replyto epr CAUTION: This will go through all the available network interfaces and will try to return an ip address. |
static java.lang.String |
getIpAddress(AxisConfiguration axisConfiguration)
First check whether the hostname parameter is there in AxisConfiguration (axis2.xml) , if it is there then this will retun that as the host name , o.w will return the IP address. |
static java.lang.String |
getSoapAction(AxisHttpRequest request)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getSoapAction(AxisHttpRequest request)
public static java.lang.String getIpAddress() throws java.net.SocketException
java.net.SocketException
public static java.lang.String getIpAddress(AxisConfiguration axisConfiguration) throws java.net.SocketException
java.net.SocketException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |