Class ParameterProcessor
- java.lang.Object
-
- org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
-
- org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ParameterProcessor
-
public class ParameterProcessor extends AbstractProcessor
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEADERstatic StringOUT_OF_BAND_HEADER-
Fields inherited from class org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.AbstractProcessor
context, LOG
-
-
Constructor Summary
Constructors Constructor Description ParameterProcessor(ToolContext penv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected JavaParameteraddParameter(MessagePartInfo mpart, JavaMethod method, JavaParameter parameter)JavaParameteraddParameterFromBinding(JavaMethod method, MessagePartInfo part, JavaType.Style style)This method will be used by binding processor to change existing generated java method of porttypevoidprocess(JavaMethod method, MessageInfo inputMessage, MessageInfo outputMessage, List<String> parameterOrder)
-
-
-
Field Detail
-
HEADER
public static final String HEADER
- See Also:
- Constant Field Values
-
OUT_OF_BAND_HEADER
public static final String OUT_OF_BAND_HEADER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ParameterProcessor
public ParameterProcessor(ToolContext penv)
-
-
Method Detail
-
process
public void process(JavaMethod method, MessageInfo inputMessage, MessageInfo outputMessage, List<String> parameterOrder) throws ToolException
- Throws:
ToolException
-
addParameterFromBinding
public JavaParameter addParameterFromBinding(JavaMethod method, MessagePartInfo part, JavaType.Style style) throws ToolException
This method will be used by binding processor to change existing generated java method of porttype- Parameters:
method-part-style-- Throws:
ToolException
-
addParameter
protected JavaParameter addParameter(MessagePartInfo mpart, JavaMethod method, JavaParameter parameter) throws ToolException
- Throws:
ToolException
-
-