Uses of Class
org.apache.cxf.tools.java2wsdl.processor.FrontendFactory.Style
-
Packages that use FrontendFactory.Style Package Description org.apache.cxf.tools.java2wsdl.processor org.apache.cxf.tools.java2wsdl.processor.internal -
-
Uses of FrontendFactory.Style in org.apache.cxf.tools.java2wsdl.processor
Methods in org.apache.cxf.tools.java2wsdl.processor that return FrontendFactory.Style Modifier and Type Method Description FrontendFactory.StyleFrontendFactory. discoverStyle()static FrontendFactory.StyleFrontendFactory.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. -
Uses of FrontendFactory.Style in org.apache.cxf.tools.java2wsdl.processor.internal
Methods in org.apache.cxf.tools.java2wsdl.processor.internal that return FrontendFactory.Style Modifier and Type Method Description FrontendFactory.StyleServiceBuilderFactory. getStyle()Methods in org.apache.cxf.tools.java2wsdl.processor.internal with parameters of type FrontendFactory.Style Modifier and Type Method Description protected StringSpringServiceBuilderFactory. getBuilderBeanName(FrontendFactory.Style s)Return the name of a prototype bean from Spring that can provide the service.ServiceBuilderDefaultServiceBuilderFactory. newBuilder(FrontendFactory.Style s)abstract ServiceBuilderServiceBuilderFactory. newBuilder(FrontendFactory.Style s)ServiceBuilderSpringServiceBuilderFactory. newBuilder(FrontendFactory.Style s)
-