Uses of Class
com.sun.xml.rpc.processor.schema.ParticleComponent
-
Packages that use ParticleComponent Package Description com.sun.xml.rpc.processor.modeler.wsdl com.sun.xml.rpc.processor.schema com.sun.xml.rpc.processor.util -
-
Uses of ParticleComponent in com.sun.xml.rpc.processor.modeler.wsdl
Methods in com.sun.xml.rpc.processor.modeler.wsdl with parameters of type ParticleComponent Modifier and Type Method Description protected StringSchemaAnalyzerBase. getJ2EEAnonymousArrayTypeName(ParticleComponent memberParticle, ElementDeclarationComponent element, QName mappingNameHint)protected booleanSchemaAnalyzer101. isParticleOptional(ParticleComponent memberParticle)protected booleanSchemaAnalyzer103. isParticleOptional(ParticleComponent memberParticle)protected booleanSchemaAnalyzerBase. isParticleOptional(ParticleComponent memberParticle) -
Uses of ParticleComponent in com.sun.xml.rpc.processor.schema
Methods in com.sun.xml.rpc.processor.schema that return ParticleComponent Modifier and Type Method Description protected ParticleComponentInternalSchemaBuilderBase. buildParticle(SchemaElement element, ComplexTypeDefinitionComponent scope, InternalSchema schema)ParticleComponentComplexTypeDefinitionComponent. getParticleContent()Methods in com.sun.xml.rpc.processor.schema with parameters of type ParticleComponent Modifier and Type Method Description voidModelGroupComponent. addParticle(ParticleComponent c)protected voidInternalSchemaBuilder101. processElementParticle(SchemaElement element, ParticleComponent component, ComplexTypeDefinitionComponent scope, InternalSchema schema)protected voidInternalSchemaBuilder103. processElementParticle(SchemaElement element, ParticleComponent component, ComplexTypeDefinitionComponent scope, InternalSchema schema)protected voidInternalSchemaBuilderBase. processElementParticle(SchemaElement element, ParticleComponent component, ComplexTypeDefinitionComponent scope, InternalSchema schema)voidComplexTypeDefinitionComponent. setParticleContent(ParticleComponent c)voidComponentVisitor. visit(ParticleComponent component) -
Uses of ParticleComponent in com.sun.xml.rpc.processor.util
Methods in com.sun.xml.rpc.processor.util with parameters of type ParticleComponent Modifier and Type Method Description voidComponentWriter. visit(ParticleComponent component)
-