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 java.lang.String |
OPTION_INTERFACE_CLASSNAME |
static java.lang.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 java.lang.String |
getServiceClassNameOptionName()
Return the option in the configuration that contains the service class
name.
|
protected java.lang.String |
getStrOption(java.lang.String optionName,
Handler service)
Get a String option by looking first in the service options,
and then at the Handler's options.
|
protected java.lang.Object |
makeNewServiceObject(MessageContext msgContext,
java.lang.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 java.lang.String OPTION_NAMING_LOOKUP
public static final java.lang.String OPTION_INTERFACE_CLASSNAME
protected java.lang.Object makeNewServiceObject(MessageContext msgContext, java.lang.String clsName) throws java.lang.Exception
makeNewServiceObject in class JavaProvidermsgContext - the message contextclsName - The JNDI name of the EJB home classjava.lang.Exceptionprotected java.lang.String getServiceClassNameOptionName()
getServiceClassNameOptionName in class JavaProviderprotected java.lang.String getStrOption(java.lang.String optionName,
Handler service)
optionName - the option to retrieveCopyright ? 2005 Apache Web Services Project. All Rights Reserved.