Uses of Interface
com.sun.xml.txw2.TypedXmlWriter
Packages that use TypedXmlWriter
Package
Description
TXW interfaces for writing episode file, which is what XJC needs to
handle separate compilation.
XML Schema writer generated by TXW.
TXW runtime.
Defines XmlSerializer and its built-in implementations.
-
Uses of TypedXmlWriter in com.sun.xml.bind.v2.schemagen.episode
Subinterfaces of TypedXmlWriter in com.sun.xml.bind.v2.schemagen.episodeModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterface -
Uses of TypedXmlWriter in com.sun.xml.bind.v2.schemagen.xmlschema
Subinterfaces of TypedXmlWriter in com.sun.xml.bind.v2.schemagen.xmlschemaModifier and TypeInterfaceDescriptioninterfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceUsed to write a content model.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceinterfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit.interfaceAuto-generated, do not edit. -
Uses of TypedXmlWriter in com.sun.xml.txw2
Methods in com.sun.xml.txw2 with type parameters of type TypedXmlWriterModifier and TypeMethodDescription<T extends TypedXmlWriter>
TReturns a different interface for this typed XML Writer.<T extends TypedXmlWriter>
TAppends a new child element.<T extends TypedXmlWriter>
TAppends a new child element.<T extends TypedXmlWriter>
TAppends a new child element.<T extends TypedXmlWriter>
TAppends a new child element.static <T extends TypedXmlWriter>
TTXW.create(Class<T> rootElement, XmlSerializer out) Creates a newTypedXmlWriterto write a new instance of a document.static <T extends TypedXmlWriter>
TTXW.create(QName tagName, Class<T> rootElement, XmlSerializer out) Creates a newTypedXmlWriterto 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 TypedXmlWriterMethods in com.sun.xml.txw2.output that return TypedXmlWriterMethods in com.sun.xml.txw2.output with parameters of type TypedXmlWriterConstructors in com.sun.xml.txw2.output with parameters of type TypedXmlWriter -
Uses of TypedXmlWriter in com.sun.xml.ws.api.wsdl.writer
Methods in com.sun.xml.ws.api.wsdl.writer that return TypedXmlWriterMethods in com.sun.xml.ws.api.wsdl.writer with parameters of type TypedXmlWriterModifier and TypeMethodDescriptionvoidWSDLGeneratorExtension.addBindingExtension(TypedXmlWriter binding) This method is invoked so that extensions to awsdl:bindingelement can be generated.voidWSDLGeneratorExtension.addBindingOperationExtension(TypedXmlWriter operation, JavaMethod method) This method is invoked so that extensions to awsdl:binding/wsdl:operationelement can be generated.voidWSDLGeneratorExtension.addBindingOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce) This method is invoked so that extensions to awsdl:binding/wsdl:operation/wsdl:faultelement can be generated.voidWSDLGeneratorExtension.addBindingOperationInputExtension(TypedXmlWriter input, JavaMethod method) This method is invoked so that extensions to awsdl:binding/wsdl:operation/wsdl:inputelement can be generated.voidWSDLGeneratorExtension.addBindingOperationOutputExtension(TypedXmlWriter output, JavaMethod method) This method is invoked so that extensions to awsdl:binding/wsdl:operation/wsdl:outputelement can be generated.voidWSDLGeneratorExtension.addDefinitionsExtension(TypedXmlWriter definitions) This method is invoked so that extensions to awsdl:definitionselement can be generated.voidWSDLGeneratorExtension.addFaultMessageExtension(TypedXmlWriter message, JavaMethod method, CheckedException ce) This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:faultelement can be generated.voidWSDLGeneratorExtension.addInputMessageExtension(TypedXmlWriter message, JavaMethod method) This method is invoked so that extensions to an inputwsdl:messageelement can be generated.voidWSDLGeneratorExtension.addOperationExtension(TypedXmlWriter operation, JavaMethod method) This method is invoked so that extensions to awsdl:portType/wsdl:operationelement can be generated.voidWSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce) This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:faultelement can be generated.voidWSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input, JavaMethod method) This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:inputelement can be generated.voidWSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output, JavaMethod method) This method is invoked so that extensions to awsdl:portType/wsdl:operation/wsdl:outputelement can be generated.voidWSDLGeneratorExtension.addOutputMessageExtension(TypedXmlWriter message, JavaMethod method) This method is invoked so that extensions to an outputwsdl:messageelement can be generated.voidWSDLGeneratorExtension.addPortExtension(TypedXmlWriter port) This method is invoked so that extensions to awsdl:portelement can be generated.voidWSDLGeneratorExtension.addPortTypeExtension(TypedXmlWriter portType) This method is invoked so that extensions to awsdl:portTypeelement can be generated.voidWSDLGeneratorExtension.addServiceExtension(TypedXmlWriter service) This method is invoked so that extensions to awsdl:serviceelement can be generated.voidWSDLGeneratorExtension.start(TypedXmlWriter root, SEIModel model, WSBinding binding, Container container) Deprecated.Constructors in com.sun.xml.ws.api.wsdl.writer with parameters of type TypedXmlWriterModifierConstructorDescriptionWSDLGenExtnContext(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 TypedXmlWriterModifier and TypeMethodDescriptionvoidPolicyWSDLGeneratorExtension.addBindingExtension(TypedXmlWriter binding) voidPolicyWSDLGeneratorExtension.addBindingOperationExtension(TypedXmlWriter operation, JavaMethod method) voidPolicyWSDLGeneratorExtension.addBindingOperationFaultExtension(TypedXmlWriter writer, JavaMethod method, CheckedException exception) voidPolicyWSDLGeneratorExtension.addBindingOperationInputExtension(TypedXmlWriter input, JavaMethod method) voidPolicyWSDLGeneratorExtension.addBindingOperationOutputExtension(TypedXmlWriter output, JavaMethod method) voidPolicyWSDLGeneratorExtension.addDefinitionsExtension(TypedXmlWriter definitions) voidPolicyWSDLGeneratorExtension.addFaultMessageExtension(TypedXmlWriter message, JavaMethod method, CheckedException exception) voidPolicyWSDLGeneratorExtension.addInputMessageExtension(TypedXmlWriter message, JavaMethod method) voidPolicyWSDLGeneratorExtension.addOperationExtension(TypedXmlWriter operation, JavaMethod method) voidPolicyWSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException exception) voidPolicyWSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input, JavaMethod method) voidPolicyWSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output, JavaMethod method) voidPolicyWSDLGeneratorExtension.addOutputMessageExtension(TypedXmlWriter message, JavaMethod method) voidPolicyWSDLGeneratorExtension.addPortExtension(TypedXmlWriter port) voidPolicyWSDLGeneratorExtension.addPortTypeExtension(TypedXmlWriter portType) voidPolicyWSDLGeneratorExtension.addServiceExtension(TypedXmlWriter service) -
Uses of TypedXmlWriter in com.sun.xml.ws.wsdl.writer
Subinterfaces of TypedXmlWriter in com.sun.xml.ws.wsdl.writerMethods in com.sun.xml.ws.wsdl.writer with parameters of type TypedXmlWriterModifier and TypeMethodDescriptionvoidW3CAddressingWSDLGeneratorExtension.addBindingExtension(TypedXmlWriter binding) voidW3CAddressingMetadataWSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce) voidW3CAddressingWSDLGeneratorExtension.addOperationFaultExtension(TypedXmlWriter fault, JavaMethod method, CheckedException ce) voidW3CAddressingMetadataWSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input, JavaMethod method) voidW3CAddressingWSDLGeneratorExtension.addOperationInputExtension(TypedXmlWriter input, JavaMethod method) voidW3CAddressingMetadataWSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output, JavaMethod method) voidW3CAddressingWSDLGeneratorExtension.addOperationOutputExtension(TypedXmlWriter output, JavaMethod method) protected voidWSDLGenerator.generateSOAP12Headers(TypedXmlWriter writer, List<ParameterImpl> parameters, QName message) protected voidWSDLGenerator.generateSOAPHeaders(TypedXmlWriter writer, List<ParameterImpl> parameters, QName message) Constructors in com.sun.xml.ws.wsdl.writer with parameters of type TypedXmlWriter -
Uses of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document
Subinterfaces of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.documentModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document.http
Subinterfaces of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document.http -
Uses of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document.soap
Subinterfaces of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document.soapModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document.soap12
Subinterfaces of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document.soap12Modifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterface -
Uses of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document.xsd
Subinterfaces of TypedXmlWriter in com.sun.xml.ws.wsdl.writer.document.xsd