Class ServiceArtifactSchemaGenerator

java.lang.Object
com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator

public class ServiceArtifactSchemaGenerator extends Object
ServiceArtifactSchemaGenerator generates XML schema for service artifacts including the wrapper types of document-literal stype operation and exceptions.
Author:
[email protected]
  • Field Details

    • model

      protected AbstractSEIModelImpl model
    • xsdResolver

      protected jakarta.xml.bind.SchemaOutputResolver xsdResolver
    • fileIndex

      protected int fileIndex
  • Constructor Details

    • ServiceArtifactSchemaGenerator

      public ServiceArtifactSchemaGenerator(SEIModel model)
  • Method Details

    • create

      protected Schema create(String tns)
    • generate

      public void generate(jakarta.xml.bind.SchemaOutputResolver resolver)
    • postInit

      protected void postInit(HashMap<String,Schema> xsds)
    • addChild

      protected void addChild(org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ExplicitGroup sq, ParameterImpl param)
    • addChild

      protected org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.Occurs addChild(org.glassfish.jaxb.runtime.v2.schemagen.xmlschema.ExplicitGroup sq, QName name, TypeInfo typeInfo)
    • bodyParamNS

      protected String bodyParamNS(ParameterImpl p)