|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.wsenum.utils.EnumIteratorFactory
public class EnumIteratorFactory
EnumIteratorFactory Creates instances of EnumIterator implementations
| Constructor Summary | |
|---|---|
EnumIteratorFactory()
|
|
| Method Summary | |
|---|---|
static org.globus.ws.enumeration.EnumIterator |
createIterator(IterImplType iterType,
java.util.Iterator objectIter,
javax.xml.namespace.QName objectQName,
java.io.InputStream wsddInput)
Serializes a List of caCORE SDK generated objects to a temp file on the local disk, then creates an EnumIterator which can return those objects. |
static org.globus.ws.enumeration.EnumIterator |
createIterator(IterImplType iterType,
java.util.Iterator objectIter,
javax.xml.namespace.QName objectQName,
java.io.InputStream wsddInput,
java.lang.String tempFilename)
Serializes a List of caCORE SDK generated objects to a specified file on the local disk, then creates an EnumIterator which can return those objects. |
static org.globus.ws.enumeration.EnumIterator |
createIterator(IterImplType iterType,
java.util.List objects,
javax.xml.namespace.QName objectQName,
java.io.InputStream wsddInput)
|
static org.globus.ws.enumeration.EnumIterator |
createIterator(IterImplType iterType,
java.util.List objects,
javax.xml.namespace.QName objectQName,
java.io.InputStream wsddInput,
java.lang.String tempFilename)
Serializes a List of caCORE SDK generated objects to a specified file on the local disk, then creates an EnumIterator which can return those objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EnumIteratorFactory()
| Method Detail |
|---|
public static org.globus.ws.enumeration.EnumIterator createIterator(IterImplType iterType,
java.util.List objects,
javax.xml.namespace.QName objectQName,
java.io.InputStream wsddInput)
throws java.lang.Exception
java.lang.Exception
public static org.globus.ws.enumeration.EnumIterator createIterator(IterImplType iterType,
java.util.Iterator objectIter,
javax.xml.namespace.QName objectQName,
java.io.InputStream wsddInput)
throws java.lang.Exception
objectIter - An iterator to a collection of caCORE SDK objects to be enumeratedobjectQName - The QName of the objectswsddInput - An input stream to the WSDD configuration file
java.lang.Exception
public static org.globus.ws.enumeration.EnumIterator createIterator(IterImplType iterType,
java.util.List objects,
javax.xml.namespace.QName objectQName,
java.io.InputStream wsddInput,
java.lang.String tempFilename)
throws java.lang.Exception
objects - The list of caCORE SDK objects to be enumeratedobjectQName - The QName of the objectstempFilename - The name of the file to serialize objects into.
NOTE: For security reasons, access to this location
must be controlled in a production data environment.wsddInput - An input stream of the WSDD configuration file
java.lang.Exception
public static org.globus.ws.enumeration.EnumIterator createIterator(IterImplType iterType,
java.util.Iterator objectIter,
javax.xml.namespace.QName objectQName,
java.io.InputStream wsddInput,
java.lang.String tempFilename)
throws java.lang.Exception
objectIter - An iterator to a collection of caCORE SDK objects to be enumeratedobjectQName - The QName of the objectstempFilename - The name of the file to serialize objects into.
NOTE: For security reasons, access to this location
must be controlled in a production data environment.wsddInput - An input stream of the WSDD configuration file
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||