| Package | Description |
|---|---|
| org.fusesource.camel.component.sap.model.rfc | |
| org.fusesource.camel.component.sap.model.rfc.impl | |
| org.fusesource.camel.component.sap.model.rfc.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Table<S extends Structure>
A representation of the model object 'Table'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Request
A representation of the model object 'Request'.
|
interface |
Response
A representation of the model object 'Response'.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends Structure> |
RfcFactory.createTable()
Returns a new object of class 'Table'.
|
| Modifier and Type | Method and Description |
|---|---|
Structure |
RfcFactory.createStructure()
Returns a new object of class 'Structure'.
|
Structure |
RFC.getRequest()
Returns the value of the 'Request' containment reference.
|
Structure |
RFC.getResponse()
Returns the value of the 'Response' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RFC.setRequest(Structure value)
Sets the value of the '
Request' containment reference. |
void |
RFC.setResponse(Structure value)
Sets the value of the '
Response' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
TableImpl<S extends Structure>
An implementation of the model object '
Table'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestImpl
An implementation of the model object 'Request'.
|
class |
ResponseImpl
An implementation of the model object 'Response'.
|
class |
StructureImpl
An implementation of the model object 'Structure'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Structure |
RFCImpl.request
The cached value of the '
Request' containment reference. |
protected Structure |
RFCImpl.response
The cached value of the '
Response' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
<S extends Structure> |
RfcFactoryImpl.createTable() |
| Modifier and Type | Method and Description |
|---|---|
Structure |
RfcFactoryImpl.createStructure() |
Structure |
RFCImpl.getRequest() |
Structure |
RFCImpl.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
RFCImpl.basicSetRequest(Structure newRequest,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
RFCImpl.basicSetResponse(Structure newResponse,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
RFCImpl.setRequest(Structure newRequest) |
void |
RFCImpl.setResponse(Structure newResponse) |
| Modifier and Type | Method and Description |
|---|---|
<S extends Structure> |
RfcSwitch.caseTable(Table<S> object)
Returns the result of interpreting the object as an instance of 'Table'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RfcSwitch.caseStructure(Structure object)
Returns the result of interpreting the object as an instance of 'Structure'.
|
Apache Camel