|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fcrepo.client.objecteditor.types.DatastreamInputSpec
public class DatastreamInputSpec
Defines the datastreams that a service deployment requires in order to fulfill its service definition ("contract"). A deployment object specifies this.
| Constructor Summary | |
|---|---|
DatastreamInputSpec(String label,
List bindingRules)
Initialize a DatastreamInputSpec object with all values. |
|
| Method Summary | |
|---|---|
List |
bindingRules()
Get the spec's list of DatastreamBindingRules. |
String |
getLabel()
Get a short description of the input specification. |
static DatastreamInputSpec |
parse(InputStream xml)
Parse a stream of XML and return the datastream input spec defined therein. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatastreamInputSpec(String label,
List bindingRules)
| Method Detail |
|---|
public static DatastreamInputSpec parse(InputStream xml)
throws IOException
<DSInputSpec label="SPEC_LABEL">
<DSInput DSMax="MAX_DATASTREAMS"
DSMin="MIN_DATASTREAMS"
DSOrdinality="IS_ORDERED"
wsdlMsgPartName="BINDING_KEY">
<DSInputLabel>BINDING_LABEL</DSInputLabel>
<DSMIME>MIME_TYPE_SPACE_SEPARATED_LIST</DSMIME>
<DSInputInstruction>INSTRUCTIONS</DSInputInstruction>
</DSInput>
</DSInputSpec>
IOExceptionpublic String getLabel()
public List bindingRules()
DatastreamBindingRules.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||