Uses of Interface
com.sun.enterprise.connectors.util.ConnectorConfigParser
-
Packages that use ConnectorConfigParser Package Description com.sun.enterprise.connectors.util -
-
Uses of ConnectorConfigParser in com.sun.enterprise.connectors.util
Subinterfaces of ConnectorConfigParser in com.sun.enterprise.connectors.util Modifier and Type Interface Description interfaceAdminObjectConfigParserInterface class of admin object interface parser methods.interfaceMCFConfigParserInterface class of managed connection factory parser methods.interfaceMessageListenerConfigParserInterface class of managed connection factory parser methods.Classes in com.sun.enterprise.connectors.util that implement ConnectorConfigParser Modifier and Type Class Description classAdminObjectConfigParserImplThis is AdminObject configuration parser.classMCFConfigParserImplThis is managed connection factory configuration parser.classMessageListenerConfigParserImplThis is message listener configuration parser.classResourceAdapterConfigParserImplThis is Resource Adapter configuration parser.Methods in com.sun.enterprise.connectors.util that return ConnectorConfigParser Modifier and Type Method Description static ConnectorConfigParserConnectorConfigParserFactory. getParser(String type)Returns a specific connector configuration parser class based on the type of configurations to parse.
-