Uses of Class
com.sun.tools.ws.processor.model.Parameter

Packages that use Parameter
com.sun.tools.ws.processor.generator   
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.model.java   
com.sun.tools.ws.processor.util   
 

Uses of Parameter in com.sun.tools.ws.processor.generator
 

Methods in com.sun.tools.ws.processor.generator with parameters of type Parameter
 void GeneratorBase.visit(Parameter param)
           
 

Uses of Parameter in com.sun.tools.ws.processor.model
 

Methods in com.sun.tools.ws.processor.model that return Parameter
 Parameter Parameter.getLinkedParameter()
           
 Parameter Message.getParameterByName(String name)
           
 

Methods in com.sun.tools.ws.processor.model that return types with arguments of type Parameter
 Iterator<Parameter> Message.getParameters()
           
 List<Parameter> Message.getParametersList()
           
 

Methods in com.sun.tools.ws.processor.model with parameters of type Parameter
 void Message.addParameter(Parameter p)
           
 void Parameter.setLinkedParameter(Parameter p)
           
protected  void ExtendedModelVisitor.visit(Parameter parameter)
           
 void ModelVisitor.visit(Parameter parameter)
           
 

Method parameters in com.sun.tools.ws.processor.model with type arguments of type Parameter
 void Message.setParametersList(List<Parameter> l)
           
 

Uses of Parameter in com.sun.tools.ws.processor.model.java
 

Methods in com.sun.tools.ws.processor.model.java that return Parameter
 Parameter JavaParameter.getParameter()
           
 

Methods in com.sun.tools.ws.processor.model.java with parameters of type Parameter
 void JavaParameter.setParameter(Parameter p)
           
 

Constructors in com.sun.tools.ws.processor.model.java with parameters of type Parameter
JavaParameter(String name, JavaType type, Parameter parameter)
           
JavaParameter(String name, JavaType type, Parameter parameter, boolean holder)
           
 

Uses of Parameter in com.sun.tools.ws.processor.util
 

Methods in com.sun.tools.ws.processor.util with parameters of type Parameter
protected  void ClassNameCollector.visit(Parameter parameter)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.