Uses of Interface
com.sun.xml.txw2.TypedXmlWriter

Packages that use TypedXmlWriter
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.txw2 TXW runtime. 
com.sun.xml.txw2.output Defines XmlSerializer and its built-in implementations. 
com.sun.xml.ws.api.wsdl.writer   
com.sun.xml.ws.policy.jaxws   
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   
 

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

Subinterfaces of TypedXmlWriter in com.sun.xml.bind.v2.schemagen.episode
 interface Bindings
           
 interface Klass
           
 interface Package
           
 interface SchemaBindings
           
 

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

Subinterfaces of TypedXmlWriter in com.sun.xml.bind.v2.schemagen.xmlschema
 interface Annotated
           Auto-generated, do not edit.
 interface Annotation
           Auto-generated, do not edit.
 interface Any
           Auto-generated, do not edit.
 interface Appinfo
           Auto-generated, do not edit.
 interface AttrDecls
           Auto-generated, do not edit.
 interface AttributeType
           Auto-generated, do not edit.
 interface ComplexContent
           Auto-generated, do not edit.
 interface ComplexExtension
           Auto-generated, do not edit.
 interface ComplexRestriction
           Auto-generated, do not edit.
 interface ComplexType
           Auto-generated, do not edit.
 interface ComplexTypeHost
           Auto-generated, do not edit.
 interface ComplexTypeModel
           Auto-generated, do not edit.
 interface ContentModelContainer
          Used to write a content model.
 interface Documentation
           Auto-generated, do not edit.
 interface Element
           Auto-generated, do not edit.
 interface ExplicitGroup
           Auto-generated, do not edit.
 interface ExtensionType
           Auto-generated, do not edit.
 interface FixedOrDefault
           Auto-generated, do not edit.
 interface Import
           Auto-generated, do not edit.
 interface List
           Auto-generated, do not edit.
 interface LocalAttribute
           Auto-generated, do not edit.
 interface LocalElement
           Auto-generated, do not edit.
 interface NestedParticle
           Auto-generated, do not edit.
 interface NoFixedFacet
           Auto-generated, do not edit.
 interface Occurs
           Auto-generated, do not edit.
 interface Particle
           
 interface Redefinable
           Auto-generated, do not edit.
 interface Schema
           Auto-generated, do not edit.
 interface SchemaTop
           Auto-generated, do not edit.
 interface SimpleContent
           Auto-generated, do not edit.
 interface SimpleDerivation
           Auto-generated, do not edit.
 interface SimpleExtension
           Auto-generated, do not edit.
 interface SimpleRestriction
           Auto-generated, do not edit.
 interface SimpleRestrictionModel
           Auto-generated, do not edit.
 interface SimpleType
           Auto-generated, do not edit.
 interface SimpleTypeHost
           Auto-generated, do not edit.
 interface TopLevelAttribute
           Auto-generated, do not edit.
 interface TopLevelElement
           Auto-generated, do not edit.
 interface TypeDefParticle
           Auto-generated, do not edit.
 interface TypeHost
           Auto-generated, do not edit.
 interface Union
           Auto-generated, do not edit.
 interface Wildcard
           Auto-generated, do not edit.
 

Uses of TypedXmlWriter in com.sun.xml.txw2
 

Methods in com.sun.xml.txw2 with type parameters of type TypedXmlWriter
<T extends TypedXmlWriter>
T
TypedXmlWriter._cast(Class<T> targetInterface)
          Returns a different interface for this typed XML Writer.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(Class<T> contentModel)
          Appends a new child element.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(QName tagName, Class<T> contentModel)
          Appends a new child element.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(String localName, Class<T> contentModel)
          Appends a new child element.
<T extends TypedXmlWriter>
T
TypedXmlWriter._element(String nsUri, String localName, Class<T> contentModel)
          Appends a new child element.
static
<T extends TypedXmlWriter>
T
TXW.create(Class<T> rootElement, XmlSerializer out)
          Creates a new TypedXmlWriter to write a new instance of a document.
static
<T extends TypedXmlWriter>
T
TXW.create(QName tagName, Class<T> rootElement, XmlSerializer out)
          Creates a new TypedXmlWriter to write a new instance of a document.
 

