org.apache.schema_validation
Interface SchemaValidation


@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-12-18T19:32:01.385Z",
           comments="Apache CXF 2.6.0.fuse-71-047")
public interface SchemaValidation

This class was generated by Apache CXF 2.6.0.fuse-71-047 2012-12-18T19:32:01.385Z Generated source version: 2.6.0.fuse-71-047


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="2012-12-18T19:32:01.385Z")
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="2012-12-18T19:32:01.385Z")
boolean setComplexStruct(ComplexStruct in)

doSomething

@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
           date="2012-12-18T19:32:01.385Z")
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="2012-12-18T19:32:01.385Z")
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="2012-12-18T19:32:01.385Z")
OccuringStruct getOccuringStruct(String in)


Apache CXF