Package org.apache.cxf.test
Interface TestInterfacePort
-
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.449-04:00", comments="Apache CXF 3.6.1") public interface TestInterfacePortThis class was generated by Apache CXF 3.6.1 2023-06-06T11:29:24.449-04:00 Generated source version: 3.6.1
-
-
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="2023-06-06T11:29:24.449-04:00") String setMessage(String parameters)
-
echoChar
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T11:29:24.449-04:00") void echoChar(String x, javax.xml.ws.Holder<String> y, javax.xml.ws.Holder<CharElReturn> _return, javax.xml.ws.Holder<String> z)
-
-