org.apache.axis.providers.java
Class CORBAProvider
- Handler, Serializable
public class CORBAProvider
A basic CORBA Provider
- Davanum Srinivas (dims@yahoo.com)
canHandleBlock , cleanup , generateWSDL , getDeploymentData , getName , getOption , getOptions , getUnderstoodHeaders , init , initHashtable , onFault , setName , setOption , setOptionDefault , setOptions , setOptionsLockable |
OPTION_HELPER_CLASSNAME
public static final String OPTION_HELPER_CLASSNAME
OPTION_INTERFACE_CLASSNAME
public static final String OPTION_INTERFACE_CLASSNAME
OPTION_NAME_ID
public static final String OPTION_NAME_ID
OPTION_NAME_KIND
public static final String OPTION_NAME_KIND
OPTION_ORB_INITIAL_HOST
public static final String OPTION_ORB_INITIAL_HOST
OPTION_ORB_INITIAL_PORT
public static final String OPTION_ORB_INITIAL_PORT
entLog
protected static Log entLog
log
protected static Log log
getServiceClassNameOptionName
protected String getServiceClassNameOptionName()
Return the option in the configuration that contains the service class
name.
- getServiceClassNameOptionName in interface JavaProvider
getStrOption
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. This allows defaults to be
specified at the provider level, and then overriden for particular
services.
optionName
- the option to retrieve
- String the value of the option or null if not found in
either scope
makeNewServiceObject
protected Object makeNewServiceObject(MessageContext msgContext,
String clsName)
throws Exception
Return a object which implements the service.
- makeNewServiceObject in interface JavaProvider
msgContext
- the message contextclsName
- The JNDI name of the EJB home class
- an object that implements the service
Copyright © 2005 Apache Web Services Project. All Rights Reserved.