public class CORBAProvider 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_HELPER_CLASSNAME |
static java.lang.String |
OPTION_INTERFACE_CLASSNAME |
static java.lang.String |
OPTION_NAME_ID |
static java.lang.String |
OPTION_NAME_KIND |
static java.lang.String |
OPTION_ORB_INITIAL_HOST |
static java.lang.String |
OPTION_ORB_INITIAL_PORT |
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 |
---|
CORBAProvider() |
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, 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 java.lang.String OPTION_ORB_INITIAL_HOST
public static final java.lang.String OPTION_ORB_INITIAL_PORT
public static final java.lang.String OPTION_NAME_ID
public static final java.lang.String OPTION_NAME_KIND
public static final java.lang.String OPTION_INTERFACE_CLASSNAME
public static final java.lang.String OPTION_HELPER_CLASSNAME
protected java.lang.Object makeNewServiceObject(MessageContext msgContext, java.lang.String clsName) throws java.lang.Exception
makeNewServiceObject
in class JavaProvider
msgContext
- the message contextclsName
- The JNDI name of the EJB home classjava.lang.Exception
protected java.lang.String getServiceClassNameOptionName()
getServiceClassNameOptionName
in class JavaProvider
protected java.lang.String getStrOption(java.lang.String optionName, Handler service)
optionName
- the option to retrieveCopyright © 2005 Apache Web Services Project. All Rights Reserved.