org.apache.axis2.corba.deployer
Interface CorbaConstants

All Known Implementing Classes:
CorbaDeployer, CorbaInOnlyMessageReceiver, CorbaInOutAsyncMessageReceiver, CorbaMessageReceiver, CorbaUtil, SchemaGenerator

public interface CorbaConstants


Field Summary
static String ARRAY_ITEM
           
static String DEFAULR_ORB_CLASS
           
static String DEFAULT_ORBSINGLETON_CLASS
           
static String DEFAULT_SCHEMA_NAMESPACE_PREFIX
           
static String FAULT
           
static String FORM_DEFAULT_UNQUALIFIED
           
static String HTTP
           
static String IDL_FILE
           
static String IDL_LITERAL
           
static String INTERFACE_NAME
           
static String IOR_FILE_PATH
           
static String IOR_STRING
           
static String NAME_SPACE_PREFIX
           
static String NAMING_SERVICE_URL
           
static String OBJECT_NAME
           
static String ORB_CLASS
           
static String ORB_LITERAL
           
static String ORB_SINGLETON_CLASS
           
static String ORG_OMG_CORBA_ORBCLASS
           
static String ORG_OMG_CORBA_ORBSINGLETON_CLASS
           
static char PACKAGE_CLASS_DELIMITER
           
static String RESPONSE
           
static String RETURN_WRAPPER
           
static String SCHEMA_NAMESPACE_EXTN
           
static String URI_2001_SCHEMA_XSD
           
static String VOID
           
 

Field Detail

IDL_FILE

static final String IDL_FILE
See Also:
Constant Field Values

ORB_CLASS

static final String ORB_CLASS
See Also:
Constant Field Values

ORB_SINGLETON_CLASS

static final String ORB_SINGLETON_CLASS
See Also:
Constant Field Values

NAMING_SERVICE_URL

static final String NAMING_SERVICE_URL
See Also:
Constant Field Values

IOR_FILE_PATH

static final String IOR_FILE_PATH
See Also:
Constant Field Values

IOR_STRING

static final String IOR_STRING
See Also:
Constant Field Values

OBJECT_NAME

static final String OBJECT_NAME
See Also:
Constant Field Values

INTERFACE_NAME

static final String INTERFACE_NAME
See Also:
Constant Field Values

ORB_LITERAL

static final String ORB_LITERAL
See Also:
Constant Field Values

IDL_LITERAL

static final String IDL_LITERAL
See Also:
Constant Field Values

RETURN_WRAPPER

static final String RETURN_WRAPPER
See Also:
Constant Field Values

VOID

static final String VOID
See Also:
Constant Field Values

RESPONSE

static final String RESPONSE
See Also:
Constant Field Values

FAULT

static final String FAULT
See Also:
Constant Field Values

ARRAY_ITEM

static final String ARRAY_ITEM
See Also:
Constant Field Values

ORG_OMG_CORBA_ORBCLASS

static final String ORG_OMG_CORBA_ORBCLASS
See Also:
Constant Field Values

DEFAULR_ORB_CLASS

static final String DEFAULR_ORB_CLASS
See Also:
Constant Field Values

ORG_OMG_CORBA_ORBSINGLETON_CLASS

static final String ORG_OMG_CORBA_ORBSINGLETON_CLASS
See Also:
Constant Field Values

DEFAULT_ORBSINGLETON_CLASS

static final String DEFAULT_ORBSINGLETON_CLASS
See Also:
Constant Field Values

NAME_SPACE_PREFIX

static final String NAME_SPACE_PREFIX
See Also:
Constant Field Values

HTTP

static final String HTTP
See Also:
Constant Field Values

PACKAGE_CLASS_DELIMITER

static final char PACKAGE_CLASS_DELIMITER
See Also:
Constant Field Values

SCHEMA_NAMESPACE_EXTN

static final String SCHEMA_NAMESPACE_EXTN
See Also:
Constant Field Values

DEFAULT_SCHEMA_NAMESPACE_PREFIX

static final String DEFAULT_SCHEMA_NAMESPACE_PREFIX
See Also:
Constant Field Values

URI_2001_SCHEMA_XSD

static final String URI_2001_SCHEMA_XSD
See Also:
Constant Field Values

FORM_DEFAULT_UNQUALIFIED

static final String FORM_DEFAULT_UNQUALIFIED
See Also:
Constant Field Values


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.