|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.endpoint.AbstractEndpointFactory
org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
public abstract class AbstractWSDLBasedEndpointFactory
| Field Summary |
|---|
| Fields inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory |
|---|
address, bindingConfig, bindingFactory, bindingId, bus, conduitSelector, dataBinding, destinationFactory, endpointName, endpointReference, features, properties, publishedEndpointUrl, serviceName, transportId |
| Constructor Summary | |
|---|---|
protected |
AbstractWSDLBasedEndpointFactory()
|
protected |
AbstractWSDLBasedEndpointFactory(ReflectionServiceFactoryBean sbean)
|
| Method Summary | |
|---|---|
protected org.apache.cxf.service.model.BindingInfo |
createBindingInfo()
|
protected org.apache.cxf.endpoint.Endpoint |
createEndpoint()
|
protected org.apache.cxf.service.model.EndpointInfo |
createEndpointInfo()
|
protected org.apache.cxf.binding.soap.SoapBindingConfiguration |
createSoapBindingConfig()
|
protected abstract String |
detectTransportIdFromAddress(String ad)
|
Class |
getServiceClass()
|
ReflectionServiceFactoryBean |
getServiceFactory()
|
protected abstract org.apache.cxf.wsdl11.WSDLEndpointFactory |
getWSDLEndpointFactory()
|
String |
getWsdlURL()
|
protected void |
initializeServiceFactory()
|
void |
setServiceClass(Class serviceClass)
Specifies the class implementing the service. |
void |
setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
|
void |
setWsdlURL(String wsdlURL)
|
| Methods inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory |
|---|
checkPrivateEndpoint, getAddress, getBindingConfig, getBindingFactory, getBindingId, getBus, getConduitSelector, getDataBinding, getDestinationFactory, getEndpointName, getFeatures, getProperties, getProperties, getPublishedEndpointUrl, getServiceName, getTransportId, initializeAnnotationInterceptors, initializeAnnotationInterceptors, setAddress, setBindingConfig, setBindingFactory, setBindingId, setBus, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setPublishedEndpointUrl, setServiceName, setTransportId |
| Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider |
|---|
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractWSDLBasedEndpointFactory(ReflectionServiceFactoryBean sbean)
protected AbstractWSDLBasedEndpointFactory()
| Method Detail |
|---|
protected org.apache.cxf.endpoint.Endpoint createEndpoint()
throws org.apache.cxf.BusException,
org.apache.cxf.endpoint.EndpointException
createEndpoint in class org.apache.cxf.endpoint.AbstractEndpointFactoryorg.apache.cxf.BusException
org.apache.cxf.endpoint.EndpointExceptionprotected void initializeServiceFactory()
protected abstract String detectTransportIdFromAddress(String ad)
protected abstract org.apache.cxf.wsdl11.WSDLEndpointFactory getWSDLEndpointFactory()
protected org.apache.cxf.service.model.EndpointInfo createEndpointInfo()
throws org.apache.cxf.BusException
createEndpointInfo in class org.apache.cxf.endpoint.AbstractEndpointFactoryorg.apache.cxf.BusExceptionprotected org.apache.cxf.binding.soap.SoapBindingConfiguration createSoapBindingConfig()
protected org.apache.cxf.service.model.BindingInfo createBindingInfo()
createBindingInfo in class org.apache.cxf.endpoint.AbstractEndpointFactorypublic Class getServiceClass()
public void setServiceClass(Class serviceClass)
serviceClass - the service's implementaiton classpublic ReflectionServiceFactoryBean getServiceFactory()
public void setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
public String getWsdlURL()
public void setWsdlURL(String wsdlURL)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||