Uses of TypedXmlWriter in com.sun.xml.txw2.output
 

Fields in com.sun.xml.txw2.output declared as TypedXmlWriter
 TypedXmlWriter TXWSerializer.txw
           
 

Methods in com.sun.xml.txw2.output that return TypedXmlWriter
 TypedXmlWriter TXWResult.getWriter()
           
 

Methods in com.sun.xml.txw2.output with parameters of type TypedXmlWriter
 void TXWResult.setWriter(TypedXmlWriter writer)
           
 

Constructors in com.sun.xml.txw2.output with parameters of type TypedXmlWriter
TXWResult(TypedXmlWriter writer)
           
TXWSerializer(TypedXmlWriter txw)
           
 

Uses of TypedXmlWriter in com.sun.xml.ws.api.wsdl.writer
 

Methods in com.sun.xml.ws.api.wsdl.writer that return TypedXmlWriter
 TypedXmlWriter WSDLGenExtnContext.getRoot()
           
 

Methods in com.sun.xml.ws.api.wsdl.writer with parameters of type TypedXmlWriter
 void WSDLGeneratorExtension.addBindingExtension(TypedXmlWriter binding)
          This method is invoked so that extensions to a wsdl:binding element can be generated.
 void WSDLGeneratorExtension.addBindingOperationExtension(TypedXmlWriter operation, JavaMethod method)
          This method is invoked so that extensions to a wsdl:binding/wsdl:operation element can be generated.
 void WSDLGeneratorExtension.addBindingOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce)
          This method is invoked so that extensions to a wsdl:binding/wsdl:operation/wsdl:fault element can be generated.
 void WSDLGeneratorExtension.addBindingOperationInputExtension(TypedXmlWriter input, JavaMethod method)
          This method is invoked so that extensions to a wsdl:binding/wsdl:operation/wsdl:input element can be generated.
 void WSDLGeneratorExtension.addBindingOperationOutputExtension(TypedXmlWriter output, JavaMethod method)
          This method is invoked so that extensions to a wsdl:binding/wsdl:operation/wsdl:output element can be generated.
 void WSDLGeneratorExtension.addDefinitionsExtension(TypedXmlWriter definitions)
          This method is invoked so that extensions to a wsdl:definitions element can be generated.
 void WSDLGeneratorExtension.addFaultMessageExtension(TypedXmlWriter message, JavaMethod method, CheckedException ce)
          This method is invoked so that extensions to a wsdl:portType/wsdl:operation/wsdl:fault element can be generated.
 void WSDLGeneratorExtension.addInputMessageExtension(TypedXmlWriter message, JavaMethod method)
          This method is invoked so that extensions to an input wsdl:message element can be generated.
 void WSDLGeneratorExtension.addOperationExtension(TypedXmlWriter operation, JavaMethod method)
          This method is invoked so that extensions to a wsdl:portType/wsdl:operation element can be generated.
 void WSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce)
          This method is invoked so that extensions to a wsdl:portType/wsdl:operation/wsdl:fault element can be generated.
 void WSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input, JavaMethod method)
          This method is invoked so that extensions to a wsdl:portType/wsdl:operation/wsdl:input element can be generated.
 void WSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output, JavaMethod method)
          This method is invoked so that extensions to a wsdl:portType/wsdl:operation/wsdl:output element can be generated.
 void WSDLGeneratorExtension.addOutputMessageExtension(TypedXmlWriter message, JavaMethod method)
          This method is invoked so that extensions to an output wsdl:message element can be generated.
 void WSDLGeneratorExtension.addPortExtension(TypedXmlWriter port)
          This method is invoked so that extensions to a wsdl:port element can be generated.
 void WSDLGeneratorExtension.addPortTypeExtension(TypedXmlWriter portType)
          This method is invoked so that extensions to a wsdl:portType element can be generated.
 void WSDLGeneratorExtension.addServiceExtension(TypedXmlWriter service)
          This method is invoked so that extensions to a wsdl:service element can be generated.
 void WSDLGeneratorExtension.start(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container)
          Deprecated.  
 

