1 2 24 25 package com.sun.enterprise.connectors.util; 26 27 import com.sun.enterprise.connectors.*; 28 import com.sun.enterprise.deployment.*; 29 import java.util.*; 30 31 34 35 36 public interface MessageListenerConfigParser extends ConnectorConfigParser { 37 38 39 46 47 public String [] getMessageListenerTypes(ConnectorDescriptor desc) 48 throws ConnectorRuntimeException; 49 50 58 59 public String getActivationSpecClass(ConnectorDescriptor desc, 60 String messageListenerType) throws ConnectorRuntimeException; 61 62 75 76 public Properties getJavaBeanReturnTypes(ConnectorDescriptor desc, 77 String messageListenerType) throws ConnectorRuntimeException; 78 } 79 | Popular Tags |