Uses of Class
com.sun.xml.txw2.annotation.XmlElement

Packages that use XmlElement
com.sun.xml.bind.v2.schemagen.episode TXW interfaces for writing episode file, which is what XJC needs to handle separate compilation. 
com.sun.xml.bind.v2.schemagen.xmlschema XML Schema writer generated by TXW. 
com.sun.xml.ws.wsdl.writer   
com.sun.xml.ws.wsdl.writer.document   
com.sun.xml.ws.wsdl.writer.document.http   
com.sun.xml.ws.wsdl.writer.document.soap   
com.sun.xml.ws.wsdl.writer.document.soap12   
com.sun.xml.ws.wsdl.writer.document.xsd   
 

Uses of XmlElement in com.sun.xml.bind.v2.schemagen.episode
 

Classes in com.sun.xml.bind.v2.schemagen.episode with annotations of type XmlElement
 interface Bindings
           
 

Methods in com.sun.xml.bind.v2.schemagen.episode with annotations of type XmlElement
 Package SchemaBindings._package()
           
 Bindings Bindings.bindings()
          Nested bindings.
 Klass Bindings.klass()
          Nested class customization.
 SchemaBindings Bindings.schemaBindings()
           
 

Uses of XmlElement in com.sun.xml.bind.v2.schemagen.xmlschema
 

Classes in com.sun.xml.bind.v2.schemagen.xmlschema with annotations of type XmlElement
 interface Annotation
           
 interface Any
           
 interface Appinfo
           
 interface ComplexContent
           
 interface ComplexExtension
           
 interface ComplexRestriction
           
 interface ComplexType
           
 interface Documentation
           
 interface Import
           
 interface List
           
 interface LocalAttribute
           
 interface LocalElement
           
 interface Schema
           
 interface SimpleContent
           
 interface SimpleExtension
           
 interface SimpleRestriction
           
 interface SimpleType
           
 interface TopLevelAttribute
           
 interface TopLevelElement
           
 interface Union
           
 

Methods in com.sun.xml.bind.v2.schemagen.xmlschema with annotations of type XmlElement
 Import Schema._import()
           
 ExplicitGroup TypeDefParticle.all()
           
 ExplicitGroup ContentModelContainer.all()
           
 Annotation Schema.annotation()
           
 Annotation Annotated.annotation()
           
 Any NestedParticle.any()
           
 Any ContentModelContainer.any()
           
 Wildcard AttrDecls.anyAttribute()
           
 Appinfo Annotation.appinfo()
           
 TopLevelAttribute SchemaTop.attribute()
           
 LocalAttribute AttrDecls.attribute()
           
 ExplicitGroup TypeDefParticle.choice()
           
 ExplicitGroup NestedParticle.choice()
           
 ExplicitGroup ContentModelContainer.choice()
           
 ComplexContent ComplexTypeModel.complexContent()
           
 ComplexType ComplexTypeHost.complexType()
           
 Documentation Annotation.documentation()
           
 TopLevelElement SchemaTop.element()
           
 LocalElement NestedParticle.element()
           
 LocalElement ContentModelContainer.element()
           
 NoFixedFacet SimpleRestrictionModel.enumeration()
           
 SimpleExtension SimpleContent.extension()
           
 ComplexExtension ComplexContent.extension()
           
 List SimpleDerivation.list()
           
 SimpleRestriction SimpleDerivation.restriction()
           
 SimpleRestriction SimpleContent.restriction()
           
 ComplexRestriction ComplexContent.restriction()
           
 ExplicitGroup TypeDefParticle.sequence()
           
 ExplicitGroup NestedParticle.sequence()
           
 ExplicitGroup ContentModelContainer.sequence()
           
 SimpleContent ComplexTypeModel.simpleContent()
           
 SimpleType SimpleTypeHost.simpleType()
           
 Union SimpleDerivation.union()
           
 

Uses of XmlElement in com.sun.xml.ws.wsdl.writer
 

Classes in com.sun.xml.ws.wsdl.writer with annotations of type XmlElement
 interface UsingAddressing
           
 

Uses of XmlElement in com.sun.xml.ws.wsdl.writer.document
 

Classes in com.sun.xml.ws.wsdl.writer.document with annotations of type XmlElement
 interface Binding
           
 interface Definitions
           
 interface Fault
           
 interface Import
           
 interface Message
           
 interface Operation
           
 interface Part
           
 interface Port
           
 interface PortType
           
 interface Service
           
 interface Types
           
 

Methods in com.sun.xml.ws.wsdl.writer.document with annotations of type XmlElement
 Import Definitions._import()
           
 Binding Definitions.binding()
           
 Documented Documented.documentation(String value)
           
 Fault BindingOperationType.fault()
           
 FaultType Operation.fault()
           
 StartWithExtensionsType BindingOperationType.input()
           
 ParamType Operation.input()
           
 Message Definitions.message()
           
 Operation PortType.operation()
           
 BindingOperationType Binding.operation()
           
 StartWithExtensionsType BindingOperationType.output()
           
 ParamType Operation.output()
           
 Part Message.part()
           
 Port Service.port()
           
 PortType Definitions.portType()
           
 Schema Types.schema()
           
 Service Definitions.service()
           
 SOAPBinding Binding.soap12Binding()
           
 SOAPOperation BindingOperationType.soap12Operation()
           
 SOAPBinding Binding.soapBinding()
           
 SOAPOperation BindingOperationType.soapOperation()
           
 Types Definitions.types()
           
 

Uses of XmlElement in com.sun.xml.ws.wsdl.writer.document.http
 

Classes in com.sun.xml.ws.wsdl.writer.document.http with annotations of type XmlElement
 interface Address
           
 interface Binding
           
 interface Operation
           
 

Uses of XmlElement in com.sun.xml.ws.wsdl.writer.document.soap
 

Classes in com.sun.xml.ws.wsdl.writer.document.soap with annotations of type XmlElement
 interface Body
           
 interface Header
           
 interface HeaderFault
           
 interface SOAPAddress
           
 interface SOAPBinding
           
 interface SOAPFault
           
 interface SOAPOperation
           
 

Methods in com.sun.xml.ws.wsdl.writer.document.soap with annotations of type XmlElement
 HeaderFault Header.headerFault()
           
 

Uses of XmlElement in com.sun.xml.ws.wsdl.writer.document.soap12
 

Classes in com.sun.xml.ws.wsdl.writer.document.soap12 with annotations of type XmlElement
 interface Body
           
 interface Header
           
 interface HeaderFault
           
 interface SOAPAddress
           
 interface SOAPBinding
           
 interface SOAPFault
           
 interface SOAPOperation
           
 

Methods in com.sun.xml.ws.wsdl.writer.document.soap12 with annotations of type XmlElement
 HeaderFault Header.headerFault()
           
 

Uses of XmlElement in com.sun.xml.ws.wsdl.writer.document.xsd
 

Classes in com.sun.xml.ws.wsdl.writer.document.xsd with annotations of type XmlElement
 interface Import
           
 interface Schema
           
 

Methods in com.sun.xml.ws.wsdl.writer.document.xsd with annotations of type XmlElement
 Import Schema._import()
           
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.