Package | Description |
---|---|
org.apache.cxf.jaxws.javaee |
Modifier and Type | Class and Description |
---|---|
class |
DisplayNameType
The display-name type contains a short name that is intended
to be displayed by tools.
|
class |
EjbLinkType
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.
|
class |
EjbRefNameType
The ejb-ref-name element contains the name of an EJB
reference.
|
class |
EjbRefTypeType
The ejb-ref-typeType contains the expected type of the
referenced enterprise bean.
|
class |
EnvEntryTypeValuesType
This type contains the fully-qualified Java type of the
environment entry value that is expected by the
application's code.
|
class |
FullyQualifiedClassType
The elements that use this type designate the name of a
Java class or interface.
|
class |
GenericBooleanType
This type defines four different values which can designate
boolean values.
|
class |
HomeType
The homeType defines the fully-qualified name of
an enterprise bean's home interface.
|
class |
JavaIdentifierType
The java-identifierType defines a Java identifier.
|
class |
JavaTypeType
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.
|
class |
JndiNameType
The jndi-nameType type designates a JNDI name in the
Deployment Component's environment and is relative to the
java:comp/env context.
|
class |
LocalHomeType
The local-homeType defines the fully-qualified
name of an enterprise bean's local home interface.
|
class |
LocalType
The localType defines the fully-qualified name of an
enterprise bean's local interface.
|
class |
MessageDestinationLinkType
The message-destination-linkType is used to link a message
destination reference or message-driven bean to a message
destination.
|
class |
MessageDestinationTypeType
The message-destination-typeType specifies the type of
the destination.
|
class |
MessageDestinationUsageType
The message-destination-usageType specifies the use of the
message destination indicated by the reference.
|
class |
PathType
The elements that use this type designate either a relative
path or an absolute path starting with a "/".
|
class |
PersistenceContextTypeType
The persistence-context-typeType specifies the transactional
nature of a persistence context reference.
|
class |
RemoteType
The remote element contains the fully-qualified name
of the enterprise bean's remote interface.
|
class |
ResAuthType
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.
|
class |
ResSharingScopeType
The res-sharing-scope type specifies whether connections
obtained through the given resource manager connection
factory reference can be shared.
|
class |
RoleNameType
The role-nameType designates the name of a security role.
|
class |
ServletLinkType
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.
|
Modifier and Type | Field and Description |
---|---|
protected CString |
PortComponentHandlerType.handlerName |
protected CString |
ServiceRefHandlerType.handlerName |
protected CString |
MessageDestinationType.messageDestinationName |
protected CString |
ParamValueType.paramName |
protected CString |
PersistenceUnitRefType.persistenceUnitName |
protected CString |
PersistenceContextRefType.persistenceUnitName |
protected CString |
PortComponentRefType.portComponentLink |
protected CString |
PortComponentType.portComponentName |
protected CString |
WebserviceDescriptionType.webserviceDescriptionName |
Modifier and Type | Field and Description |
---|---|
protected List<CString> |
ServiceRefHandlerType.portName |
protected List<CString> |
PortComponentHandlerType.soapRole |
protected List<CString> |
ServiceRefHandlerType.soapRole |
Modifier and Type | Method and Description |
---|---|
CString |
ObjectFactory.createString()
Create an instance of
CString |
CString |
PortComponentHandlerType.getHandlerName()
Gets the value of the handlerName property.
|
CString |
ServiceRefHandlerType.getHandlerName()
Gets the value of the handlerName property.
|
CString |
MessageDestinationType.getMessageDestinationName()
Gets the value of the messageDestinationName property.
|
CString |
ParamValueType.getParamName()
Gets the value of the paramName property.
|
CString |
PersistenceUnitRefType.getPersistenceUnitName()
Gets the value of the persistenceUnitName property.
|
CString |
PersistenceContextRefType.getPersistenceUnitName()
Gets the value of the persistenceUnitName property.
|
CString |
PortComponentRefType.getPortComponentLink()
Gets the value of the portComponentLink property.
|
CString |
PortComponentType.getPortComponentName()
Gets the value of the portComponentName property.
|
CString |
WebserviceDescriptionType.getWebserviceDescriptionName()
Gets the value of the webserviceDescriptionName property.
|
Modifier and Type | Method and Description |
---|---|
List<CString> |
ServiceRefHandlerType.getPortName()
Gets the value of the portName property.
|
List<CString> |
PortComponentHandlerType.getSoapRole()
Gets the value of the soapRole property.
|
List<CString> |
ServiceRefHandlerType.getSoapRole()
Gets the value of the soapRole property.
|
Modifier and Type | Method and Description |
---|---|
void |
PortComponentHandlerType.setHandlerName(CString value)
Sets the value of the handlerName property.
|
void |
ServiceRefHandlerType.setHandlerName(CString value)
Sets the value of the handlerName property.
|
void |
MessageDestinationType.setMessageDestinationName(CString value)
Sets the value of the messageDestinationName property.
|
void |
ParamValueType.setParamName(CString value)
Sets the value of the paramName property.
|
void |
PersistenceUnitRefType.setPersistenceUnitName(CString value)
Sets the value of the persistenceUnitName property.
|
void |
PersistenceContextRefType.setPersistenceUnitName(CString value)
Sets the value of the persistenceUnitName property.
|
void |
PortComponentRefType.setPortComponentLink(CString value)
Sets the value of the portComponentLink property.
|
void |
PortComponentType.setPortComponentName(CString value)
Sets the value of the portComponentName property.
|
void |
WebserviceDescriptionType.setWebserviceDescriptionName(CString value)
Sets the value of the webserviceDescriptionName property.
|
Apache CXF