Uses of Interface
org.eclipse.jst.j2ee.common.J2EEEObject

Packages that use J2EEEObject
org.eclipse.jst.j2ee.application This package includes the j2ee Application module model api.  
org.eclipse.jst.j2ee.client This package includes the j2ee Application Client module model api.  
org.eclipse.jst.j2ee.common This package includes api the common model artifacts that include (Resource References, EJB References, Display Name, Description Group, Security roles, Environment variables).  
org.eclipse.jst.j2ee.ejb This package includes the enterprise bean module model api.  
org.eclipse.jst.j2ee.jca This package includes the connector module model api.  
org.eclipse.jst.j2ee.jsp This package includes the JSP model api.  
org.eclipse.jst.j2ee.webapplication This package includes the EJBArtifactEdit api.  
org.eclipse.jst.j2ee.webservice.jaxrpcmap   
org.eclipse.jst.j2ee.webservice.wsclient This package includes the web services client model api.  
org.eclipse.jst.j2ee.webservice.wscommon This package includes the web services common model api.  
org.eclipse.jst.j2ee.webservice.wsdd This package includes the web services deployment descriptor common model api.  
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.application
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.application
 interface Application
          The application element is the root element of a J2EE application deployment descriptor.
 interface ConnectorModule
          Specifies the URI of a resource adapter archive file, relative to the top level of the application package.
 interface EjbModule
          Specifies the URI of a ejb-jar, relative to the top level of the application package.
 interface JavaClientModule
          specifies the URI of a java application client module, relative to the top level of the application package.
 interface Module
          The module element represents a single J2EE module and contains an ejb, java, or web element, which indicates the module type and contains a path to the module file, and an optional alt-dd element, which specifies an optional URI to the post-assembly version of the deployment descriptor.
 interface WebModule
          Contains the web-uri and context-root of a web application module.
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.client
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.client
 interface ApplicationClient
          The application-client element is the root element of an application client deployment descriptor.
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.common
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.common
 interface CompatibilityDescriptionGroup
           A representation of the model object 'Compatibility Description Group'
 interface Description
           A representation of the model object 'Description'
 interface DescriptionGroup
           A representation of the model object 'Description Group'
 interface DisplayName
           A representation of the model object 'Display Name'
 interface EJBLocalRef
          The ejb-local-ref element is used for the declaration of a reference to another enterprise bean's local home.
 interface EjbRef
          The ejb-ref element is used for the declaration of a reference to an enterprise bean's home.
 interface EnvEntry
          The env-entry element contains the declaration of an application client's environment entries.
 interface IconType
           A representation of the model object 'Icon Type'
 interface Identity
          Specifies the run-as identity to be used for the execution of the methods of an enterprise bean.
 interface JNDIEnvRefsGroup
           A representation of the model object 'JNDI Env Refs Group'
 interface Listener
          Declares a class in the application must be registered as a web application listener bean.
 interface MessageDestination
           A representation of the model object 'Message Destination'
 interface MessageDestinationRef
           A representation of the model object 'Message Destination Ref'
 interface ParamValue
           A representation of the model object 'Param Value'
 interface QName
           A representation of the model object 'QName'
 interface ResourceEnvRef
          The resource-env-ref element contains a declaration of an enterprise bean's reference to an administered object associated with a resource in the enterprise bean's environment.
 interface ResourceRef
          The resource-ref element contains a declaration of application clients's reference to an external resource.
 interface RunAsSpecifiedIdentity
          The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used.
 interface SecurityIdentity
          The security-identity element specifies whether the caller's security identity is to be used for the execution of the methods of the enterprise bean or whether a specific run-as identity is to be used.
 interface SecurityRole
          A semantic grouping of operations that may be performed by a subject.
 interface SecurityRoleRef
           
 interface UseCallerIdentity
          The use-caller-identity element specifies that the caller's security identity be used as the security identity for the execution of the enterprise bean's methods.
 

