Package com.sun.xml.rpc.processor.schema
Class AnnotationComponent
- java.lang.Object
-
- com.sun.xml.rpc.processor.schema.Component
-
- com.sun.xml.rpc.processor.schema.AnnotationComponent
-
public class AnnotationComponent extends Component
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description AnnotationComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ComponentVisitor visitor)voidaddApplicationInformation(SchemaElement element)voidaddAttribute(SchemaAttribute attribute)voidaddUserInformation(SchemaElement element)Iteratorattributes()
-
-
-
Method Detail
-
addApplicationInformation
public void addApplicationInformation(SchemaElement element)
-
addUserInformation
public void addUserInformation(SchemaElement element)
-
attributes
public Iterator attributes()
-
addAttribute
public void addAttribute(SchemaAttribute attribute)
-
accept
public void accept(ComponentVisitor visitor) throws Exception
-
-