Uses of Class
com.sun.xml.rpc.processor.schema.AttributeUseComponent
-
Packages that use AttributeUseComponent Package Description com.sun.xml.rpc.processor.modeler.wsdl com.sun.xml.rpc.processor.schema com.sun.xml.rpc.processor.util -
-
Uses of AttributeUseComponent in com.sun.xml.rpc.processor.modeler.wsdl
Methods in com.sun.xml.rpc.processor.modeler.wsdl with parameters of type AttributeUseComponent Modifier and Type Method Description protected booleanSchemaAnalyzer101. isAttributeOptional(AttributeUseComponent attributeUse)protected booleanSchemaAnalyzer103. isAttributeOptional(AttributeUseComponent attributeUse)protected booleanSchemaAnalyzerBase. isAttributeOptional(AttributeUseComponent attributeUse) -
Uses of AttributeUseComponent in com.sun.xml.rpc.processor.schema
Methods in com.sun.xml.rpc.processor.schema that return AttributeUseComponent Modifier and Type Method Description protected AttributeUseComponentInternalSchemaBuilderBase. buildAttributeUse(SchemaElement element, ComplexTypeDefinitionComponent scope, InternalSchema schema)Methods in com.sun.xml.rpc.processor.schema with parameters of type AttributeUseComponent Modifier and Type Method Description voidAttributeGroupDefinitionComponent. addAttributeUse(AttributeUseComponent c)voidComplexTypeDefinitionComponent. addAttributeUse(AttributeUseComponent c)voidComponentVisitor. visit(AttributeUseComponent component) -
Uses of AttributeUseComponent in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util with parameters of type AttributeUseComponent Modifier and Type Method Description voidComponentWriter. visit(AttributeUseComponent component)
-