org.mule.common.bulk
Class AbstractBulkBuilder

java.lang.Object
  extended by org.mule.common.bulk.AbstractBulkBuilder
Direct Known Subclasses:
BulkItem.BulkItemBuilder, BulkOperationResult.BulkOperationResultBuilder

public abstract class AbstractBulkBuilder
extends Object


Constructor Summary
AbstractBulkBuilder()
           
 
Method Summary
protected  void customProperty(String key, Serializable value)
           
protected  Map<String,Serializable> getCustomProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBulkBuilder

public AbstractBulkBuilder()
Method Detail

customProperty

protected void customProperty(String key,
                              Serializable value)

getCustomProperties

protected Map<String,Serializable> getCustomProperties()


Copyright © 2015 MuleSoft, Inc.. All rights reserved.