public final class EnterpriseServiceInfo
extends java.lang.Object
Constructor and Description |
---|
EnterpriseServiceInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addTypeProperty(int isXMLTag,
java.lang.String param,
java.lang.String value)
Adds the type property
|
java.lang.String |
getElementName()
Get the reply Element name for schema
|
java.lang.String |
getExitClassName()
Get the Exit Class Name
|
java.lang.String |
getExtMsgIDField()
Get the External Message ID Field
|
java.lang.String |
getIfacecontrol()
Get the multiplication control
|
int |
getIfaceMapOrder()
Get the iface Map Order
|
java.lang.String |
getIfaceName()
Return the service name
|
java.lang.String |
getIfaceTbName()
Get the Interface Table Name
|
java.lang.String |
getIfaceType()
Return the service type
|
Interpreter |
getInterpreter()
Returns the interpreter
|
java.lang.String |
getInterpreterClassName()
Get the Interpreter class name
|
java.lang.String |
getMapName()
Get the XSL Map Name
|
java.lang.String |
getMessageType()
Get the message type
|
java.lang.String |
getMosName()
Return the name of object structure
|
java.util.Map<java.lang.String,java.lang.String> |
getNamespaces()
Get namespaces map
|
java.lang.String |
getReplyElementName()
Get the reply element name for schema
|
java.lang.String |
getReplyExitClass()
Get the Reply Exit Class Name
|
java.lang.String |
getReplyMapName()
Get the Reply XSL Map Name
|
java.lang.String |
getReplySchemaLocation()
Get the reply schema file name
|
java.lang.String |
getReplyUserExitClass()
Get the Reply Iface Type
|
java.lang.String |
getSchemaLocation()
Get the schema file name
|
java.lang.String |
getSearchField()
Get the External Message ID Field
|
java.lang.String |
getSplitTag()
Get split tag name
|
java.util.List<EnterpriseServicePropInfo> |
getTypeProperties()
Returns a List of properties associated with this ifacetype as
psdi.iface.mic.EnterpriseServicePropInfo objects |
java.lang.String |
getUserExitClassName()
Get the User Exit Class Name
|
boolean |
isPrimaryMos()
Returns is primary object structure for this service
|
boolean |
isReplyRequired()
Returns is reply required for this service
|
boolean |
isStoreMsg()
Returns if Transaction Storing is ON or OFF for this service
|
boolean |
isTxnTrkEnabled()
Returns if Transaction Tracking is ON or OFF for this service
|
boolean |
useExternalSchema()
Returns whether service use external or internal schema
|
public java.lang.String getMosName()
public java.lang.String getIfaceName()
public java.lang.String getIfaceType()
public boolean useExternalSchema()
public java.lang.String getSchemaLocation()
public java.lang.String getElementName()
public boolean isReplyRequired() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public boolean isPrimaryMos()
public java.lang.String getReplySchemaLocation()
public java.lang.String getReplyElementName()
public java.lang.String getExitClassName()
public java.lang.String getUserExitClassName()
public java.lang.String getMapName()
public java.lang.String getReplyExitClass()
public java.lang.String getReplyUserExitClass()
public java.lang.String getReplyMapName()
public java.lang.String getIfaceTbName()
public java.lang.String getMessageType()
public java.lang.String getIfacecontrol()
public int getIfaceMapOrder()
public java.lang.String getInterpreterClassName()
public java.lang.String getSplitTag() throws MXException, java.rmi.RemoteException
MXException
java.rmi.RemoteException
public java.util.Map<java.lang.String,java.lang.String> getNamespaces()
public void addTypeProperty(int isXMLTag, java.lang.String param, java.lang.String value)
isXMLTag
- is this an xml tagparam
- parameter namevalue
- parameter valuepublic Interpreter getInterpreter() throws MXException
MXException
public java.util.List<EnterpriseServicePropInfo> getTypeProperties()
psdi.iface.mic.EnterpriseServicePropInfo
objectspsdi.iface.mic.EnterpriseServicePropInfo
objectspublic boolean isTxnTrkEnabled()
public boolean isStoreMsg()
public java.lang.String getExtMsgIDField()
public java.lang.String getSearchField()