|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWSRequest
An IWSRequest represents a request to an IWebServiceEndpoint.
| Method Summary | ||
|---|---|---|
|
getAttribute(Class<T> type)
Returns an object of the corresponding interface, or null if none was found |
|
String |
getContentType()
|
|
String |
getHeader(String name)
|
|
InputStream |
getInputStream()
|
|
String |
getRemoteAddr()
|
|
|
setAttribute(Class<T> type,
T value)
Permits to use the IWSRequest interface as a storage place. |
|
| Method Detail |
|---|
InputStream getInputStream()
throws IOException
InputStream with the web service request
message's content.
IOException - when InputStream cannot be returned.String getRemoteAddr()
String getHeader(String name)
String getContentType()
<T> T setAttribute(Class<T> type,
T value)
IWSRequest interface as a storage place.
T - interface of the objecttype - keyvalue - the object to be stored
<T> T getAttribute(Class<T> type)
T - interface of the objecttype - expected interface type used as a key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||