|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.tools.java2wsdl.processor.internal.ServiceBuilderFactory
public final class ServiceBuilderFactory
This class constructs ServiceBuilder objects. These objects are used to access the services and the data bindings to generate the wsdl.
| Method Summary | |
|---|---|
static String |
databindingNameToBeanName(String dbName)
Convert a parameter value to the name of a bean we'd use for a data binding. |
protected String |
getBuilderBeanName(FrontendFactory.Style s)
Return the name of a prototype bean from Spring that can provide the service. |
String |
getDatabindingName()
Return the databinding name. |
static ServiceBuilderFactory |
getInstance()
|
FrontendFactory.Style |
getStyle()
|
ServiceBuilder |
newBuilder(org.springframework.context.ApplicationContext applicationContext)
|
ServiceBuilder |
newBuilder(org.springframework.context.ApplicationContext applicationContext,
FrontendFactory.Style s)
|
void |
setDatabindingName(String arg)
Set the databinding name |
void |
setServiceClass(Class c)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ServiceBuilderFactory getInstance()
public ServiceBuilder newBuilder(org.springframework.context.ApplicationContext applicationContext)
public static String databindingNameToBeanName(String dbName)
databindingName -
public ServiceBuilder newBuilder(org.springframework.context.ApplicationContext applicationContext,
FrontendFactory.Style s)
protected String getBuilderBeanName(FrontendFactory.Style s)
s - Style of service
public FrontendFactory.Style getStyle()
public void setServiceClass(Class c)
public String getDatabindingName()
public void setDatabindingName(String arg)
databindingName -
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||