org.apache.schema_validation
Interface SchemaValidation


public interface SchemaValidation

This class was generated by IONA FUSE Services Framework 2.0.3.0-fuse Tue Nov 20 19:08:16 NST 2007 Generated source version: 2.0.3.0-fuse


Method Summary
 ComplexStruct getComplexStruct(java.lang.String in)
           
 OccuringStruct getOccuringStruct(java.lang.String in)
           
 boolean setComplexStruct(ComplexStruct in)
           
 boolean setOccuringStruct(OccuringStruct in)
           
 

Method Detail

getOccuringStruct

@ResponseWrapper(targetNamespace="http://apache.org/schema_validation/types",
                 className="org.apache.schema_validation.types.GetOccuringStructResponse",
                 localName="getOccuringStructResponse")
@RequestWrapper(targetNamespace="http://apache.org/schema_validation/types",
                className="org.apache.schema_validation.types.GetOccuringStruct",
                localName="getOccuringStruct")
OccuringStruct getOccuringStruct(java.lang.String in)

setOccuringStruct

@ResponseWrapper(targetNamespace="http://apache.org/schema_validation/types",
                 className="org.apache.schema_validation.types.SetOccuringStructResponse",
                 localName="setOccuringStructResponse")
@RequestWrapper(targetNamespace="http://apache.org/schema_validation/types",
                className="org.apache.schema_validation.types.SetOccuringStruct",
                localName="setOccuringStruct")
boolean setOccuringStruct(OccuringStruct in)

setComplexStruct

@ResponseWrapper(targetNamespace="http://apache.org/schema_validation/types",
                 className="org.apache.schema_validation.types.SetComplexStructResponse",
                 localName="setComplexStructResponse")
@RequestWrapper(targetNamespace="http://apache.org/schema_validation/types",
                className="org.apache.schema_validation.types.SetComplexStruct",
                localName="setComplexStruct")
boolean setComplexStruct(ComplexStruct in)

getComplexStruct

@ResponseWrapper(targetNamespace="http://apache.org/schema_validation/types",
                 className="org.apache.schema_validation.types.GetComplexStructResponse",
                 localName="getComplexStructResponse")
@RequestWrapper(targetNamespace="http://apache.org/schema_validation/types",
                className="org.apache.schema_validation.types.GetComplexStruct",
                localName="getComplexStruct")
ComplexStruct getComplexStruct(java.lang.String in)


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.