org.apache.axis2.jaxws.description.xml.handler |
|
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 Java EE 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 or to the local business interface of a 3.0 bean. |
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 or to the remote business interface of a 3.0 bean. |
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. |
HandlerChainsType.java | Class | The handler-chains element defines the handlerchains associated with this service or service
endpoint. |
HandlerChainType.java | Class | The handler-chain element defines the handlerchain. |
HandlerType.java | Class | Declares the handler. |
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, JPEG, or PNG 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. |
InjectionTargetType.java | Class | An injection target specifies a class and a name within that class into which a resource should
be injected.
The injection target class specifies the fully qualified class name that is the target of the
injection. |
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. |
LifecycleCallbackType.java | Class | The lifecycle-callback type specifies a method on a class to be called when a lifecycle event
occurs. |
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 Java EE 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.apache.axis2.jaxws.description.xml.handler 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. |
PersistenceContextRefType.java | Class | The persistence-context-ref element contains a declaration of Deployment Component's reference to
a persistence context associated within a Deployment Component's environment. |
PersistenceContextTypeType.java | Class | The persistence-context-typeType specifies the transactional nature of a persistence context
reference. |
PersistenceUnitRefType.java | Class | The persistence-unit-ref element contains a declaration of Deployment Component's reference to a
persistence unit associated within a Deployment Component's environment. |
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. |
PropertyType.java | Class | Specifies a name/value pair. |
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. |
ServiceRefHandlerChainsType.java | Class | The handler-chains element defines the handlerchains associated with this service or service
endpoint. |
ServiceRefHandlerChainType.java | Class | The handler-chain element defines the handlerchain. |
ServiceRefHandlerType.java | Class | Declares the handler for a port-component. |
ServiceRefType.java | Class | The service-ref element declares a reference to a Web service. |
String.java | Class | This is a special string datatype that is defined by Java EE 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. |
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. |