com.sun.xml.ws.rx.rm.runtime.delivery
Class DeliveryQueueBuilder

java.lang.Object
  extended by com.sun.xml.ws.rx.rm.runtime.delivery.DeliveryQueueBuilder

public final class DeliveryQueueBuilder
extends Object

Author:
Marek Potociar

Method Summary
 DeliveryQueue build()
           
static DeliveryQueueBuilder getBuilder(RmConfiguration configuration, Postman postman, Postman.Callback deliveryCallback)
           
 void sequence(Sequence sequence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBuilder

public static DeliveryQueueBuilder getBuilder(@NotNull
                                              RmConfiguration configuration,
                                              @NotNull
                                              Postman postman,
                                              @NotNull
                                              Postman.Callback deliveryCallback)

sequence

public void sequence(Sequence sequence)

build

public DeliveryQueue build()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.