Apache CXF API

Uses of Class
org.apache.cxf.service.model.SchemaInfo

Packages that use SchemaInfo
org.apache.cxf.binding.http   
org.apache.cxf.service.model   
org.apache.cxf.wsdl11   
 

Uses of SchemaInfo in org.apache.cxf.binding.http
 

Method parameters in org.apache.cxf.binding.http with type arguments of type SchemaInfo
static org.w3c.dom.Document IriDecoderHelper.buildDocument(org.apache.ws.commons.schema.XmlSchemaAnnotated schemaAnnotation, java.util.Collection<SchemaInfo> schemas, java.util.List<IriDecoderHelper.Param> params)
          Create a dom document conformant with the given schema element with the input parameters.
static org.w3c.dom.Document IriDecoderHelper.interopolateParams(org.w3c.dom.Document doc, org.apache.ws.commons.schema.XmlSchemaAnnotated schemaAnnotation, java.util.Collection<SchemaInfo> schemas, java.util.List<IriDecoderHelper.Param> params)
           
 

Uses of SchemaInfo in org.apache.cxf.service.model
 

Methods in org.apache.cxf.service.model that return SchemaInfo
static SchemaInfo ServiceModelUtil.getSchema(ServiceInfo serviceInfo, MessagePartInfo messagePartInfo)
           
 SchemaInfo ServiceInfo.getSchema(java.lang.String namespaceURI)
           
 

Methods in org.apache.cxf.service.model that return types with arguments of type SchemaInfo
 java.util.Collection<SchemaInfo> ServiceInfo.getSchemas()
           
 

Methods in org.apache.cxf.service.model with parameters of type SchemaInfo
 void ServiceInfo.addSchema(SchemaInfo schemaInfo)
           
 

Uses of SchemaInfo in org.apache.cxf.wsdl11
 

Method parameters in org.apache.cxf.wsdl11 with type arguments of type SchemaInfo
 javax.wsdl.Definition ServiceWSDLBuilder.build(java.util.Map<java.lang.String,SchemaInfo> imports)
           
protected  void ServiceWSDLBuilder.buildTypes(java.util.Collection<SchemaInfo> schemas, java.util.Map<java.lang.String,SchemaInfo> imports, javax.wsdl.Definition def)
           
protected  void ServiceWSDLBuilder.buildTypes(java.util.Collection<SchemaInfo> schemas, java.util.Map<java.lang.String,SchemaInfo> imports, javax.wsdl.Definition def)
           
 


Apache CXF API

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