Apache CXF API

Uses of Class
org.apache.cxf.tools.common.model.JavaType.Style

Packages that use JavaType.Style
org.apache.cxf.tools.common.model   
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal   
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper   
 

Uses of JavaType.Style in org.apache.cxf.tools.common.model
 

Fields in org.apache.cxf.tools.common.model declared as JavaType.Style
protected  JavaType.Style JavaType.style
           
 

Methods in org.apache.cxf.tools.common.model that return JavaType.Style
 JavaType.Style JavaType.getStyle()
           
static JavaType.Style JavaType.Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JavaType.Style[] JavaType.Style.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.cxf.tools.common.model with parameters of type JavaType.Style
 void JavaType.setStyle(JavaType.Style s)
           
 

Uses of JavaType.Style in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal
 

Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal with parameters of type JavaType.Style
 JavaParameter ParameterProcessor.addParameterFromBinding(JavaMethod method, MessagePartInfo part, JavaType.Style style)
          This method will be used by binding processor to change existing generated java method of porttype
 void ServiceProcessor.processMultipart(JavaMethod jm, BindingOperationInfo operation, javax.wsdl.extensions.mime.MIMEMultipartRelated ext, JavaType.Style style)
           
 

Uses of JavaType.Style in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper
 

Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper with parameters of type JavaType.Style
static JavaParameter ParameterMapper.map(JavaMethod jm, MessagePartInfo part, JavaType.Style style, ToolContext context)
           
 


Apache CXF API

Apache CXF