org.glassfish.api.admin
Interface Payload.Inbound

Enclosing interface:
Payload

public static interface Payload.Inbound

Public API for inbound payloads.


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

Method Detail

parts

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

Returns:
Iterator over the inbound Parts

getHeaderName

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.