| java.lang.Object org.apache.geronimo.webservices.builder.SchemaInfoBuilder
SchemaInfoBuilder | public class SchemaInfoBuilder (Code) | | version: $Rev: 561958 $ $Date: 2007-08-01 14:20:09 -0700 (Wed, 01 Aug 2007) $ |
Inner Class :class JarWSDLLocator implements WSDLLocator | |
SchemaInfoBuilder | public SchemaInfoBuilder(JarFile moduleFile, URI wsdlUri) throws DeploymentException(Code) | | |
SchemaInfoBuilder | public SchemaInfoBuilder(JarFile moduleFile, Definition definition) throws DeploymentException(Code) | | |
SchemaInfoBuilder | SchemaInfoBuilder(JarFile moduleFile, URI uri, SchemaTypeSystem schemaTypeSystem) throws DeploymentException(Code) | | |
SchemaInfoBuilder | SchemaInfoBuilder(JarFile moduleFile, URI uri, Definition definition, SchemaTypeSystem schemaTypeSystem) throws DeploymentException(Code) | | |
compileSchemaTypeSystem | public SchemaTypeSystem compileSchemaTypeSystem(Definition definition) throws DeploymentException(Code) | | |
getComplexTypesInWsdl | public Map getComplexTypesInWsdl()(Code) | | Find all the complex types in the previously constructed schema analysis.
Put them in a map from complex type QName to schema fragment.
map of complexType QName to schema fragment |
getDefinition | public Definition getDefinition()(Code) | | |
getElementToTypeMap | public Map getElementToTypeMap()(Code) | | |
getExtensibilityElement | public static ExtensibilityElement getExtensibilityElement(Class clazz, List extensibilityElements) throws DeploymentException(Code) | | |
getPortMap | public Map getPortMap()(Code) | | Gets a map of all the javax.wsdl.Port instance in the WSDL definition keyed by the port's QName
WSDL 1.1 spec: 2.6 "The name attribute provides a unique name among all ports defined within in the enclosing WSDL document."
Map of port QName to javax.wsdl.Port for that QName. |
getSchemaTypeKeyToSchemaTypeMap | public Map getSchemaTypeKeyToSchemaTypeMap()(Code) | | |
getSimpleTypeMap | public Map getSimpleTypeMap()(Code) | | |
movePortLocation | public String movePortLocation(String portComponentName, String servletLocation) throws DeploymentException(Code) | | |
parseWithNamespaces | static XmlObject parseWithNamespaces(Element element, Map namespaceMap) throws XmlException(Code) | | |
readWsdl | public Definition readWsdl(JarFile moduleFile, URI wsdlURI) throws DeploymentException(Code) | | |
|
|