org.apache.schema_validation
Interface SchemaValidation


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T10:29:52.755-02:30",
           comments="Apache CXF 2.6.0.redhat-60083")
public interface SchemaValidation

This class was generated by Apache CXF 2.6.0.redhat-60083 2015-05-27T10:29:52.755-02:30 Generated source version: 2.6.0.redhat-60083


Method Summary
 SomeResponse doSomething(SomeRequest in)
           
 ComplexStruct getComplexStruct(String in)
           
 OccuringStruct getOccuringStruct(String in)
           
 boolean setComplexStruct(ComplexStruct in)
           
 boolean setOccuringStruct(OccuringStruct in)
           
 

Method Detail

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="2015-05-27T10:29:52.755-02:30")
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="2015-05-27T10:29:52.755-02:30")
boolean setComplexStruct(ComplexStruct in)

doSomething

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2015-05-27T10:29:52.755-02:30")
SomeResponse doSomething(SomeRequest 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="2015-05-27T10:29:52.755-02:30")
boolean setOccuringStruct(OccuringStruct in)

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="2015-05-27T10:29:52.755-02:30")
OccuringStruct getOccuringStruct(String in)


Apache CXF