org.apache.schema_validation
Interface SchemaValidation
public interface SchemaValidation
This class was generated by Progress FUSE Services Framework 2.2.12-fuse-00-00
Tue Jun 14 10:52:48 UTC 2011
Generated source version: 2.2.12-fuse-00-00
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")
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")
boolean setComplexStruct(ComplexStruct 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")
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")
boolean setOccuringStruct(OccuringStruct in)
Apache CXF