@Converter public enum RequestConverter extends Enum<RequestConverter>
Enum Constant and Description |
---|
INSTANCE |
Modifier and Type | Method and Description |
---|---|
static InputStream |
toInputStream(org.fusesource.camel.component.sap.model.rfc.impl.RequestImpl structure) |
static OutputStream |
toOutputStream(org.fusesource.camel.component.sap.model.rfc.impl.RequestImpl structure) |
static org.fusesource.camel.component.sap.model.rfc.Request |
toRequest(byte[] byteArray) |
static org.fusesource.camel.component.sap.model.rfc.Request |
toRequest(InputStream in) |
static org.fusesource.camel.component.sap.model.rfc.Request |
toRequest(String string) |
static String |
toString(org.fusesource.camel.component.sap.model.rfc.impl.RequestImpl structure) |
static RequestConverter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestConverter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestConverter INSTANCE
public static RequestConverter[] values()
for (RequestConverter c : RequestConverter.values()) System.out.println(c);
public static RequestConverter 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.rfc.Request toRequest(String string) throws org.apache.camel.CamelException
org.apache.camel.CamelException
@Converter public static org.fusesource.camel.component.sap.model.rfc.Request toRequest(InputStream in) throws org.apache.camel.CamelException
org.apache.camel.CamelException
@Converter public static org.fusesource.camel.component.sap.model.rfc.Request toRequest(byte[] byteArray) throws org.apache.camel.CamelException
org.apache.camel.CamelException
@Converter public static String toString(org.fusesource.camel.component.sap.model.rfc.impl.RequestImpl structure) throws org.apache.camel.CamelException
org.apache.camel.CamelException
@Converter public static OutputStream toOutputStream(org.fusesource.camel.component.sap.model.rfc.impl.RequestImpl structure) throws org.apache.camel.CamelException
org.apache.camel.CamelException
@Converter public static InputStream toInputStream(org.fusesource.camel.component.sap.model.rfc.impl.RequestImpl structure) throws org.apache.camel.CamelException
org.apache.camel.CamelException
Apache Camel