Uses of Class
com.sun.xml.rpc.wsdl.document.WSDLDocument
-
-
Uses of WSDLDocument in com.sun.xml.rpc.processor.generator
Constructors in com.sun.xml.rpc.processor.generator with parameters of type WSDLDocument Constructor Description WSDLTypeGenerator(Model model, WSDLDocument document, Properties options)WSDLTypeGenerator(Model model, WSDLDocument document, Properties options, SOAPVersion ver) -
Uses of WSDLDocument in com.sun.xml.rpc.processor.modeler.j2ee
Methods in com.sun.xml.rpc.processor.modeler.j2ee with parameters of type WSDLDocument Modifier and Type Method Description protected SchemaAnalyzerBaseJ2EEModeler111. getSchemaAnalyzerInstance(WSDLDocument document, WSDLModelInfo _modelInfo, Properties _options, Set _conflictingClassNames, JavaSimpleTypeCreator _javaTypes)protected SchemaAnalyzerBaseJ2EEModeler112. getSchemaAnalyzerInstance(WSDLDocument document, WSDLModelInfo _modelInfo, Properties _options, Set _conflictingClassNames, JavaSimpleTypeCreator _javaTypes) -
Uses of WSDLDocument in com.sun.xml.rpc.processor.modeler.nometadata
Fields in com.sun.xml.rpc.processor.modeler.nometadata declared as WSDLDocument Modifier and Type Field Description WSDLDocumentNoMetadataModeler.ProcessSOAPOperationInfo. documentMethods in com.sun.xml.rpc.processor.modeler.nometadata with parameters of type WSDLDocument Modifier and Type Method Description protected booleanNoMetadataModeler. processPort(Port wsdlPort, Service service, WSDLDocument document)protected voidNoMetadataModeler. processService(Service wsdlService, Model model, WSDLDocument document)Constructors in com.sun.xml.rpc.processor.modeler.nometadata with parameters of type WSDLDocument Constructor Description ProcessSOAPOperationInfo(Port modelPort, Port port, Operation portTypeOperation, BindingOperation bindingOperation, SOAPBinding soapBinding, WSDLDocument document) -
Uses of WSDLDocument in com.sun.xml.rpc.processor.modeler.wsdl
Fields in com.sun.xml.rpc.processor.modeler.wsdl declared as WSDLDocument Modifier and Type Field Description WSDLDocumentWSDLModelerBase.ProcessSOAPOperationInfo. documentMethods in com.sun.xml.rpc.processor.modeler.wsdl with parameters of type WSDLDocument Modifier and Type Method Description protected SchemaAnalyzerBaseWSDLModeler101. getSchemaAnalyzerInstance(WSDLDocument document, WSDLModelInfo _modelInfo, Properties _options, Set _conflictingClassNames, JavaSimpleTypeCreator _javaTypes)protected SchemaAnalyzerBaseWSDLModeler103. getSchemaAnalyzerInstance(WSDLDocument document, WSDLModelInfo _modelInfo, Properties _options, Set _conflictingClassNames, JavaSimpleTypeCreator _javaTypes)protected SchemaAnalyzerBaseWSDLModeler11. getSchemaAnalyzerInstance(WSDLDocument document, WSDLModelInfo _modelInfo, Properties _options, Set _conflictingClassNames, JavaSimpleTypeCreator _javaTypes)protected SchemaAnalyzerBaseWSDLModeler111. getSchemaAnalyzerInstance(WSDLDocument document, WSDLModelInfo _modelInfo, Properties _options, Set _conflictingClassNames, JavaSimpleTypeCreator _javaTypes)protected SchemaAnalyzerBaseWSDLModeler112. getSchemaAnalyzerInstance(WSDLDocument document, WSDLModelInfo _modelInfo, Properties _options, Set _conflictingClassNames, JavaSimpleTypeCreator _javaTypes)protected abstract SchemaAnalyzerBaseWSDLModelerBase. getSchemaAnalyzerInstance(WSDLDocument document, WSDLModelInfo _modelInfo, Properties _options, Set _conflictingClassNames, JavaSimpleTypeCreator _javaTypes)Gets the appropriate Schema Analyzer for the wsdlprotected booleanWSDLModelerBase. processPort(Port wsdlPort, Service service, WSDLDocument document)protected voidWSDLModelerBase. processSearchSchemaOption(WSDLDocument document, Model model)Should be called for -f:searchschema option processing.protected voidWSDLModelerBase. processService(Service wsdlService, Model model, WSDLDocument document)Constructors in com.sun.xml.rpc.processor.modeler.wsdl with parameters of type WSDLDocument Constructor Description ProcessSOAPOperationInfo(Port modelPort, Port port, Operation portTypeOperation, BindingOperation bindingOperation, SOAPBinding soapBinding, WSDLDocument document, boolean hasOverloadedOperations, Map headers) -
Uses of WSDLDocument in com.sun.xml.rpc.wsdl.parser
Methods in com.sun.xml.rpc.wsdl.parser that return WSDLDocument Modifier and Type Method Description WSDLDocumentWSDLParser. parse(InputSource source)WSDLDocumentWSDLParser. parse(InputSource source, boolean useWSIBasicProfile)Methods in com.sun.xml.rpc.wsdl.parser with parameters of type WSDLDocument Modifier and Type Method Description voidWSDLWriter. write(WSDLDocument document, OutputStream os)
-