public final class ChannelDirection extends Object implements Serializable
ChannelDirection
class identifies the direction of an
adapter's channel, i.e. whether its is a sender or a receiver.Modifier and Type | Field and Description |
---|---|
static ChannelDirection |
RECEIVER
Identifies a receiver channel.
|
static ChannelDirection |
SENDER
Identifies a sender channel.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
readResolve()
This is called after the deserialization of an instance of this class has
taken place.
|
String |
toString()
Converts this object into a string representation.
|
static ChannelDirection |
valueOf(String direction)
Get one of the static class members from their depending String as returned from
toString . |
public static final ChannelDirection SENDER
public static final ChannelDirection RECEIVER
public String toString()
public static ChannelDirection valueOf(String direction)
toString
.direction
- a String as returned by the toString
methodNullPointerException
- if the argument is nullIllegalArgumentException
- if the argument is a unknown direction Stringprotected Object readResolve() throws ObjectStreamException
ObjectStreamException
- In case there was a problem reading the object (e.g. invalid input data in the stream)Access Rights |
---|
SC | DC | Public Part | ACH |
---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.af.svc.facade
|
api
|
BC-XI
|
Copyright 2019 SAP AG Complete Copyright Notice