Package org.apache.cxf.test
Interface TestInterfacePort
-
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.821-05:00", comments="Apache CXF 3.6.3") public interface TestInterfacePortThis class was generated by Apache CXF 3.6.3 2024-03-07T12:28:42.821-05:00 Generated source version: 3.6.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidechoChar(String x, javax.xml.ws.Holder<String> y, javax.xml.ws.Holder<CharElReturn> _return, javax.xml.ws.Holder<String> z)StringgetMessage(String parameters)StringsetMessage(String parameters)
-
-
-
Method Detail
-
setMessage
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.821-05:00") String setMessage(String parameters)
-
echoChar
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-07T12:28:42.821-05:00") void echoChar(String x, javax.xml.ws.Holder<String> y, javax.xml.ws.Holder<CharElReturn> _return, javax.xml.ws.Holder<String> z)
-
-