org.glassfish.api.admin
Interface Payload.Inbound

Enclosing interface:
Payload

public static interface Payload.Inbound

Public API for inbound payloads.


Method Summary
 java.lang.String getHeaderName()
          Returns the name of the header that should be set in the outgoing and incoming http request or response.
 java.util.Iterator<Payload.Part> parts()
          Returns the parts from the inbound payload.
 

Method Detail

parts

java.util.Iterator<Payload.Part> parts()
Returns the parts from the inbound payload.

Returns:
Iterator over the inbound Parts

getHeaderName

java.lang.String getHeaderName()
Returns the name of the header that should be set in the outgoing and incoming http request or response.

Returns:
the header name


Copyright © 2012 GlassFish Community. All Rights Reserved.