Methods in org.eclipse.jst.j2ee.common that return J2EEEObject
 J2EEEObject CommonFactory.createJ2EEEObject()
          Returns a new object of class 'J2EEE Object'
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.ejb
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.ejb
 interface ActivationConfig
           A representation of the model object 'Activation Config'
 interface ActivationConfigProperty
           A representation of the model object 'Activation Config Property'
 interface AssemblyDescriptor
          The assembly-descriptor element contains application-assembly information.
 interface ContainerManagedEntity
           
 interface EJBJar
          The root element of the EJB deployment descriptor.
 interface EJBMethodCategory
          The valid EJB method category names are: EJBHOMEMETHOD, EJBCREATEMETHOD, EJBFINDERMETHOD, EJBREMOTEMETHOD.
 interface EJBRelation
          The ejb-relation element describes a relationship between two entity beans with container managed persistence.
 interface EJBRelationshipRole
          The ejb-relationship-role element describes a role within a relationship.
 interface EnterpriseBean
           
 interface Entity
          The entity element declares an entity bean.
 interface ExcludeList
          The exclude list element defines a set of methods which the Assembler marks to be uncallable.
 interface MessageDriven
           
 interface MessageDrivenDestination
          The message-driven-destination element provides advice to the Deployer as to whether a message-driven bean is intended for a Queue or a Topic.
 interface MethodElement
          The method element is used to denote a method of an enterprise bean's home or remote interface, or a set of methods.
 interface MethodPermission
          The method-permission element specifies that one or more security roles are allowed to invoke one or more enterprise bean methods.
 interface MethodTransaction
          Specifies how the container must manage transaction scopes for the enterprise bean's method invocations.
 interface Query
          The query element is used to specify a finder or select query.
 interface QueryMethod
           
 interface Relationships
          The relationships describes the relationships in which entity beans with container managed persistence participate.
 interface RoleSource
          Designates the source of a role that participates in a relationship.
 interface Session
          The session element declares an session bean.
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.jca
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.jca
 interface ActivationSpec
           A representation of the model object 'Activation Spec'
 interface AdminObject
           A representation of the model object 'Admin Object'
 interface AuthenticationMechanism
          The element authentication-mechanism specifies an authentication mechanism supported by the resource adapter.
 interface ConfigProperty
          The config property contains a declaration of a single configuration property for a ManagedConnectionFactory instance.
 interface ConnectionDefinition
           A representation of the model object 'Connection Definition'
 interface Connector
          The connector element is the root element of the deployment descriptor for the resource adapter.
 interface InboundResourceAdapter
           A representation of the model object 'Inbound Resource Adapter'
 interface License
          Specifies licensing requirements for the resource adapter module.
 interface MessageAdapter
           A representation of the model object 'Message Adapter'
 interface MessageListener
           A representation of the model object 'Message Listener'
 interface OutboundResourceAdapter
           A representation of the model object 'Outbound Resource Adapter'
 interface RequiredConfigPropertyType
           A representation of the model object 'Required Config Property Type'
 interface ResourceAdapter
          Specifies information about the resource adapter.
 interface SecurityPermission
          Specifies a security permission that is required by the resource adapter code.
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.jsp
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.jsp
 interface JSPConfig
           A representation of the model object 'JSP Config'
 interface JSPPropertyGroup
           A representation of the model object 'JSP Property Group'
 interface TagLibRefType
           A representation of the model object 'Tag Lib Ref Type'
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.webapplication
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.webapplication
 interface AuthConstraint
          The auth-constraint element indicates the user roles that should be permitted access to this resource collection.
 interface ContextParam
          The context-param element contains the declaration of a web application's servlet context initialization parameters.
 interface ErrorCodeErrorPage
           
 interface ErrorPage
          The error-page element contains a mapping between an error code or exception type to the path of a resource in the web application
 interface ExceptionTypeErrorPage
           
 interface Filter
          Declares a filter in the web application application.
 interface FilterMapping
          Declaration of the filter mappings in this web application.
 interface FormLoginConfig
          The form-login-config element specifies the login and error pages that should be used in form based login.
 interface HTTPMethodType
          Deprecated. since 4/25/2003 use list on org.eclipse.jst.j2ee.internal.webapplication.WebResourceCollection
  • Http Method

 interface InitParam
          The init-param element contains a name//value pair as an initialization param of the servlet
 interface JSPType
           
 interface LocalEncodingMapping
           A representation of the model object 'Local Encoding Mapping'
 interface LocalEncodingMappingList
           A representation of the model object 'Local Encoding Mapping List'
 interface LoginConfig
          The login-config element is used to configure the authentication method that should be used, the realm name that should be used for this application, and the attributes that are needed by the form login mechanism.
 interface MimeMapping
          The mime-mapping element defines a mapping between an extension and a mime type.
 interface RoleNameType
           
 interface SecurityConstraint
          The security-constraint element is used to associate security constraints with one or more web resource collections
 interface Servlet
          The servlet element contains the declarative data of a servlet.
 interface ServletMapping
          The servlet-mapping element defines a mapping between a servlet and a url pattern
 interface ServletType
           
 interface SessionConfig
          The session-config element defines the session parameters for this web application.
 interface TagLibRef
          The taglib element is used to describe a JSP tag library.
 interface URLPatternType
          Deprecated. since 4/25/2003 use list on org.eclipse.jst.j2ee.internal.webapplication.WebResourceCollection

