org.apache.schema_validation
Interface SchemaValidation


public interface SchemaValidation

This class was generated by IONA FUSE Services Framework 2.0.6.11-fuse Tue Nov 18 13:01:58 EST 2008 Generated source version: 2.0.6.11-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(localName="getOccuringStructResponse",
                 targetNamespace="http://apache.org/schema_validation/types",
                 className="org.apache.schema_validation.types.GetOccuringStructResponse")
@RequestWrapper(localName="getOccuringStruct",
                targetNamespace="http://apache.org/schema_validation/types",
                className="org.apache.schema_validation.types.GetOccuringStruct")
OccuringStruct getOccuringStruct(java.lang.String in)

setOccuringStruct

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

setComplexStruct

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

getComplexStruct

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


Apache CXF