org.eclipse.stp.core.resources
Interface SOAConstants


public interface SOAConstants

Published constants for SCA Model API.

Since:
1.0

Field Summary
static java.lang.String COMPONENT_TYPE_EXT
          The extension for *.componentType files (without the ".").
static java.lang.String COMPOSITE_EXT
          The extension for *.composite files (without the ".").
static java.lang.String JAVA_INTERFACE
           
static java.lang.String MODULE_EXT
          The extension for *.module files (without the ".").
static java.lang.String SCA_MODULE_TYPE
          The type returned from Component.getType() if the underlying component is a configured SCA module.
static java.lang.String WSDL_PORTYPE
           
 

Field Detail

COMPOSITE_EXT

static final java.lang.String COMPOSITE_EXT
The extension for *.composite files (without the ".").

See Also:
Constant Field Values

COMPONENT_TYPE_EXT

static final java.lang.String COMPONENT_TYPE_EXT
The extension for *.componentType files (without the ".").

See Also:
Constant Field Values

MODULE_EXT

static final java.lang.String MODULE_EXT
The extension for *.module files (without the ".").

See Also:
Constant Field Values

JAVA_INTERFACE

static final java.lang.String JAVA_INTERFACE
See Also:
Constant Field Values

WSDL_PORTYPE

static final java.lang.String WSDL_PORTYPE
See Also:
Constant Field Values

SCA_MODULE_TYPE

static final java.lang.String SCA_MODULE_TYPE
The type returned from Component.getType() if the underlying component is a configured SCA module. (SCA *.module file).

See Also:
Constant Field Values