Uses of Class
org.apache.axis.AxisFault
-
-
Uses of AxisFault in org.apache.axis
Subclasses of AxisFault in org.apache.axis Modifier and Type Class Description classNoEndPointExceptionAn exception to indicate that there is no end point.Methods in org.apache.axis that return AxisFault Modifier and Type Method Description static AxisFaultAxisFault. makeFault(java.lang.Exception e)Make an AxisFault based on a passed Exception.Methods in org.apache.axis that throw AxisFault Modifier and Type Method Description voidHandler. generateWSDL(MessageContext msgContext)Obtain WSDL information.voidSimpleChain. generateWSDL(MessageContext msgContext)Iterate over the chain letting each handler have a crack at contributing to a WSDL description.byte[]SOAPPart. getAsBytes()Get the contents of this Part (not the headers!), as a byte array.SOAPEnvelopeSOAPPart. getAsSOAPEnvelope()Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope.java.lang.StringSOAPPart. getAsString()Get the contents of this Part (not the headers!), as a String.longMessage. getContentLength()Get the content length, including both soap and any attachments.longSOAPPart. getContentLength()Get the content length for this SOAPPart.java.lang.StringMessage. getContentType(SOAPConstants sc)Get the content type of the attachments.HandlerAxisEngine. getHandler(java.lang.String name)Get theHandlerfor a particular local name.OperationDescMessageContext. getOperationByQName(QName qname)get the first possible operation that could match a body containing an element of the given QName.OperationDesc[]MessageContext. getPossibleOperationsByQName(QName qname)Returns a list of operation descriptors that could may possibly match a body containing an element of the given QName.SOAPServiceAxisEngine. getService(java.lang.String name)Get theSOAPServicefor a particular local name.SOAPEnvelopeMessage. getSOAPEnvelope()Get this message's SOAPPart as a SOAPEnvelope.byte[]Message. getSOAPPartAsBytes()Get a byte array representation of this message's SOAPPart.java.lang.StringMessage. getSOAPPartAsString()Get a string representation of this message's SOAPPart.HandlerAxisEngine. getTransport(java.lang.String name)Get theHandlerthat implements the transport for a local name.voidFaultableHandler. invoke(MessageContext msgContext)Invokes the specified handler.voidHandler. invoke(MessageContext msgContext)Invoke is called to do the actual work of the Handler object.voidSimpleChain. invoke(MessageContext msgContext)Iterate over the chain invoking each handler.voidSOAPPart. saveChanges()voidMessageContext. setService(SOAPService sh)Set theSOAPServiceused to handle services in this context.voidMessageContext. setTargetService(java.lang.String tServ)Set the target service for this message.voidHandlerIterationStrategy. visit(Handler handler, MessageContext msgContext)Visit a handler with a message context. -
Uses of AxisFault in org.apache.axis.attachments
Methods in org.apache.axis.attachments that throw AxisFault Modifier and Type Method Description PartAttachments. addAttachmentPart(Part newPart)Adds an existing attachment to this list.PartAttachmentsImpl. addAttachmentPart(Part newPart)Adds an existing attachment to this list.PartAttachments. createAttachmentPart()Create a new attachment Part in this Message.PartAttachments. createAttachmentPart(java.lang.Object part)Create a new attachment Part in this Message.PartAttachmentsImpl. createAttachmentPart()Create a new attachment Part in this Message.PartAttachmentsImpl. createAttachmentPart(java.lang.Object datahandler)protected DimeMultiPartAttachmentsImpl. createDimeMessage()Creates the DIME messagestatic javax.mail.internet.MimeMultipartMimeUtils. createMP(java.lang.String env, java.util.Collection parts, int sendType)This routine will create a multipart object from the parts and the SOAP content.static javax.activation.DataHandlerAttachmentUtils. getActivationDataHandler(Part part)Obtain the DataHandler from the part.PartAttachments. getAttachmentByReference(java.lang.String reference)This method should look at a refernce and determine if it is a CID: or url to look for attachment.PartAttachmentsImpl. getAttachmentByReference(java.lang.String reference)This method should look at a refernce and determine if it is a CID: or url to look for attachment.PartMultiPartDimeInputStream. getAttachmentByReference(java.lang.String[] id)abstract PartMultiPartInputStream. getAttachmentByReference(java.lang.String[] id)PartMultiPartRelatedInputStream. getAttachmentByReference(java.lang.String[] id)java.util.CollectionAttachments. getAttachments()This method will return all attachments as a collection.java.util.CollectionAttachmentsImpl. getAttachments()This method will return all attachments as a collection.java.util.CollectionMultiPartDimeInputStream. getAttachments()abstract java.util.CollectionMultiPartInputStream. getAttachments()java.util.CollectionMultiPartRelatedInputStream. getAttachments()longAttachments. getContentLength()Get the content length of the stream.longAttachmentsImpl. getContentLength()Get the content length of the stream.java.lang.StringAttachments. getContentType()Write the content to the stream.java.lang.StringAttachmentsImpl. getContentType()Gets the content type for the whole stream.IncomingAttachmentStreams.IncomingAttachmentInputStreamDimeAttachmentStreams. getNextStream()abstract IncomingAttachmentStreams.IncomingAttachmentInputStreamIncomingAttachmentStreams. getNextStream()IncomingAttachmentStreams.IncomingAttachmentInputStreamMultipartAttachmentStreams. getNextStream()protected voidMultiPartDimeInputStream. readAll()protected voidMultiPartRelatedInputStream. readAll()Read all data.protected PartMultiPartRelatedInputStream. readTillFound(java.lang.String[] id)This will read streams in till the one that is needed is found.PartAttachments. removeAttachmentPart(java.lang.String reference)This method uses getAttacmentByReference() to look for attachment.PartAttachmentsImpl. removeAttachmentPart(java.lang.String reference)This method uses getAttacmentByReference() to look for attachment.voidAttachments. setAttachmentParts(java.util.Collection parts)Will the attachments of this message to that of the colleciton.voidAttachmentsImpl. setAttachmentParts(java.util.Collection parts)Add the collection of parts.voidAttachments. writeContentToStream(java.io.OutputStream os)Write the content to the stream.voidAttachmentsImpl. writeContentToStream(java.io.OutputStream os)Write the content to the stream.Constructors in org.apache.axis.attachments that throw AxisFault Constructor Description AttachmentsImpl(java.lang.Object intialContents, java.lang.String contentType, java.lang.String contentLocation)Construct one of these on a parent Message.DimeAttachmentStreams(DimeDelimitedInputStream stream)MultipartAttachmentStreams(BoundaryDelimitedStream delimitedStream)MultipartAttachmentStreams(BoundaryDelimitedStream delimitedStream, java.util.Collection priorParts)MultiPartRelatedInputStream(java.lang.String contentType, java.io.InputStream stream)Create a new Multipart stream. -
Uses of AxisFault in org.apache.axis.client
Methods in org.apache.axis.client that throw AxisFault Modifier and Type Method Description protected voidStub. getResponseHeaders(Call call)Deprecated.This method has been changed to a no-op but remains in the code to keep compatibility with pre-1.1 generated stubs.voidAxisClient. invoke(MessageContext msgContext)Main routine of the AXIS engine.voidCall. invoke()Invoke this Call with its established MessageContext (perhaps because you called this.setRequestMessage()) Note: Not part of JAX-RPC specification.java.lang.ObjectCall. invoke(java.lang.String method, java.lang.Object[] args)Convenience method to invoke a method with a default (empty) namespace.java.lang.ObjectCall. invoke(java.lang.String namespace, java.lang.String method, java.lang.Object[] args)Invoke an RPC service with a method name and arguments.SOAPEnvelopeCall. invoke(Message msg)Invoke the service with a custom Message.java.lang.ObjectCall. invoke(RPCElement body)Invoke an RPC service with a pre-constructed RPCElement.SOAPEnvelopeCall. invoke(SOAPEnvelope env)Invoke the service with a custom SOAPEnvelope.protected voidStub. setAttachments(Call call)copy the attachments from the stub to the call object.protected voidStub. setRequestHeaders(Call call)voidTransport. setupMessageContext(MessageContext context, Call message, AxisEngine engine)voidTransport. setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine) -
Uses of AxisFault in org.apache.axis.handlers
Methods in org.apache.axis.handlers that throw AxisFault Modifier and Type Method Description voidSimpleSessionHandler. doClient(MessageContext context)Client side of processing.voidSimpleSessionHandler. doServer(MessageContext context)Server side of processing.voidBasicHandler. generateWSDL(MessageContext msgContext)voidEchoHandler. generateWSDL(MessageContext msgContext)voidJWSHandler. generateWSDL(MessageContext msgContext)voidDebugHandler. invoke(MessageContext msgContext)voidEchoHandler. invoke(MessageContext msgContext)voidErrorHandler. invoke(MessageContext msgContext)voidJAXRPCHandler. invoke(MessageContext msgContext)voidJWSHandler. invoke(MessageContext msgContext)Just set up the service, the inner service will do the rest...voidLogHandler. invoke(MessageContext msgContext)voidMD5AttachHandler. invoke(MessageContext msgContext)voidSimpleAuthenticationHandler. invoke(MessageContext msgContext)Authenticate the user and password from the msgContextvoidSimpleAuthorizationHandler. invoke(MessageContext msgContext)Authorize the user and targetService from the msgContextvoidSimpleSessionHandler. invoke(MessageContext context)Process a MessageContext.voidSOAPMonitorHandler. invoke(MessageContext messageContext)Process and SOAP message -
Uses of AxisFault in org.apache.axis.handlers.http
Methods in org.apache.axis.handlers.http that throw AxisFault Modifier and Type Method Description voidURLMapper. generateWSDL(MessageContext msgContext)voidHTTPActionHandler. invoke(MessageContext msgContext)voidHTTPAuthHandler. invoke(MessageContext msgContext)voidURLMapper. invoke(MessageContext msgContext) -
Uses of AxisFault in org.apache.axis.handlers.soap
Methods in org.apache.axis.handlers.soap that throw AxisFault Modifier and Type Method Description voidSOAPService. generateWSDL(MessageContext msgContext)Generate WSDL.ServiceDescSOAPService. getInitializedServiceDesc(MessageContext msgContext)Returns a service description with the implementation class filled in.voidMustUnderstandChecker. invoke(MessageContext msgContext)voidSOAPService. invoke(MessageContext msgContext) -
Uses of AxisFault in org.apache.axis.management
Methods in org.apache.axis.management that throw AxisFault Modifier and Type Method Description static AxisServerServiceAdmin. getEngine()Get the singleton engine for this management objectstatic java.lang.String[]ServiceAdmin. listServices()List all registered servicesstatic voidServiceAdmin. startService(java.lang.String serviceName)Start the Servicestatic voidServiceAdmin. stopService(java.lang.String serviceName)Stop the Service -
Uses of AxisFault in org.apache.axis.management.jmx
Methods in org.apache.axis.management.jmx that throw AxisFault Modifier and Type Method Description java.lang.String[]DeploymentQuery. listServices()List all registered servicesjava.lang.String[]DeploymentQueryMBean. listServices()List all registered servicesvoidServiceAdministrator. startService(java.lang.String serviceName)Start the ServicevoidServiceAdministratorMBean. startService(java.lang.String serviceName)Start the ServicevoidServiceAdministrator. stopService(java.lang.String serviceName)Stop the ServicevoidServiceAdministratorMBean. stopService(java.lang.String serviceName)Stop the Service -
Uses of AxisFault in org.apache.axis.message
Fields in org.apache.axis.message declared as AxisFault Modifier and Type Field Description protected AxisFaultSOAPFault. faultMethods in org.apache.axis.message that return AxisFault Modifier and Type Method Description AxisFaultSOAPFault. getFault()Methods in org.apache.axis.message with parameters of type AxisFault Modifier and Type Method Description voidSOAPFault. setFault(AxisFault fault)Methods in org.apache.axis.message that throw AxisFault Modifier and Type Method Description SOAPBodyElementSOAPEnvelope. getBodyByName(java.lang.String namespace, java.lang.String localPart)Get a body element given its namejava.util.VectorSOAPEnvelope. getBodyElements()Get all the BodyElement's in the soap bodySOAPBodyElementSOAPEnvelope. getFirstBody()Get the first BodyElement in the SOAP BodySOAPHeaderElementSOAPEnvelope. getHeaderByName(java.lang.String namespace, java.lang.String localPart)Get a header by name (always respecting the currently in-scope actors list)SOAPHeaderElementSOAPEnvelope. getHeaderByName(java.lang.String namespace, java.lang.String localPart, boolean accessAllHeaders)Get a header by name, filtering for headers targeted at this engine depending on the accessAllHeaders parameter.java.util.VectorSOAPEnvelope. getHeaders()Get Headersjava.util.EnumerationSOAPEnvelope. getHeadersByName(java.lang.String namespace, java.lang.String localPart)Get an enumeration of header elements given the namespace and localpartjava.util.EnumerationSOAPEnvelope. getHeadersByName(java.lang.String namespace, java.lang.String localPart, boolean accessAllHeaders)Return an Enumeration of headers which match the given namespace and localPart.MessageElementBodyBuilder. makeNewElement(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)MessageElementSOAPHandler. makeNewElement(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)voidRPCElement. updateOperationsByName()voidRPCElement. updateOperationsByQName()Constructors in org.apache.axis.message with parameters of type AxisFault Constructor Description SOAPFault(AxisFault fault)Constructors in org.apache.axis.message that throw AxisFault Constructor Description MessageElement(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)Advanced constructor used for deserialization.RPCElement(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context, OperationDesc[] operations)SOAPBody(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)SOAPBodyElement(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)SOAPFault(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attrs, DeserializationContext context)SOAPHeader(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)SOAPHeaderElement(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context) -
Uses of AxisFault in org.apache.axis.providers
Methods in org.apache.axis.providers that throw AxisFault Modifier and Type Method Description voidBasicProvider. generateWSDL(MessageContext msgContext)Generate the WSDL for this service.abstract voidBasicProvider. initServiceDesc(SOAPService service, MessageContext msgContext)This method returns a ServiceDesc that contains the correct implimentation class.voidBSFProvider. initServiceDesc(SOAPService service, MessageContext msgContext)voidComProvider. initServiceDesc(SOAPService service, MessageContext msgContext)voidBSFProvider. invoke(MessageContext msgContext)voidComProvider. invoke(MessageContext msgContext) -
Uses of AxisFault in org.apache.axis.providers.java
Methods in org.apache.axis.providers.java that throw AxisFault Modifier and Type Method Description protected javax.naming.InitialContextEJBProvider. getContext(java.util.Properties properties)protected java.lang.ObjectEJBProvider. getEJBHome(javax.naming.InitialContext context, java.lang.String beanJndiName)protected OperationDescRPCProvider. getOperationDesc(MessageContext msgContext, RPCElement body)protected java.lang.ClassEJBProvider. getServiceClass(java.lang.String beanJndiName, SOAPService service, MessageContext msgContext)Get the class description for the EJB Remote or Local Interface, which is what we are interested in exposing to the world (i.e.protected java.lang.ClassJavaProvider. getServiceClass(java.lang.String clsName, SOAPService service, MessageContext msgContext)Returns the Class info about the service class.voidJavaProvider. initServiceDesc(SOAPService service, MessageContext msgContext)Fill in a service description with the correct impl class and typemapping set.voidJavaProvider. invoke(MessageContext msgContext)Invoke the message by obtaining various common fields, looking up the service object (via getServiceObject), and actually processing the message (via processMessage). -
Uses of AxisFault in org.apache.axis.server
Methods in org.apache.axis.server that throw AxisFault Modifier and Type Method Description voidAxisServer. generateWSDL(MessageContext msgContext)static AxisServerAxisServer. getServer(java.util.Map environment)AxisServerAxisServerFactory. getServer(java.util.Map environment)AxisServerDefaultAxisServerFactory. getServer(java.util.Map environment)Get an AxisServer.AxisServerJNDIAxisServerFactory. getServer(java.util.Map environment)Obtain an AxisServer reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.voidAxisServer. invoke(MessageContext msgContext)Main routine of the AXIS server. -
Uses of AxisFault in org.apache.axis.strategies
Methods in org.apache.axis.strategies that throw AxisFault Modifier and Type Method Description voidInvocationStrategy. visit(Handler handler, MessageContext msgContext)voidWSDLGenStrategy. visit(Handler handler, MessageContext msgContext) -
Uses of AxisFault in org.apache.axis.transport.http
Methods in org.apache.axis.transport.http with parameters of type AxisFault Modifier and Type Method Description protected voidAbstractQueryStringHandler. configureResponseFromAxisFault(javax.servlet.http.HttpServletResponse response, AxisFault fault)Configure the servlet response status code and maybe other headers from the fault info.protected intAxisServlet. getHttpServletResponseStatus(AxisFault af)Extract information from AxisFault and map it to a HTTP Status code.protected voidAbstractQueryStringHandler. processAxisFault(AxisFault fault)routine called whenever an axis fault is caught; where they are logged and any other business.protected voidAxisServlet. processAxisFault(AxisFault fault)routine called whenever an axis fault is caught; where they are logged and any other business.protected voidAxisServlet. reportNoWSDL(javax.servlet.http.HttpServletResponse res, java.io.PrintWriter writer, java.lang.String moreDetailCode, AxisFault axisFault)report that we have no WSDL This method was moved to the querystring handler QSWSDLHandler.voidQSWSDLHandler. reportNoWSDL(javax.servlet.http.HttpServletResponse res, java.io.PrintWriter writer, java.lang.String moreDetailCode, AxisFault axisFault)Report that we have no WSDL.protected voidAbstractQueryStringHandler. writeFault(java.io.PrintWriter writer, AxisFault axisFault)this method writes a fault out to an HTML stream.Methods in org.apache.axis.transport.http that throw AxisFault Modifier and Type Method Description protected voidAutoRegisterServlet. applyAndSaveSettings()actually update the engine and save the settingsprotected java.lang.StringQSWSDLHandler. getEndpointURL(MessageContext msgContext)Returns the endpoint URL that should be used in the returned WSDL.AxisServerAxisServletBase. getEngine()get the engine for this servlet from cache or contextstatic AxisServerAxisServletBase. getEngine(javax.servlet.http.HttpServlet servlet)This is a uniform method of initializing AxisServer in a servlet context.voidCommonsHTTPSender. invoke(MessageContext msgContext)invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP servervoidHTTPSender. invoke(MessageContext msgContext)invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP servervoidQSHandler. invoke(MessageContext msgContext)Performs the action associated with this particular query string handler.voidQSListHandler. invoke(MessageContext msgContext)Performs the action associated with this particular query string handler.voidQSMethodHandler. invoke(MessageContext msgContext)Performs the action associated with this particular query string handler.voidQSWSDLHandler. invoke(MessageContext msgContext)Performs the action associated with this particular query string handler.protected voidAxisServlet. reportAvailableServices(javax.servlet.http.HttpServletResponse response, java.io.PrintWriter writer, javax.servlet.http.HttpServletRequest request)This method lists the available services; it is called when there is nothing to execute on a GETvoidHTTPTransport. setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)Set up any transport-specific derived properties in the message context.protected voidQSWSDLHandler. updateSoapAddressLocationURLs(org.w3c.dom.Document wsdlDoc, MessageContext msgContext)Updates the soap:address locations for all ports in the WSDL using the URL from the request as the base portion for the updated locations, ensuring the WSDL returned to the client contains the correct location URL. -
Uses of AxisFault in org.apache.axis.transport.java
Methods in org.apache.axis.transport.java that throw AxisFault Modifier and Type Method Description voidJavaSender. invoke(MessageContext msgContext) -
Uses of AxisFault in org.apache.axis.transport.jms
Methods in org.apache.axis.transport.jms that throw AxisFault Modifier and Type Method Description JMSConnectorJMSConnectorManager. getConnector(java.util.HashMap connectorProperties, java.util.HashMap connectionFactoryProperties, java.lang.String username, java.lang.String password, JMSVendorAdapter vendorAdapter)Retrieves a JMSConnector that satisfies the provided connector criteriavoidJMSSender. invoke(MessageContext msgContext)invoke() creates an endpoint, sends the request SOAP message, and then either reads the response SOAP message or simply returns.voidJMSTransport. setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)Set up any transport-specific derived properties in the message context. -
Uses of AxisFault in org.apache.axis.transport.local
Methods in org.apache.axis.transport.local that throw AxisFault Modifier and Type Method Description voidLocalResponder. invoke(MessageContext msgContext)voidLocalSender. invoke(MessageContext clientContext) -
Uses of AxisFault in org.apache.axis.transport.mail
Methods in org.apache.axis.transport.mail that throw AxisFault Modifier and Type Method Description voidMailSender. invoke(MessageContext msgContext)invoke creates a socket connection, sends the request SOAP message and then reads the response SOAP message back from the SOAP server -
Uses of AxisFault in org.apache.axis.utils
Methods in org.apache.axis.utils that throw AxisFault Modifier and Type Method Description static org.w3c.dom.DocumentAdmin. listConfig(AxisEngine engine)Get an XML document representing this engine's configuration. -
Uses of AxisFault in org.apache.axis.wsdl.fromJava
Methods in org.apache.axis.wsdl.fromJava that throw AxisFault Modifier and Type Method Description org.w3c.dom.ElementTypes. createAttributeElement(java.lang.String elementName, java.lang.Class javaType, QName xmlType, boolean nullable, org.w3c.dom.Document docHolder)Create Attribute Element with a given name and typeorg.w3c.dom.ElementTypes. createElementWithAnonymousType(java.lang.String elementName, java.lang.Class fieldType, boolean omittable, org.w3c.dom.Document ownerDocument)Write an <element> with an anonymous internal ComplexTypevoidTypes. writeElementDecl(QName qname, java.lang.Class javaType, QName typeQName, boolean nillable, QName itemQName)Create a top-level element declaration in our generated schemaQNameTypes. writeElementForPart(java.lang.Class type, QName qname)Write out an element referenced by a part element attribute.org.w3c.dom.ElementTypes. writeEnumType(QName qName, java.lang.Class cls)Write Enumeration Complex Type (Only supports enumeration classes of string types)protected javax.wsdl.MessageEmitter. writeFaultMessage(javax.wsdl.Definition def, FaultDesc exception)Create a Fault Messageprotected voidEmitter. writeMessages(javax.wsdl.Definition def, javax.wsdl.Operation oper, OperationDesc desc, javax.wsdl.BindingOperation bindingOper)Create a Messagejava.lang.StringEmitter. writePartToMessage(javax.wsdl.Definition def, javax.wsdl.Message msg, boolean request, ParameterDesc param)Create a Partprotected voidEmitter. writePortType(javax.wsdl.Definition def, javax.wsdl.Binding binding)Create a PortTypeprotected javax.wsdl.MessageEmitter. writeRequestMessage(javax.wsdl.Definition def, OperationDesc oper, javax.wsdl.BindingOperation bindop)Create a Request Messageprotected javax.wsdl.MessageEmitter. writeResponseMessage(javax.wsdl.Definition def, OperationDesc desc, javax.wsdl.BindingOperation bindop)Create a Response MessagevoidTypes. writeSchemaElement(java.lang.String namespaceURI, org.w3c.dom.Element element)Write out the given Element into the appropriate schema node.voidTypes. writeSchemaElement(QName qName, org.w3c.dom.Element element)Deprecated.Please use writeSchemaElement(String namespaceURI, Element element)voidTypes. writeSchemaElementDecl(QName qname, org.w3c.dom.Element element)Method writeSchemaElementDeclvoidTypes. writeSchemaTypeDecl(QName qname, org.w3c.dom.Element element)Method writeSchemaTypeDecljava.lang.StringTypes. writeType(java.lang.Class type)Write a schema representation for the givenClass.java.lang.StringTypes. writeType(java.lang.Class type, QName qName)Write a schema representation for the givenClass.QNameTypes. writeTypeAndSubTypeForPart(java.lang.Class type, QName qname)Write out a type (and its subtypes) referenced by a part type attribute.QNameTypes. writeTypeForPart(java.lang.Class type, QName qname)Write out a type referenced by a part type attribute.voidTypes. writeWrappedParameter(org.w3c.dom.Element sequence, java.lang.String name, QName type, java.lang.Class javaType)Write a parameter (a sub-element) into a sequence generated by writeWrapperElement() above.org.w3c.dom.ElementTypes. writeWrapperElement(QName qname, boolean request, boolean hasParams)Write the element definition for a WRAPPED operation.java.lang.StringEmitter. writeWrapperPart(javax.wsdl.Definition def, javax.wsdl.Message msg, OperationDesc oper, boolean request)Write out the schema definition for a WRAPPED operation request or response.
-