Interface SchemaValidation


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:56.682-04:00", comments="Apache CXF 4.0.2") public interface SchemaValidation
This class was generated by Apache CXF 4.0.2 2023-06-06T12:44:56.682-04:00 Generated source version: 4.0.2
  • 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="2023-06-06T12:44:56.682-04: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="2023-06-06T12:44:56.682-04:00") boolean setComplexStruct(ComplexStruct in)
    • doSomethingWithHeader

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:56.682-04:00") SomeResponseWithHeader doSomethingWithHeader(SomeRequestWithHeader in, SomeHeader inHeader)
    • doSomething

      @Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava", date="2023-06-06T12:44:56.682-04: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="2023-06-06T12:44:56.682-04: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="2023-06-06T12:44:56.682-04:00") boolean setOccuringStruct(OccuringStruct in)