org.glassfish.jersey.process.internal
Interface TreeAcceptor.Builder

Enclosing interface:
TreeAcceptor

public static interface TreeAcceptor.Builder

A TreeAcceptor builder.


Method Summary
 TreeAcceptor build()
          Build a hierarchical acceptor for the transformation of a given data type.
 TreeAcceptor.Builder child(TreeAcceptor child)
          Add new child node into the hierarchical request acceptor being built.
 

Method Detail

child

TreeAcceptor.Builder child(TreeAcceptor child)
Add new child node into the hierarchical request acceptor being built.

Parameters:
child - new child node to be added.
Returns:
updated builder instance.

build

TreeAcceptor build()
Build a hierarchical acceptor for the transformation of a given data type.

Returns:
hierarchical stage.


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.