Package | Description |
---|---|
org.apache.cxf.tools.java2wsdl.processor | |
org.apache.cxf.tools.java2wsdl.processor.internal |
Modifier and Type | Method and Description |
---|---|
FrontendFactory.Style |
FrontendFactory.discoverStyle() |
static FrontendFactory.Style |
FrontendFactory.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrontendFactory.Style[] |
FrontendFactory.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FrontendFactory.Style |
ServiceBuilderFactory.getStyle() |
Modifier and Type | Method and Description |
---|---|
protected String |
SpringServiceBuilderFactory.getBuilderBeanName(FrontendFactory.Style s)
Return the name of a prototype bean from Spring that can provide the service.
|
ServiceBuilder |
DefaultServiceBuilderFactory.newBuilder(FrontendFactory.Style s) |
ServiceBuilder |
SpringServiceBuilderFactory.newBuilder(FrontendFactory.Style s) |
abstract ServiceBuilder |
ServiceBuilderFactory.newBuilder(FrontendFactory.Style s) |
Apache CXF