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_SCOPEOPTION_EXTRACLASSES, OPTION_WSDL_INPUTSCHEMA, OPTION_WSDL_PORTTYPE, OPTION_WSDL_SERVICEELEMENT, OPTION_WSDL_SERVICEPORT, OPTION_WSDL_SOAPACTION_MODE, OPTION_WSDL_TARGETNAMESPACEmakeLockable, 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, processMessagegetServiceClass, getServiceClassName, getServiceObject, initServiceDesc, invokeaddOperation, generateWSDL, getOperationName, getOperationNames, getOperationQNamescanHandleBlock, cleanup, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockableprotected 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 JavaProvidermsgContext - the message contextclsName - The JNDI name of the EJB home classExceptionprotected String getServiceClassNameOptionName()
getServiceClassNameOptionName in class JavaProviderprotected String getStrOption(String optionName, Handler service)
optionName - the option to retrieveCopyright © The Apache Software Foundation. All Rights Reserved.