|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SFException in com.ibm.etools.sfm.sfpi |
|---|
| Methods in com.ibm.etools.sfm.sfpi that throw SFException | |
|---|---|
void |
SFMessage.addFloatingPointElement(java.lang.String name,
boolean signed,
int totalDigits,
int fractionDigits,
java.lang.Double defaultValue)
Adds a simple floating point element to the message. NOTE: This is equivalent to addFloatingPointElement(name, signed, totalDigits, fractionDigits, 1). |
void |
SFMessage.addFloatingPointElement(java.lang.String name,
boolean signed,
int totalDigits,
int fractionDigits,
java.lang.Double defaultValue,
int occurs)
Adds a simple floating point element to the message. |
void |
SFMessage.addIntegerElement(java.lang.String name,
boolean signed,
int min,
int max,
java.lang.Integer defaultValue)
Adds a simple integer element to the message. NOTE: This is equivalent to addIntegerElement(name, signed, min, max, 1). |
void |
SFMessage.addIntegerElement(java.lang.String name,
boolean signed,
int min,
int max,
java.lang.Integer defaultValue,
int occurs)
Adds a simple integer element to the message. |
void |
SFMessageFile.addMessage(SFMessage message)
Adds a message to the message file. |
void |
SFOperationsFile.addOperation(SFOperation operation)
Adds an operation to this operations file. |
void |
SFMessage.addStringElement(java.lang.String name,
int maxLength,
java.lang.String defaultValue)
Adds a simple string element to the message. NOTE: This is equivalent to addStringElement(name, maxLength, 1). |
void |
SFMessage.addStringElement(java.lang.String name,
int maxLength,
java.lang.String defaultValue,
int occurs)
Adds a simple string element to the message. |
static SFChannelInput |
SFOperationFactory.createChannelInput(java.util.List<SFMessage> messages)
Creates a channel input to an operation. |
static SFChannelOperation |
SFOperationFactory.createChannelOperation(java.lang.String name)
Creates a channel operation without the input or output set yet. |
static SFChannelOutput |
SFOperationFactory.createChannelOutput(java.util.List<SFMessage> messages)
Creates a channel output to an operation. |
static SFFault |
SFOperationFactory.createFault(SFMessage message)
Creates a fault of an operation. |
static SFGenerationProperties |
SFOperationFactory.createGenerationProperties(SFOperation operation,
java.lang.String runtime,
java.lang.String invokeType)
Creates generation properties for the given operation. |
static SFInput |
SFOperationFactory.createInput(SFMessage message)
Creates an input to an operation. |
static SFMessage |
SFMessageFactory.createMessage(java.lang.String name)
Creates a message. |
static SFMessageFile |
SFMessageFactory.createMessageFile(org.eclipse.core.resources.IProject project,
java.lang.String name)
Creates a SFMessageFile object. |
static SFMessageFile |
SFMessageFactory.createMessageFile(org.eclipse.core.resources.IProject project,
java.lang.String name,
org.eclipse.xsd.XSDSchema schema)
Creates a SFMessageFile object. |
static SFOperation |
SFOperationFactory.createOperation(java.lang.String name)
Creates an operation without the input or output set yet. |
static SFOperation |
SFOperationFactory.createOperation(java.lang.String name,
SFInput input,
SFOutput output,
java.util.List<SFFault> faults)
Creates an operation. |
static SFOperationsFile |
SFOperationFactory.createOperationsFile(org.eclipse.core.resources.IProject project,
java.lang.String name)
Creates a SFOperationsFile object. |
static SFOutput |
SFOperationFactory.createOutput(SFMessage message)
Creates an output to an operation. |
java.lang.String |
SFChannelGenerationProperties.getInputContainerName(SFMessage inputMessage)
Gets the input container name set for the given input message. |
java.util.List<SFMessage> |
SFMessageFile.getMessages()
|
java.lang.String |
SFChannelGenerationProperties.getOutputContainerName(SFMessage outputMessage)
Gets the output container name set for the given output message. |
boolean |
SFChannelGenerationProperties.getOutputContainerOptional(SFMessage outputMessage)
Gets the optional setting for the given output message. |
void |
SFOperationsFile.save()
Saves the operations file. |
void |
SFMessageFile.save()
Saves the message file. |
void |
SFGenerationProperties.save(org.eclipse.wst.wsdl.Operation operation)
Saves the generation properties to a documentation element within the given WSDL operation. |
void |
SFChannelGenerationProperties.save(org.eclipse.wst.wsdl.Operation operation)
|
void |
SFChannelGenerationProperties.setChannelAdapterName(java.lang.String adapterName)
Sets the value of the Channel adapter name property. |
void |
SFChannelGenerationProperties.setChannelAdapterTranId(java.lang.String tranId)
Sets the value of the Channel adapter transaction id property. |
void |
SFChannelGenerationProperties.setChannelLinkToProgram(java.lang.String linkToProgram)
Sets the value of the Channel link to program name property. |
void |
SFChannelGenerationProperties.setChannelLinkToTranId(java.lang.String tranId)
Sets the value of the Channel link to transaction id property. |
void |
SFChannelGenerationProperties.setChannelName(java.lang.String name)
Sets the value of the Channel name property. |
void |
SFChannelGenerationProperties.setChannelSysId(java.lang.String sysId)
Sets the value of the Channel system id property. |
void |
SFCommareaGenerationProperties.setCommareaAdapterName(java.lang.String adapterName)
Sets the value of the COMMAREA adapter name property. |
void |
SFCommareaGenerationProperties.setCommareaAdapterTranId(java.lang.String tranId)
Sets the value of the COMMAREA transaction id property. |
void |
SFCommareaGenerationProperties.setCommareaLinkToProgram(java.lang.String linkToProgram)
Sets the value of the COMMAREA LINK to program name property. |
void |
SFCommareaGenerationProperties.setCommareaLinkToTranId(java.lang.String tranId)
Sets the value of the COMMAREA LINK to transaction id property. |
void |
SFCommareaGenerationProperties.setCommareaMaxLength(int maxLength)
Sets the value of the COMMAREA maximum COMMAREA length property. |
void |
SFCommareaGenerationProperties.setCommareaSysId(java.lang.String sysId)
Sets the value of the COMMAREA system id property. |
void |
SFOperation.setFaults(java.util.List<SFFault> faults)
Sets the faults of the operations. |
void |
SFOperation.setGenerationProperties(SFGenerationProperties genProps)
Sets the operation's generation properties. |
void |
SFOperation.setInput(SFInput input)
Sets the input of the operation. |
void |
SFChannelGenerationProperties.setInputContainerProperties(SFMessage inputMessage,
java.lang.String containerName)
Sets the container properties for the given input message. |
void |
SFOutput.setMessage(SFMessage message)
Sets the message associated with this SFOutput object. |
void |
SFInput.setMessage(SFMessage message)
Sets the message associated with this SFInput object. |
void |
SFFault.setMessage(SFMessage message)
Sets the message associated with this SFFault object. |
void |
SFChannelOutput.setMessage(SFMessage message)
Sets the message associated with this SFChannelOutput object. |
void |
SFChannelInput.setMessage(SFMessage message)
Sets the message associated with this SFChannelInput object. |
void |
SFChannelOutput.setMessages(java.util.List<SFMessage> messages)
Sets the list of messages associated with this SFChannelOutput object. |
void |
SFChannelInput.setMessages(java.util.List<SFMessage> messages)
Sets the list of messages associated with this SFChannelInput object. |
void |
SFMQSeriesGenerationProperties.setMQGetAdapterName(java.lang.String adapterName)
Sets the value of the MQGET adapter name property. |
void |
SFMQSeriesGenerationProperties.setMQGetTranId(java.lang.String tranId)
Sets the value of the MQGET transaction id property. |
void |
SFMQSeriesGenerationProperties.setMQMaxOutMsgLen(int maxOutMsgLen)
Sets the value of the MQ maximum output message length property. |
void |
SFMQSeriesGenerationProperties.setMQMessageType(int msgType)
Sets the value of the MQ message type property. |
void |
SFMQSeriesGenerationProperties.setMQPutAdapterName(java.lang.String adapterName)
Sets the value of the MQPUT adapter name property. |
void |
SFMQSeriesGenerationProperties.setMQPutReplyQMgr(java.lang.String qMgr)
Sets the value of the MQPUT reply queue manager property. |
void |
SFMQSeriesGenerationProperties.setMQPutReplyQueue(java.lang.String replyQueue)
Sets the value of the MQPUT reply queue property. |
void |
SFMQSeriesGenerationProperties.setMQPutRequestQueue(java.lang.String requestQueue)
Sets the value of the MQPUT request queue property. |
void |
SFMQSeriesGenerationProperties.setMQPutTranId(java.lang.String tranId)
Sets the value of the MQPUT transaction id property. |
void |
SFMQSeriesGenerationProperties.setMQWaitInterval(int waitInterval)
Sets the value of the MQ wait interval property (in seconds). |
void |
SFOperationsFile.setName(java.lang.String name)
Sets the name of the operations file. |
void |
SFOperation.setName(java.lang.String name)
Sets the name of the operation. |
void |
SFMessageFile.setName(java.lang.String name)
Sets the name of the message file. |
void |
SFMessage.setName(java.lang.String name)
Sets the name of the message. |
void |
SFOperation.setOutput(SFOutput output)
Sets the output of the operation. |
void |
SFChannelGenerationProperties.setOutputContainerProperties(SFMessage outputMessage,
java.lang.String containerName,
boolean optional)
Sets the container properties for the given output message. |
void |
SFGenerationProperties.setRuntime(java.lang.String runtime)
Sets the runtime of the associated operation. |
void |
SFMessageFile.setSchema(org.eclipse.xsd.XSDSchema schema)
Sets the XML schema model for this message file. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||