org.apache.schema_validation
Interface SchemaValidation


public interface SchemaValidation

This class was generated by the CXF 2.0-IONA-RC1 Fri Jun 15 11:06:40 EDT 2007 Generated source version: 2.0-IONA-RC1


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)


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.