Uses of Class
org.apache.cxf.tools.common.model.JavaMethod
-
-
Uses of JavaMethod in org.apache.cxf.tools.common.model
Methods in org.apache.cxf.tools.common.model that return JavaMethod Modifier and Type Method Description JavaMethodJavaClass. appendGetter(JavaField field)JavaMethodJavaClass. appendSetter(JavaField field)JavaMethodJavaParameter. getMethod()Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaMethod Modifier and Type Method Description List<JavaMethod>JavaInterface. getMethods()List<JavaMethod>JavaPort. getOperations()Methods in org.apache.cxf.tools.common.model with parameters of type JavaMethod Modifier and Type Method Description voidJavaInterface. addMethod(JavaMethod method)voidJavaPort. addOperation(JavaMethod method)booleanJavaInterface. hasMethod(JavaMethod method)intJavaInterface. indexOf(JavaMethod method)intJavaInterface. removeMethod(JavaMethod method)voidJavaInterface. replaceMethod(JavaMethod method)voidJavaParameter. 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 Modifier and Type Method Description protected JavaParameterParameterProcessor. addParameter(MessagePartInfo mpart, JavaMethod method, JavaParameter parameter)JavaParameterParameterProcessor. addParameterFromBinding(JavaMethod method, MessagePartInfo part, JavaType.Style style)This method will be used by binding processor to change existing generated java method of porttypevoidFaultProcessor. process(JavaMethod method, Collection<FaultInfo> faults)voidParameterProcessor. process(JavaMethod method, MessageInfo inputMessage, MessageInfo outputMessage, List<String> parameterOrder)voidServiceProcessor. 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 Modifier and Type Method Description JavaMethodMethodMapper. map(OperationInfo operation)Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper with parameters of type JavaMethod Modifier and Type Method Description static JavaParameterParameterMapper. map(JavaMethod jm, MessagePartInfo part, JavaType.Style style, ToolContext context)
-