public class MDBActivationSpec extends Object implements javax.resource.spi.ActivationSpec
ActivationSpec that
activates a CXF service endpoint facade. All resource locations are
relative to the message driven bean jar.| Constructor and Description |
|---|
MDBActivationSpec() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the transport address used by
ServerFactoryBean. |
String |
getBusConfigLocation() |
String |
getDisplayName() |
String |
getEndpointName() |
javax.resource.spi.ResourceAdapter |
getResourceAdapter() |
String |
getSchemaLocations()
Comma separated schema locations
|
String |
getServiceInterfaceClass()
Gets the service endpoint interface classname.
|
String |
getServiceName() |
String |
getWsdlLocation() |
void |
setAddress(String address)
Sets the transport address used by
ServerFactoryBean. |
void |
setBusConfigLocation(String busConfigLocation) |
void |
setDisplayName(String displayName)
A unique name that is readable to human and it is to
identify an inbound endpoint within a application server.
|
void |
setEndpointName(String endpointName) |
void |
setResourceAdapter(javax.resource.spi.ResourceAdapter ra) |
void |
setSchemaLocations(String schemaLocations)
Comma separated schema locations
|
void |
setServiceInterfaceClass(String serviceInterfaceClass) |
void |
setServiceName(String serviceName) |
void |
setWsdlLocation(String wsdlLocation) |
void |
validate()
TODO implement validation
|
public String getAddress()
ServerFactoryBean.public String getBusConfigLocation()
public String getDisplayName()
public String getEndpointName()
public javax.resource.spi.ResourceAdapter getResourceAdapter()
getResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationpublic String getSchemaLocations()
public String getServiceInterfaceClass()
public String getServiceName()
public String getWsdlLocation()
public void setAddress(String address)
ServerFactoryBean.address - the address to setpublic void setBusConfigLocation(String busConfigLocation)
busConfigLocation - the busConfigLocation to setpublic void setDisplayName(String displayName)
displayName - the displayName to setpublic void setEndpointName(String endpointName)
endpointName - the endpointName to setpublic void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
throws javax.resource.ResourceException
setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationjavax.resource.ResourceExceptionpublic void setSchemaLocations(String schemaLocations)
schemaLocations - the schemaLocations to setpublic void setServiceInterfaceClass(String serviceInterfaceClass)
serviceInterfaceClass - the serviceInterfaceClass to setpublic void setServiceName(String serviceName)
serviceName - the serviceName to setpublic void setWsdlLocation(String wsdlLocation)
wsdlLocation - the wsdlLocation to setpublic void validate()
throws javax.resource.spi.InvalidPropertyException
validate in interface javax.resource.spi.ActivationSpecjavax.resource.spi.InvalidPropertyExceptionApache CXF