Uses of Class
com.sun.xml.rpc.processor.schema.AttributeDeclarationComponent
-
Packages that use AttributeDeclarationComponent Package Description com.sun.xml.rpc.processor.modeler.wsdl com.sun.xml.rpc.processor.schema com.sun.xml.rpc.processor.util -
-
Uses of AttributeDeclarationComponent in com.sun.xml.rpc.processor.modeler.wsdl
Methods in com.sun.xml.rpc.processor.modeler.wsdl with parameters of type AttributeDeclarationComponent Modifier and Type Method Description protected QNameSchemaAnalyzerBase. getAttributeQNameHint(AttributeDeclarationComponent component, QName nameHint) -
Uses of AttributeDeclarationComponent in com.sun.xml.rpc.processor.schema
Methods in com.sun.xml.rpc.processor.schema that return AttributeDeclarationComponent Modifier and Type Method Description AttributeDeclarationComponentInternalSchemaBuilderBase. buildAttributeDeclaration(QName name)protected AttributeDeclarationComponentInternalSchemaBuilderBase. buildTopLevelAttributeDeclaration(SchemaElement element, InternalSchema schema)AttributeDeclarationComponentInternalSchema. findAttributeDeclaration(QName name)AttributeDeclarationComponentAttributeUseComponent. getAttributeDeclaration()Methods in com.sun.xml.rpc.processor.schema with parameters of type AttributeDeclarationComponent Modifier and Type Method Description voidInternalSchema. add(AttributeDeclarationComponent c)voidAttributeUseComponent. setAttributeDeclaration(AttributeDeclarationComponent c)voidComponentVisitor. visit(AttributeDeclarationComponent component) -
Uses of AttributeDeclarationComponent in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util with parameters of type AttributeDeclarationComponent Modifier and Type Method Description voidComponentWriter. visit(AttributeDeclarationComponent component)
-