Uses of Class
com.sun.xml.rpc.wsdl.framework.AbstractDocument
-
-
Uses of AbstractDocument in com.sun.xml.rpc.processor.modeler.j2ee
Constructors in com.sun.xml.rpc.processor.modeler.j2ee with parameters of type AbstractDocument Constructor Description J2EESchemaAnalyzer(AbstractDocument document, J2EEModelInfo modelInfo, Properties options, Set conflictingClassNames, JavaSimpleTypeCreator javaTypes)J2EESchemaAnalyzer111(AbstractDocument document, J2EEModelInfo modelInfo, Properties options, Set conflictingClassNames, JavaSimpleTypeCreator javaTypes)J2EESchemaAnalyzer112(AbstractDocument document, J2EEModelInfo modelInfo, Properties options, Set conflictingClassNames, JavaSimpleTypeCreator javaTypes) -
Uses of AbstractDocument in com.sun.xml.rpc.processor.modeler.wsdl
-
Uses of AbstractDocument in com.sun.xml.rpc.processor.schema
Constructors in com.sun.xml.rpc.processor.schema with parameters of type AbstractDocument Constructor Description InternalSchemaBuilder(AbstractDocument document, Properties options)Deprecated.InternalSchemaBuilder101(AbstractDocument document, Properties options)InternalSchemaBuilder103(AbstractDocument document, Properties options)InternalSchemaBuilder11(AbstractDocument document, Properties options)InternalSchemaBuilderBase(AbstractDocument document, Properties options) -
Uses of AbstractDocument in com.sun.xml.rpc.util
Methods in com.sun.xml.rpc.util with parameters of type AbstractDocument Modifier and Type Method Description InternalSchemaBuilderBaseJAXRPCClassFactory. createInternalSchemaBuilder(AbstractDocument document, Properties options)Returns the instance of InternalSchemaBuilderBase for specific target version set for the factory.SchemaAnalyzerBaseJAXRPCClassFactory. createSchemaAnalyzer(AbstractDocument document, ModelInfo modelInfo, Properties options, Set conflictingClassNames, JavaSimpleTypeCreator javaTypes)Returns the instance of SchemaAnalyzer for specific target version set for the factory. -
Uses of AbstractDocument in com.sun.xml.rpc.wsdl.document
Subclasses of AbstractDocument in com.sun.xml.rpc.wsdl.document Modifier and Type Class Description classWSDLDocumentA WSDL document.Methods in com.sun.xml.rpc.wsdl.document with parameters of type AbstractDocument Modifier and Type Method Description BindingPort. resolveBinding(AbstractDocument document)MessageFault. resolveMessage(AbstractDocument document)MessageInput. resolveMessage(AbstractDocument document)MessageOutput. resolveMessage(AbstractDocument document)PortTypeBinding. resolvePortType(AbstractDocument document)Constructors in com.sun.xml.rpc.wsdl.document with parameters of type AbstractDocument Constructor Description Definitions(AbstractDocument document) -
Uses of AbstractDocument in com.sun.xml.rpc.wsdl.document.schema
Subclasses of AbstractDocument in com.sun.xml.rpc.wsdl.document.schema Modifier and Type Class Description classSchemaDocumentA XML Schema document.Constructors in com.sun.xml.rpc.wsdl.document.schema with parameters of type AbstractDocument Constructor Description Schema(AbstractDocument document) -
Uses of AbstractDocument in com.sun.xml.rpc.wsdl.framework
Methods in com.sun.xml.rpc.wsdl.framework that return AbstractDocument Modifier and Type Method Description AbstractDocumentExternalEntityReference. getDocument()AbstractDocumentParserContext. getDocument()Constructors in com.sun.xml.rpc.wsdl.framework with parameters of type AbstractDocument Constructor Description ExternalEntityReference(AbstractDocument document, Kind kind, QName name)ParserContext(AbstractDocument doc, ArrayList listeners)
-