Interface SchemaValidation


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:46.527-05:00", comments="Apache CXF 4.0.4") public interface SchemaValidation
This class was generated by Apache CXF 4.0.4 2024-03-06T18:23:46.527-05:00 Generated source version: 4.0.4
  • Method Details

    • getComplexStruct

      @RequestWrapper(localName="getComplexStruct", targetNamespace="http://apache.org/schema_validation/types", className="org.apache.schema_validation.types.GetComplexStruct") @ResponseWrapper(localName="getComplexStructResponse", targetNamespace="http://apache.org/schema_validation/types", className="org.apache.schema_validation.types.GetComplexStructResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:46.527-05:00") ComplexStruct getComplexStruct(String in)
    • setComplexStruct

      @RequestWrapper(localName="setComplexStruct", targetNamespace="http://apache.org/schema_validation/types", className="org.apache.schema_validation.types.SetComplexStruct") @ResponseWrapper(localName="setComplexStructResponse", targetNamespace="http://apache.org/schema_validation/types", className="org.apache.schema_validation.types.SetComplexStructResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:46.527-05:00") boolean setComplexStruct(ComplexStruct in)
    • doSomethingWithHeader

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:46.527-05:00") SomeResponseWithHeader doSomethingWithHeader(SomeRequestWithHeader in, SomeHeader inHeader)
    • doSomething

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:46.527-05:00") SomeResponse doSomething(SomeRequest in) throws DoSomethingFault
      Throws:
      DoSomethingFault
    • getOccuringStruct

      @RequestWrapper(localName="getOccuringStruct", targetNamespace="http://apache.org/schema_validation/types", className="org.apache.schema_validation.types.GetOccuringStruct") @ResponseWrapper(localName="getOccuringStructResponse", targetNamespace="http://apache.org/schema_validation/types", className="org.apache.schema_validation.types.GetOccuringStructResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:46.527-05:00") OccuringStruct getOccuringStruct(String in)
    • setOccuringStruct

      @RequestWrapper(localName="setOccuringStruct", targetNamespace="http://apache.org/schema_validation/types", className="org.apache.schema_validation.types.SetOccuringStruct") @ResponseWrapper(localName="setOccuringStructResponse", targetNamespace="http://apache.org/schema_validation/types", className="org.apache.schema_validation.types.SetOccuringStructResponse") @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2024-03-06T18:23:46.527-05:00") boolean setOccuringStruct(OccuringStruct in)