The following features are supported:

 interface UserDataConstraint
          The user-data-constraint element is used to indicate how data communicated between the client and container should be protected
 interface WebApp
          The web-app element is the root of the deployment descriptor for a web application.
 interface WebResourceCollection
           
 interface WebType
           
 interface WelcomeFile
          The welcome-file element contains file name to use as a default welcome file, such as index.html
 interface WelcomeFileList
          The welcome-file-list contains an ordered list of welcome files elements.
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.webservice.jaxrpcmap
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.webservice.jaxrpcmap
 interface ConstructorParameterOrder
           A representation of the model object 'Constructor Parameter Order'
 interface ElementName
           A representation of the model object 'Element Name'
 interface ExceptionMapping
           A representation of the model object 'Exception Mapping'
 interface InterfaceMapping
           A representation of the model object 'Interface Mapping'
 interface JavaWSDLMapping
           A representation of the model object 'Java WSDL Mapping'
 interface JavaXMLTypeMapping
           A representation of the model object 'Java XML Type Mapping'
 interface MethodParamPartsMapping
           A representation of the model object 'Method Param Parts Mapping'
 interface PackageMapping
           A representation of the model object 'Package Mapping'
 interface PortMapping
           A representation of the model object 'Port Mapping'
 interface RootTypeQname
           A representation of the model object 'Root Type Qname'
 interface ServiceEndpointInterfaceMapping
           A representation of the model object 'Service Endpoint Interface Mapping'
 interface ServiceEndpointMethodMapping
           A representation of the model object 'Service Endpoint Method Mapping'
 interface ServiceInterfaceMapping
           A representation of the model object 'Service Interface Mapping'
 interface VariableMapping
           A representation of the model object 'Variable Mapping'
 interface WSDLBinding
           A representation of the model object 'WSDL Binding'
 interface WSDLMessage
           A representation of the model object 'WSDL Message'
 interface WSDLMessageMapping
           A representation of the model object 'WSDL Message Mapping'
 interface WSDLMessagePartName
           A representation of the model object 'WSDL Message Part Name'
 interface WSDLOperation
           A representation of the model object 'WSDL Operation'
 interface WSDLPortType
           A representation of the model object 'WSDL Port Type'
 interface WSDLReturnValueMapping
           A representation of the model object 'WSDL Return Value Mapping'
 interface WSDLServiceName
           A representation of the model object 'WSDL Service Name'
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.webservice.wsclient
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.webservice.wsclient
 interface ComponentScopedRefs
           A representation of the model object 'Component Scoped Refs'
 interface Handler
           A representation of the model object 'Handler'
 interface PortComponentRef
           A representation of the model object 'Port Component Ref'
 interface ServiceRef
           A representation of the model object 'Service Ref'
 interface WebServicesClient
           A representation of the model object 'Web Services Client'
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.webservice.wscommon
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.webservice.wscommon
 interface DescriptionType
           A representation of the model object 'Description Type'
 interface DisplayNameType
           A representation of the model object 'Display Name Type'
 interface PortName
           A representation of the model object 'Port Name'
 interface SOAPHeader
           A representation of the model object 'SOAP Header'
 interface SOAPRole
           A representation of the model object 'SOAP Role'
 

Uses of J2EEEObject in org.eclipse.jst.j2ee.webservice.wsdd
 

Subinterfaces of J2EEEObject in org.eclipse.jst.j2ee.webservice.wsdd
 interface BeanLink
           A representation of the model object 'Bean Link'
 interface EJBLink
           A representation of the model object 'EJB Link'
 interface PortComponent
           A representation of the model object 'Port Component'
 interface ServiceImplBean
           A representation of the model object 'Service Impl Bean'
 interface ServletLink
           A representation of the model object 'Servlet Link'
 interface WebServiceDescription
           A representation of the model object 'Web Service Description'
 interface WebServices
           A representation of the model object 'Web Services'
 interface WSDLPort
           A representation of the model object 'WSDL Port'