|
Apache CXF API | |||||||||
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
org.apache.cxf.frontend.AbstractServiceFactory
public abstract class AbstractServiceFactory
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 |
AbstractServiceFactory()
|
protected |
AbstractServiceFactory(ReflectionServiceFactoryBean sbean)
|
Method Summary | |
---|---|
ServiceInfo |
createService()
|
java.io.File |
getOutputFile()
|
void |
setServiceClass(java.lang.Class clz)
Specifies the class implementing the service. |
void |
validate()
|
Methods inherited from class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory |
---|
createBindingInfo, createEndpoint, createEndpointInfo, createSoapBindingConfig, getServiceClass, getServiceFactory, getWsdlURL, initializeAnnotationInterceptors, initializeAnnotationInterceptors, initializeServiceFactory, setServiceFactory, setWsdlURL |
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 |
Methods inherited from interface org.apache.cxf.service.ServiceBuilder |
---|
setAddress, setBindingId, setBus, setTransportId |
Constructor Detail |
---|
protected AbstractServiceFactory()
protected AbstractServiceFactory(ReflectionServiceFactoryBean sbean)
Method Detail |
---|
public ServiceInfo createService()
createService
in interface ServiceBuilder
public java.io.File getOutputFile()
getOutputFile
in interface ServiceBuilder
public void setServiceClass(java.lang.Class clz)
AbstractWSDLBasedEndpointFactory
setServiceClass
in interface ServiceBuilder
setServiceClass
in class AbstractWSDLBasedEndpointFactory
clz
- the service's implementaiton classpublic void validate()
validate
in interface ServiceBuilder
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |