|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An event which indicates a different point in the ecxecution of the HttpAdapter invoke method.
This low-level event is generated by an HttpAdapter instance:
| Field Summary | |
static int |
AFTER_CONNECT |
static int |
BEFORE_CONNECT |
static int |
INVOKE_BEGIN |
static int |
INVOKE_END |
static int |
INVOKE_ERROR |
| Method Summary | |
java.lang.String |
getDebugTextData() |
java.lang.Exception |
getException() |
int |
getID() |
java.util.Enumeration |
getRequestHeaderNames()Returns an enumeration of all the header names this request contains. |
java.lang.String[] |
getRequestHeaders(java.lang.String name)Returns all the values of the specified request header as an array of String objects. |
java.util.Enumeration |
getResponseHeaderNames()Returns an enumeration of all the header names this response contains. |
java.lang.String[] |
getResponseHeaders(java.lang.String name)Returns all the values of the specified response header as an array of String objects. |
ServiceContext |
getServiceContext()Returns the ServiceContext used to invoke the adapter. |
| Field Detail |
public static final int INVOKE_ERROR
public static final int INVOKE_BEGIN
public static final int BEFORE_CONNECT
public static final int AFTER_CONNECT
public static final int INVOKE_END
| Method Detail |
public ServiceContext getServiceContext()
ServiceContext used to invoke the adapter.
public java.util.Enumeration getRequestHeaderNames()
throws java.lang.IllegalStateException
java.lang.IllegalStateException
public java.lang.String[] getRequestHeaders(java.lang.String name)
throws java.lang.IllegalStateException
name - a String specifying the header namejava.lang.IllegalStateException
public java.util.Enumeration getResponseHeaderNames()
throws java.lang.IllegalStateException
java.lang.IllegalStateException
public java.lang.String[] getResponseHeaders(java.lang.String name)
throws java.lang.IllegalStateException
name - a String specifying the header namejava.lang.IllegalStateException
public java.lang.String getDebugTextData()
throws java.lang.IllegalStateException,
java.io.IOException
java.lang.IllegalStateExceptionjava.io.IOException
public java.lang.Exception getException()
throws java.lang.IllegalStateException
java.lang.IllegalStateExceptionpublic int getID()
|
Oracle Application Server Wireless Java API Reference B10400-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||