Uses of Class
org.openspml.v2.msg.spmlbatch.Processing

Packages that use Processing
org.openspml.v2.msg.spmlbatch   
 

Uses of Processing in org.openspml.v2.msg.spmlbatch
 

Fields in org.openspml.v2.msg.spmlbatch declared as Processing
static Processing Processing.SEQUENTIAL
           
static Processing Processing.PARALLEL
           
 

Methods in org.openspml.v2.msg.spmlbatch that return Processing
static Processing[] Processing.getConstants()
           
 Processing BatchRequest.getProcessing()
           
 

Methods in org.openspml.v2.msg.spmlbatch with parameters of type Processing
 void BatchRequest.setProcessing(Processing processing)
           
 

Constructors in org.openspml.v2.msg.spmlbatch with parameters of type Processing
BatchRequest(java.lang.String requestId, ExecutionMode executionMode, Processing processing, OnError onError)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.