public interface SchemaGenerator
Modifier and Type | Method and Description |
---|---|
Collection<org.apache.ws.commons.schema.XmlSchema> |
generateSchema() |
String |
getCustomSchemaLocation() |
String |
getMappingFileLocation() |
Method[] |
getMethods() |
String |
getSchemaTargetNameSpace() |
String |
getTargetNamespace() |
TypeTable |
getTypeTable() |
void |
setAttrFormDefault(String attrFormDefault) |
void |
setAxisService(AxisService service) |
void |
setCustomSchemaLocation(String customSchemaLocation) |
void |
setElementFormDefault(String elementFormDefault) |
void |
setExcludeMethods(ArrayList<String> excludeMethods) |
void |
setExtraClasses(ArrayList<String> extraClasses) |
void |
setMappingFileLocation(String mappingFileLocation) |
void |
setNonRpcMethods(ArrayList<String> nonRpcMethods) |
void |
setNsGen(NamespaceGenerator nsGen) |
void |
setPkg2nsmap(Map<String,String> pkg2nsmap) |
void |
setUseWSDLTypesNamespace(boolean useWSDLTypesNamespace) |
void setNsGen(NamespaceGenerator nsGen)
Collection<org.apache.ws.commons.schema.XmlSchema> generateSchema() throws Exception
Exception
TypeTable getTypeTable()
Method[] getMethods()
String getSchemaTargetNameSpace()
void setAttrFormDefault(String attrFormDefault)
void setElementFormDefault(String elementFormDefault)
void setUseWSDLTypesNamespace(boolean useWSDLTypesNamespace)
String getTargetNamespace()
void setAxisService(AxisService service)
String getCustomSchemaLocation()
void setCustomSchemaLocation(String customSchemaLocation)
String getMappingFileLocation()
void setMappingFileLocation(String mappingFileLocation)
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.