public class CfcInvokeResult extends Object implements Closeable
| Constructor and Description |
|---|
CfcInvokeResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CfcInputStream |
getContent()
Get the Content of CFC service call.
|
CfcMetaData |
getObjectMetadata()
Get the meta data of CFC service call.
|
void |
setContent(CfcInputStream content)
Set the Content of CFC service call.
|
void |
setObjectMetadata(CfcMetaData objectMetadata)
Set the meta data of CFC service call.
|
public CfcMetaData getObjectMetadata()
public void setObjectMetadata(CfcMetaData objectMetadata)
objectMetadata - The meta data of CFC service call.public CfcInputStream getContent()
public void setContent(CfcInputStream content)
content - The Content of CFC service call.public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2022. All rights reserved.