org.apache.schema_validation
Interface SchemaValidation
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:34.343-04:00",
comments="Apache CXF 3.0.1")
public interface SchemaValidation
This class was generated by Apache CXF 3.0.1
2014-07-15T14:38:34.343-04:00
Generated source version: 3.0.1
doSomethingWithHeader
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:34.343-04:00")
SomeResponseWithHeader doSomethingWithHeader(SomeRequestWithHeader in,
SomeHeader inHeader)
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="2014-07-15T14:38:34.343-04:00")
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="2014-07-15T14:38:34.343-04:00")
boolean setComplexStruct(ComplexStruct in)
doSomething
@Generated(value="org.apache.cxf.tools.wsdlto.WSDLToJava",
date="2014-07-15T14:38:34.343-04:00")
SomeResponse doSomething(SomeRequest in)
throws DoSomethingFault
- Throws:
DoSomethingFault
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="2014-07-15T14:38:34.343-04:00")
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="2014-07-15T14:38:34.343-04:00")
OccuringStruct getOccuringStruct(String in)
Apache CXF