|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.jca.inbound.MDBActivationSpec
public class MDBActivationSpec
MDBActivationSpec is an ActivationSpec that
activates a CXF service endpoint facade. All resource locations are
relative to the message driven bean jar.
| Constructor Summary | |
|---|---|
MDBActivationSpec()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAddress()
Gets the transport address used by ServerFactoryBean. |
java.lang.String |
getBusConfigLocation()
|
java.lang.String |
getDisplayName()
|
java.lang.String |
getEndpointName()
|
javax.resource.spi.ResourceAdapter |
getResourceAdapter()
|
java.lang.String |
getSchemaLocations()
Comma separated schema locations |
java.lang.String |
getServiceInterfaceClass()
Gets the service endpoint interface classname. |
java.lang.String |
getServiceName()
|
java.lang.String |
getWsdlLocation()
|
void |
setAddress(java.lang.String address)
Sets the transport address used by ServerFactoryBean. |
void |
setBusConfigLocation(java.lang.String busConfigLocation)
|
void |
setDisplayName(java.lang.String displayName)
A unique name that is readable to human and it is to identify an inbound endpoint within a application server. |
void |
setEndpointName(java.lang.String endpointName)
|
void |
setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
|
void |
setSchemaLocations(java.lang.String schemaLocations)
Comma separated schema locations |
void |
setServiceInterfaceClass(java.lang.String serviceInterfaceClass)
|
void |
setServiceName(java.lang.String serviceName)
|
void |
setWsdlLocation(java.lang.String wsdlLocation)
|
void |
validate()
TODO implement validation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MDBActivationSpec()
| Method Detail |
|---|
public java.lang.String getAddress()
ServerFactoryBean.
public java.lang.String getBusConfigLocation()
public java.lang.String getDisplayName()
public java.lang.String getEndpointName()
public javax.resource.spi.ResourceAdapter getResourceAdapter()
getResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationpublic java.lang.String getSchemaLocations()
public java.lang.String getServiceInterfaceClass()
public java.lang.String getServiceName()
public java.lang.String getWsdlLocation()
public void setAddress(java.lang.String address)
ServerFactoryBean.
address - the address to setpublic void setBusConfigLocation(java.lang.String busConfigLocation)
busConfigLocation - the busConfigLocation to setpublic void setDisplayName(java.lang.String displayName)
displayName - the displayName to setpublic void setEndpointName(java.lang.String endpointName)
endpointName - the endpointName to set
public void setResourceAdapter(javax.resource.spi.ResourceAdapter ra)
throws javax.resource.ResourceException
setResourceAdapter in interface javax.resource.spi.ResourceAdapterAssociationjavax.resource.ResourceExceptionpublic void setSchemaLocations(java.lang.String schemaLocations)
schemaLocations - the schemaLocations to setpublic void setServiceInterfaceClass(java.lang.String serviceInterfaceClass)
serviceInterfaceClass - the serviceInterfaceClass to setpublic void setServiceName(java.lang.String serviceName)
serviceName - the serviceName to setpublic void setWsdlLocation(java.lang.String wsdlLocation)
wsdlLocation - the wsdlLocation to set
public void validate()
throws javax.resource.spi.InvalidPropertyException
validate in interface javax.resource.spi.ActivationSpecjavax.resource.spi.InvalidPropertyException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||