Package | Description |
---|---|
org.apache.cxf.jaxws.javaee |
Modifier and Type | Class and Description |
---|---|
class |
HomeType
The homeType defines the fully-qualified name of
an enterprise bean's home interface.
|
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 |
MessageDestinationTypeType
The message-destination-typeType specifies the type of
the destination.
|
class |
RemoteType
The remote element contains the fully-qualified name
of the enterprise bean's remote interface.
|
Modifier and Type | Field and Description |
---|---|
protected FullyQualifiedClassType |
PortComponentHandlerType.handlerClass |
protected FullyQualifiedClassType |
ServiceRefHandlerType.handlerClass |
protected FullyQualifiedClassType |
InjectionTargetType.injectionTargetClass |
protected FullyQualifiedClassType |
LifecycleCallbackType.lifecycleCallbackClass |
protected FullyQualifiedClassType |
ListenerType.listenerClass |
protected FullyQualifiedClassType |
ResourceEnvRefType.resourceEnvRefType |
protected FullyQualifiedClassType |
ResourceRefType.resType |
protected FullyQualifiedClassType |
PortComponentRefType.serviceEndpointInterface |
protected FullyQualifiedClassType |
PortComponentType.serviceEndpointInterface |
protected FullyQualifiedClassType |
ServiceRefType.serviceInterface |
protected FullyQualifiedClassType |
ServiceRefType.serviceRefType |
Modifier and Type | Method and Description |
---|---|
FullyQualifiedClassType |
ObjectFactory.createFullyQualifiedClassType()
Create an instance of
FullyQualifiedClassType |
FullyQualifiedClassType |
PortComponentHandlerType.getHandlerClass()
Gets the value of the handlerClass property.
|
FullyQualifiedClassType |
ServiceRefHandlerType.getHandlerClass()
Gets the value of the handlerClass property.
|
FullyQualifiedClassType |
InjectionTargetType.getInjectionTargetClass()
Gets the value of the injectionTargetClass property.
|
FullyQualifiedClassType |
LifecycleCallbackType.getLifecycleCallbackClass()
Gets the value of the lifecycleCallbackClass property.
|
FullyQualifiedClassType |
ListenerType.getListenerClass()
Gets the value of the listenerClass property.
|
FullyQualifiedClassType |
ResourceEnvRefType.getResourceEnvRefType()
Gets the value of the resourceEnvRefType property.
|
FullyQualifiedClassType |
ResourceRefType.getResType()
Gets the value of the resType property.
|
FullyQualifiedClassType |
PortComponentRefType.getServiceEndpointInterface()
Gets the value of the serviceEndpointInterface property.
|
FullyQualifiedClassType |
PortComponentType.getServiceEndpointInterface()
Gets the value of the serviceEndpointInterface property.
|
FullyQualifiedClassType |
ServiceRefType.getServiceInterface()
Gets the value of the serviceInterface property.
|
FullyQualifiedClassType |
ServiceRefType.getServiceRefType()
Gets the value of the serviceRefType property.
|
Modifier and Type | Method and Description |
---|---|
void |
PortComponentHandlerType.setHandlerClass(FullyQualifiedClassType value)
Sets the value of the handlerClass property.
|
void |
ServiceRefHandlerType.setHandlerClass(FullyQualifiedClassType value)
Sets the value of the handlerClass property.
|
void |
InjectionTargetType.setInjectionTargetClass(FullyQualifiedClassType value)
Sets the value of the injectionTargetClass property.
|
void |
LifecycleCallbackType.setLifecycleCallbackClass(FullyQualifiedClassType value)
Sets the value of the lifecycleCallbackClass property.
|
void |
ListenerType.setListenerClass(FullyQualifiedClassType value)
Sets the value of the listenerClass property.
|
void |
ResourceEnvRefType.setResourceEnvRefType(FullyQualifiedClassType value)
Sets the value of the resourceEnvRefType property.
|
void |
ResourceRefType.setResType(FullyQualifiedClassType value)
Sets the value of the resType property.
|
void |
PortComponentRefType.setServiceEndpointInterface(FullyQualifiedClassType value)
Sets the value of the serviceEndpointInterface property.
|
void |
PortComponentType.setServiceEndpointInterface(FullyQualifiedClassType value)
Sets the value of the serviceEndpointInterface property.
|
void |
ServiceRefType.setServiceInterface(FullyQualifiedClassType value)
Sets the value of the serviceInterface property.
|
void |
ServiceRefType.setServiceRefType(FullyQualifiedClassType value)
Sets the value of the serviceRefType property.
|
Apache CXF