Constructors in com.sun.xml.ws.api.wsdl.writer with parameters of type TypedXmlWriter
WSDLGenExtnContext(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container, Class endpointClass)
          Constructs WSDL Generation context for the extensions
 

Uses of TypedXmlWriter in com.sun.xml.ws.policy.jaxws
 

Methods in com.sun.xml.ws.policy.jaxws with parameters of type TypedXmlWriter
 void PolicyWSDLGeneratorExtension.addBindingExtension(TypedXmlWriter binding)
           
 void PolicyWSDLGeneratorExtension.addBindingOperationExtension(TypedXmlWriter operation, JavaMethod method)
           
 void PolicyWSDLGeneratorExtension.addBindingOperationFaultExtension(TypedXmlWriter writer, JavaMethod method, CheckedException exception)
           
 void PolicyWSDLGeneratorExtension.addBindingOperationInputExtension(TypedXmlWriter input, JavaMethod method)
           
 void PolicyWSDLGeneratorExtension.addBindingOperationOutputExtension(TypedXmlWriter output, JavaMethod method)
           
 void PolicyWSDLGeneratorExtension.addDefinitionsExtension(TypedXmlWriter definitions)
           
 void PolicyWSDLGeneratorExtension.addFaultMessageExtension(TypedXmlWriter message, JavaMethod method, CheckedException exception)
           
 void PolicyWSDLGeneratorExtension.addInputMessageExtension(TypedXmlWriter message, JavaMethod method)
           
 void PolicyWSDLGeneratorExtension.addOperationExtension(TypedXmlWriter operation, JavaMethod method)
           
 void PolicyWSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException exception)
           
 void PolicyWSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input, JavaMethod method)
           
 void PolicyWSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output, JavaMethod method)
           
 void PolicyWSDLGeneratorExtension.addOutputMessageExtension(TypedXmlWriter message, JavaMethod method)
           
 void PolicyWSDLGeneratorExtension.addPortExtension(TypedXmlWriter port)
           
 void PolicyWSDLGeneratorExtension.addPortTypeExtension(TypedXmlWriter portType)
           
 void PolicyWSDLGeneratorExtension.addServiceExtension(TypedXmlWriter service)
           
 

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

Subinterfaces of TypedXmlWriter in com.sun.xml.ws.wsdl.writer
 interface UsingAddressing
           
 

Methods in com.sun.xml.ws.wsdl.writer with parameters of type TypedXmlWriter
 void W3CAddressingWSDLGeneratorExtension.addBindingExtension(TypedXmlWriter binding)
           
 void W3CAddressingMetadataWSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce)
           
 void W3CAddressingWSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce)
           
 void W3CAddressingMetadataWSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input, JavaMethod method)
           
 void W3CAddressingWSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input, JavaMethod method)
           
 void W3CAddressingMetadataWSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output, JavaMethod method)
           
 void W3CAddressingWSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output, JavaMethod method)
           
protected  void WSDLGenerator.generateSOAP12Headers(TypedXmlWriter writer, List<ParameterImpl> parameters, QName message)
           
protected  void WSDLGenerator.generateSOAPHeaders(TypedXmlWriter writer, List<ParameterImpl> parameters, QName message)
           
 

Constructors in com.sun.xml.ws.wsdl.writer with parameters of type TypedXmlWriter
TXWContentHandler(TypedXmlWriter txw)
           
 

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

Subinterfaces of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document
 interface Binding
           
 interface BindingOperationType
           
 interface Definitions
           
 interface Documented
           
 interface Fault
           
 interface FaultType
           
 interface Message
           
 interface OpenAtts
           
 interface ParamType
           
 interface Part
           
 interface Port
           
 interface PortType
           
 interface Service
           
 interface StartWithExtensionsType
           
 interface Types
           
 

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

Subinterfaces of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document.http
 interface Address
           
 interface Operation
           
 

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

Subinterfaces of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document.soap
 interface Body
           
 interface BodyType
           
 interface Header
           
 interface HeaderFault
           
 interface SOAPAddress
           
 interface SOAPBinding
           
 interface SOAPFault
           
 interface SOAPOperation
           
 



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