|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.admin.payload.PayloadImpl.Inbound
public abstract static class PayloadImpl.Inbound
Partial implementation of the Inbound interface.
| Constructor Summary | |
|---|---|
PayloadImpl.Inbound()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getHeaderName()
|
static PayloadImpl.Inbound |
newInstance(java.lang.String payloadContentType,
java.io.InputStream is)
Creates a new Inbound Payload of the given content type, read from the specified InputStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.glassfish.api.admin.Payload.Inbound |
|---|
parts |
| Constructor Detail |
|---|
public PayloadImpl.Inbound()
| Method Detail |
|---|
public static PayloadImpl.Inbound newInstance(java.lang.String payloadContentType,
java.io.InputStream is)
throws java.io.IOException
payloadContentType - content-type from the inbound http request or responseis - the InputStream from which the Payload should be read
java.io.IOExceptionpublic java.lang.String getHeaderName()
getHeaderName in interface Payload.Inbound
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||