Package | Description |
---|---|
ifs.fnd.tc.framework | |
ifs.fnd.tc.framework.xml | |
ifs.fnd.tc.http |
Modifier and Type | Method and Description |
---|---|
static ConnectInstance |
ConnectFramework.createInstance(java.lang.String createdFrom,
java.lang.String queueId) |
static ConnectInstance |
ConnectFramework.getInstance() |
static ConnectInstance |
ConnectFramework.getInstance(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
static DynamicOperation |
ConnectFramework.getDynamicOperation(java.lang.String bizApiName,
ConnectInstance fw) |
static DynamicOperation |
ConnectFramework.getDynamicOperation(java.lang.String interfaceName,
java.lang.String operation,
ConnectInstance fw) |
Modifier and Type | Method and Description |
---|---|
byte[] |
EnvelopeFactory.putErrorIntoAnEnvelope(RequestEnvelope env,
java.lang.String errText,
java.lang.String detailErrText,
ConnectInstance fw)
Puts an exception into an response error envelope
|
byte[] |
EnvelopeFactory.putIntoAnEnvelope(java.lang.String envelopeName,
ifs.fnd.record.FndAbstractRecord mess,
ifs.fnd.record.FndAbstractRecord addr,
byte[] data,
java.lang.String curEncoding,
ConnectInstance fw)
Puts a string into an envelope
|
byte[] |
EnvelopeFactory.putIntoAnSoapAPEnvelope(java.lang.String envelopeName,
byte[] data,
ConnectInstance fw)
Puts a string into an envelope
|
byte[] |
EnvelopeFactory.putResponseIntoAnEnvelope(RequestEnvelope env,
byte[] data,
java.lang.String curEncoding,
ConnectInstance fw)
Puts a byte[] into an response envelope
|
byte[] |
EnvelopeFactory.putResponseIntoAnEnvelope(RequestEnvelope env,
java.lang.String sData,
ConnectInstance fw)
Puts a byte[] into an response envelope
|
java.lang.String |
TransformerFactory.transform(java.lang.String sXml,
java.lang.String transformName,
ConnectInstance fw)
Transform a String to a new String by using the transformer
|
Constructor and Description |
---|
RequestEnvelope(byte[] b,
boolean temp,
java.lang.String source,
EnvelopeFactory envFactory,
ConnectInstance fw)
Constructs a new Envelope from a byte array
|
Constructor and Description |
---|
HTTPClient(java.lang.String strURL,
ConnectInstance fw)
Constructs a HTTP client
|