@Converter public enum DocumentListConverter extends Enum<DocumentListConverter>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
static org.fusesource.camel.component.sap.model.idoc.DocumentList |
toDocumentList(byte[] byteArray) |
static org.fusesource.camel.component.sap.model.idoc.DocumentList |
toDocumentList(InputStream in) |
static org.fusesource.camel.component.sap.model.idoc.DocumentList |
toDocumentList(String string) |
static InputStream |
toInputStream(org.fusesource.camel.component.sap.model.idoc.impl.DocumentListImpl documentList) |
static OutputStream |
toOutputStream(org.fusesource.camel.component.sap.model.idoc.impl.DocumentListImpl documentList) |
static String |
toString(org.fusesource.camel.component.sap.model.idoc.impl.DocumentListImpl documentList) |
static DocumentListConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentListConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentListConverter INSTANCE
public static DocumentListConverter[] values()
for (DocumentListConverter c : DocumentListConverter.values()) System.out.println(c);
public static DocumentListConverter valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null@Converter public static org.fusesource.camel.component.sap.model.idoc.DocumentList toDocumentList(String string) throws org.apache.camel.CamelException
org.apache.camel.CamelException
@Converter public static org.fusesource.camel.component.sap.model.idoc.DocumentList toDocumentList(InputStream in) throws org.apache.camel.CamelException
org.apache.camel.CamelException
@Converter public static org.fusesource.camel.component.sap.model.idoc.DocumentList toDocumentList(byte[] byteArray) throws org.apache.camel.CamelException
org.apache.camel.CamelException
@Converter public static String toString(org.fusesource.camel.component.sap.model.idoc.impl.DocumentListImpl documentList) throws org.apache.camel.CamelException
org.apache.camel.CamelException
@Converter public static OutputStream toOutputStream(org.fusesource.camel.component.sap.model.idoc.impl.DocumentListImpl documentList) throws org.apache.camel.CamelException
org.apache.camel.CamelException
@Converter public static InputStream toInputStream(org.fusesource.camel.component.sap.model.idoc.impl.DocumentListImpl documentList) throws org.apache.camel.CamelException
org.apache.camel.CamelException
Apache Camel