|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3) B25988-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A class that holds all the constants used to set and get server side properties.
| Field Summary | |
static String |
HTTP_SERVLET_REQUESTThis property can be used by a service implementation class to get the HTTP servlet request when the caller of the webservices uses HTTP transport. |
| Field Detail |
public static final String HTTP_SERVLET_REQUEST
javax.xml.rpc.server.ServiceLifecyle and store the Object passed into the init method which is an instance of javax.xml.rpc.server.ServletEndpointContext. When a method in the service implementation class is invoked, the ServletEndpointContext's method getMessageContext returns a javax.xml.rpc.handler.MessageContext. The MessageContext has a method getProperty which can use this constant as a property name. The object returned is an instance of javax.servlet.http.HttpServletRequest.
Type: java.lang.String
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||