org.netbeans.modules.compapp.javaee.sunresources.generated.webservices11 |
|
Java Source File Name | Type | Comment |
DescriptionType.java | Class | The description type is used by a description element to
provide text describing the parent element. |
DisplayNameType.java | Class | The display-name type contains a short name that is intended
to be displayed by tools. |
EjbLinkType.java | Class | The ejb-linkType is used by ejb-link
elements in the ejb-ref or ejb-local-ref elements to specify
that an EJB reference is linked to enterprise bean.
The value of the ejb-link element must be the ejb-name of an
enterprise bean in the same ejb-jar file or in another ejb-jar
file in the same J2EE application unit.
Alternatively, the name in the ejb-link element may be
composed of a path name specifying the ejb-jar containing the
referenced enterprise bean with the ejb-name of the target
bean appended and separated from the path name by "#". |
EjbLocalRefType.java | Class | The ejb-local-refType is used by ejb-local-ref elements for
the declaration of a reference to an enterprise bean's local
home. |
EjbRefNameType.java | Class | The ejb-ref-name element contains the name of an EJB
reference. |
EjbRefType.java | Class | The ejb-refType is used by ejb-ref elements for the
declaration of a reference to an enterprise bean's home. |
EjbRefTypeType.java | Class | The ejb-ref-typeType contains the expected type of the
referenced enterprise bean. |
EmptyType.java | Class | This type is used to designate an empty
element when used. |
EnvEntryType.java | Class | The env-entryType is used to declare an application's
environment entry. |
EnvEntryTypeValuesType.java | Class | This type contains the fully-qualified Java type of the
environment entry value that is expected by the
application's code. |
FullyQualifiedClassType.java | Class | The elements that use this type designate the name of a
Java class or interface. |
GenericBooleanType.java | Class | This type defines four different values which can designate
boolean values. |
HomeType.java | Class | The homeType defines the fully-qualified name of
an enterprise bean's home interface. |
IconType.java | Class | The icon type contains small-icon and large-icon elements
that specify the file names for small and large GIF or
JPEG icon images used to represent the parent element in a
GUI tool.
The xml:lang attribute defines the language that the
icon file names are provided in. |
JavaIdentifierType.java | Class | The java-identifierType defines a Java identifier. |
JavaTypeType.java | Class | This is a generic type that designates a Java primitive
type or a fully qualified name of a Java interface/type,
or an array of such types. |
JndiNameType.java | Class | The jndi-nameType type designates a JNDI name in the
Deployment Component's environment and is relative to the
java:comp/env context. |
ListenerType.java | Class | The listenerType indicates the deployment properties for a web
application listener bean. |
LocalHomeType.java | Class | The local-homeType defines the fully-qualified
name of an enterprise bean's local home interface. |
LocalType.java | Class | The localType defines the fully-qualified name of an
enterprise bean's local interface. |
MessageDestinationLinkType.java | Class | The message-destination-linkType is used to link a message
destination reference or message-driven bean to a message
destination.
The Assembler sets the value to reflect the flow of messages
between producers and consumers in the application.
The value must be the message-destination-name of a message
destination in the same Deployment File or in another
Deployment File in the same J2EE application unit.
Alternatively, the value may be composed of a path name
specifying a Deployment File containing the referenced
message destination with the message-destination-name of the
destination appended and separated from the path name by
"#". |
MessageDestinationRefType.java | Class | The message-destination-ref element contains a declaration
of Deployment Component's reference to a message destination
associated with a resource in Deployment Component's
environment. |
MessageDestinationType.java | Class | The message-destinationType specifies a message
destination. |
MessageDestinationTypeType.java | Class | The message-destination-typeType specifies the type of
the destination. |
MessageDestinationUsageType.java | Class | The message-destination-usageType specifies the use of the
message destination indicated by the reference. |
ObjectFactory.java | Class | This object contains factory methods for each
Java content interface and Java element interface
generated in the org.netbeans.modules.compapp.javaee.sunresources.generated.webservices11 package. |
package-info.java | | |
ParamValueType.java | Class | This type is a general type that can be used to declare
parameter/value lists. |
PathType.java | Class | The elements that use this type designate either a relative
path or an absolute path starting with a "/".
In elements that specify a pathname to a file within the
same Deployment File, relative filenames (i.e., those not
starting with "/") are considered relative to the root of
the Deployment File's namespace. |
PortComponentHandlerType.java | Class | Declares the handler for a port-component. |
PortComponentRefType.java | Class | The port-component-ref element declares a client dependency
on the container for resolving a Service Endpoint Interface
to a WSDL port. |
PortComponentType.java | Class | The port-component element associates a WSDL port with a web service
interface and implementation. |
RemoteType.java | Class | The remote element contains the fully-qualified name
of the enterprise bean's remote interface. |
ResAuthType.java | Class | The res-authType specifies whether the Deployment Component
code signs on programmatically to the resource manager, or
whether the Container will sign on to the resource manager
on behalf of the Deployment Component. |
ResourceEnvRefType.java | Class | The resource-env-refType is used to define
resource-env-type elements. |
ResourceRefType.java | Class | The resource-refType contains a declaration of a
Deployment Component's reference to an external resource. |
ResSharingScopeType.java | Class | The res-sharing-scope type specifies whether connections
obtained through the given resource manager connection
factory reference can be shared. |
RoleNameType.java | Class | The role-nameType designates the name of a security role. |
RunAsType.java | Class | The run-asType specifies the run-as identity to be
used for the execution of a component. |
SecurityRoleRefType.java | Class | The security-role-refType contains the declaration of a
security role reference in a component's or a
Deployment Component's code. |
SecurityRoleType.java | Class | The security-roleType contains the definition of a security
role. |
ServiceImplBeanType.java | Class | The service-impl-bean element defines the web service implementation.
A service implementation can be an EJB bean class or JAX-RPC web
component. |
ServiceRefHandlerType.java | Class | Declares the handler for a port-component. |
ServiceRefType.java | Class | The service-ref element declares a reference to a Web
service. |
ServletLinkType.java | Class | The servlet-link element is used in the service-impl-bean element
to specify that a Service Implementation Bean is defined as a
JAX-RPC Service Endpoint. |
String.java | Class | This is a special string datatype that is defined by J2EE as
a base type for defining collapsed strings. |
TrueFalseType.java | Class | This simple type designates a boolean with only two
permissible values
- true
- false
Java class for true-falseType complex type. |
UrlPatternType.java | Class | The url-patternType contains the url pattern of the mapping.
It must follow the rules specified in Section 11.2 of the
Servlet API Specification. |
WebserviceDescriptionType.java | Class | The webservice-description element defines a WSDL document file
and the set of Port components associated with the WSDL ports
defined in the WSDL document. |
WebservicesType.java | Class | Java class for webservicesType complex type. |
XsdAnyURIType.java | Class | This type adds an "id" attribute to xsd:anyURI. |
XsdBooleanType.java | Class | This type adds an "id" attribute to xsd:boolean. |
XsdIntegerType.java | Class | This type adds an "id" attribute to xsd:integer. |
XsdNMTOKENType.java | Class | This type adds an "id" attribute to xsd:NMTOKEN. |
XsdNonNegativeIntegerType.java | Class | This type adds an "id" attribute to xsd:nonNegativeInteger. |
XsdPositiveIntegerType.java | Class | This type adds an "id" attribute to xsd:positiveInteger. |
XsdQNameType.java | Class | This type adds an "id" attribute to xsd:QName. |
XsdStringType.java | Class | This type adds an "id" attribute to xsd:string. |