public class RMIProvider extends RPCProvider
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
entLog |
protected static org.apache.commons.logging.Log |
log |
static String |
OPTION_INTERFACE_CLASSNAME |
static String |
OPTION_NAMING_LOOKUP |
OPTION_ALLOWEDMETHODS, OPTION_CLASSNAME, OPTION_SCOPE
OPTION_EXTRACLASSES, OPTION_WSDL_INPUTSCHEMA, OPTION_WSDL_PORTTYPE, OPTION_WSDL_SERVICEELEMENT, OPTION_WSDL_SERVICEPORT, OPTION_WSDL_SOAPACTION_MODE, OPTION_WSDL_TARGETNAMESPACE
makeLockable, name, options
Constructor and Description |
---|
RMIProvider() |
Modifier and Type | Method and Description |
---|---|
protected String |
getServiceClassNameOptionName()
Return the option in the configuration that contains the service class
name.
|
protected String |
getStrOption(String optionName,
Handler service)
Get a String option by looking first in the service options,
and then at the Handler's options.
|
protected Object |
makeNewServiceObject(MessageContext msgContext,
String clsName)
Return a object which implements the service.
|
checkMethodName, createResponseBody, getBody, getOperationDesc, invokeMethod, processMessage
getServiceClass, getServiceClassName, getServiceObject, initServiceDesc, invoke
addOperation, generateWSDL, getOperationName, getOperationNames, getOperationQNames
canHandleBlock, cleanup, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
protected static org.apache.commons.logging.Log log
protected static org.apache.commons.logging.Log entLog
public static final String OPTION_NAMING_LOOKUP
public static final String OPTION_INTERFACE_CLASSNAME
protected Object makeNewServiceObject(MessageContext msgContext, String clsName) throws Exception
makeNewServiceObject
in class JavaProvider
msgContext
- the message contextclsName
- The JNDI name of the EJB home classException
protected String getServiceClassNameOptionName()
getServiceClassNameOptionName
in class JavaProvider
protected String getStrOption(String optionName, Handler service)
optionName
- the option to retrieveCopyright © The Apache Software Foundation. All Rights Reserved.