Apache CXF API

Uses of Class
org.apache.cxf.tools.common.model.JavaMethod

Packages that use JavaMethod
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 JavaMethod in org.apache.cxf.tools.common.model
 

Methods in org.apache.cxf.tools.common.model that return JavaMethod
 JavaMethod JavaClass.appendGetter(JavaField field)
           
 JavaMethod JavaClass.appendSetter(JavaField field)
           
 JavaMethod JavaParameter.getMethod()
           
 

Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaMethod
 List<JavaMethod> JavaInterface.getMethods()
           
 

Methods in org.apache.cxf.tools.common.model with parameters of type JavaMethod
 void JavaInterface.addMethod(JavaMethod method)
           
 void JavaPort.addOperation(JavaMethod method)
           
 boolean JavaInterface.hasMethod(JavaMethod method)
           
 int JavaInterface.indexOf(JavaMethod method)
           
 int JavaInterface.removeMethod(JavaMethod method)
           
 void JavaInterface.replaceMethod(JavaMethod method)
           
 void JavaParameter.setMethod(JavaMethod jm)
           
 

Uses of JavaMethod 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 JavaMethod
protected  JavaParameter ParameterProcessor.addParameter(MessagePartInfo mpart, JavaMethod method, JavaParameter parameter)
           
 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 FaultProcessor.process(JavaMethod method, Collection<FaultInfo> faults)
           
 void ParameterProcessor.process(JavaMethod method, MessageInfo inputMessage, MessageInfo outputMessage, List<String> parameterOrder)
           
 void ServiceProcessor.processMultipart(JavaMethod jm, BindingOperationInfo operation, javax.wsdl.extensions.mime.MIMEMultipartRelated ext, JavaType.Style style)
           
 

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

Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper that return JavaMethod
 JavaMethod MethodMapper.map(OperationInfo operation)
           
 

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


Apache CXF API

Apache CXF