|
Apache CXF API | |||||||||
| 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 | |
|---|---|
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 |
| 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 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 set
public 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 set
public void validate()
throws javax.resource.spi.InvalidPropertyException
validate in interface javax.resource.spi.ActivationSpecjavax.resource.spi.InvalidPropertyException
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||