Uses of Class
org.apache.axis.AxisFault

Packages that use AxisFault
org.apache.axis   
org.apache.axis.attachments   
org.apache.axis.client   
org.apache.axis.features   
org.apache.axis.handlers   
org.apache.axis.handlers.http   
org.apache.axis.handlers.soap   
org.apache.axis.ime   
org.apache.axis.ime.internal   
org.apache.axis.ime.internal.util.handler   
org.apache.axis.message   
org.apache.axis.providers   
org.apache.axis.providers.java   
org.apache.axis.server   
org.apache.axis.strategies   
org.apache.axis.transport.http   
org.apache.axis.transport.java   
org.apache.axis.transport.jms   
org.apache.axis.transport.local   
org.apache.axis.transport.mail   
org.apache.axis.utils   
org.apache.axis.wsdl.fromJava   
 

Uses of AxisFault in org.apache.axis
 

Subclasses of AxisFault in org.apache.axis
 class NoEndPointException
           
 

Methods in org.apache.axis that return AxisFault
static AxisFault AxisFault.makeFault(java.lang.Exception e)
          Make an AxisFault based on a passed Exception.
 

Methods in org.apache.axis that throw AxisFault
 byte[] SOAPPart.getAsBytes()
          Get the contents of this Part (not the headers!), as a byte array.
 java.lang.String SOAPPart.getAsString()
          Get the contents of this Part (not the headers!), as a String.
 SOAPEnvelope SOAPPart.getAsSOAPEnvelope()
          Get the contents of this Part (not the MIME headers!), as a SOAPEnvelope.
 void SimpleChain.invoke(MessageContext msgContext)
          Iterate over the chain invoking each handler.
 void SimpleChain.generateWSDL(MessageContext msgContext)
          Iterate over the chain letting each handler have a crack at contributing to a WSDL description.
 OperationDesc[] MessageContext.getPossibleOperationsByQName(QName qname)
          getPossibleOperationsByQName Returns a list of operation descriptors that could may possibly match a body containing an element of the given QName.
 OperationDesc MessageContext.getOperationByQName(QName qname)
          get the first possible operation that could match a body containing an element of the given QName.
 void MessageContext.setTargetService(java.lang.String tServ)
          Set the target service for this message.
 void MessageContext.setService(SOAPService sh)
           
 java.lang.String Message.getSOAPPartAsString()
           
 byte[] Message.getSOAPPartAsBytes()
           
 SOAPEnvelope Message.getSOAPEnvelope()
          Get this message's SOAPPart as a SOAPEnvelope
 java.lang.String Message.getContentType(SOAPConstants sc)
           
 long Message.getContentLength()
           
 void HandlerIterationStrategy.visit(Handler handler, MessageContext msgContext)
           
 void Handler.invoke(MessageContext msgContext)
          Invoke is called to do the actual work of the Handler object.
 void Handler.generateWSDL(MessageContext msgContext)
          Obtain WSDL information.
 void FaultableHandler.invoke(MessageContext msgContext)
          Invokes the specified handler.
 Handler AxisEngine.getHandler(java.lang.String name)
           
 SOAPService AxisEngine.getService(java.lang.String name)
           
 Handler AxisEngine.getTransport(java.lang.String name)
           
 

Uses of AxisFault in org.apache.axis.attachments
 

Methods in org.apache.axis.attachments that throw AxisFault
 Part MultiPartRelatedInputStream.getAttachmentByReference(java.lang.String[] id)
          Method getAttachmentByReference
protected  void MultiPartRelatedInputStream.readAll()
          Method readAll
 java.util.Collection MultiPartRelatedInputStream.getAttachments()
          Method getAttachments
protected  Part MultiPartRelatedInputStream.readTillFound(java.lang.String[] id)
          This will read streams in till the one that is needed is found.
abstract  Part MultiPartInputStream.getAttachmentByReference(java.lang.String[] id)
           
abstract  java.util.Collection MultiPartInputStream.getAttachments()
           
 Part MultiPartDimeInputStream.getAttachmentByReference(java.lang.String[] id)
           
protected  void MultiPartDimeInputStream.readAll()
           
 java.util.Collection MultiPartDimeInputStream.getAttachments()
           
static javax.mail.internet.MimeMultipart MimeUtils.createMP(java.lang.String env, java.util.Collection parts)
          This routine will create a multipart object from the parts and the SOAP content.
static javax.activation.DataHandler AttachmentUtils.getActivationDataHandler(Part part)
          Obtain the DataHandler from the part.
 Part AttachmentsImpl.removeAttachmentPart(java.lang.String reference)
          This method uses getAttacmentByReference() to look for attachment.
 Part AttachmentsImpl.addAttachmentPart(Part newPart)
          Adds an existing attachment to this list.
 Part AttachmentsImpl.createAttachmentPart(java.lang.Object datahandler)
          Create an attachment part with a buried JAF data handler.
 void AttachmentsImpl.setAttachmentParts(java.util.Collection parts)
          Add the collection of parts.
 Part AttachmentsImpl.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.
 java.util.Collection AttachmentsImpl.getAttachments()
          This method will return all attachments as a collection.
 long AttachmentsImpl.getContentLength()
          Get the content length of the stream.
protected  DimeMultiPart AttachmentsImpl.createDimeMessage()
          Creates the DIME message
 void AttachmentsImpl.writeContentToStream(java.io.OutputStream os)
          Write the content to the stream.
 java.lang.String AttachmentsImpl.getContentType()
          Gets the content type for the whole stream.
 Part AttachmentsImpl.createAttachmentPart()
          Create a new attachment Part in this Message.
 Part Attachments.addAttachmentPart(Part newPart)
          Adds an existing attachment to this list.
 Part Attachments.removeAttachmentPart(java.lang.String reference)
          This method uses getAttacmentByReference() to look for attachment.
 Part Attachments.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.
 java.util.Collection Attachments.getAttachments()
          This method will return all attachments as a collection.
 Part Attachments.createAttachmentPart(java.lang.Object part)
          Create a new attachment Part in this Message.
 Part Attachments.createAttachmentPart()
          Create a new attachment Part in this Message.
 void Attachments.setAttachmentParts(java.util.Collection parts)
          Will the attachments of this message to that of the colleciton.
 long Attachments.getContentLength()
          Get the content length of the stream.
 void Attachments.writeContentToStream(java.io.OutputStream os)
          Write the content to the stream.
 java.lang.String Attachments.getContentType()
          Write the content to the stream.
 

Constructors in org.apache.axis.attachments that throw AxisFault
MultiPartRelatedInputStream(java.lang.String contentType, java.io.InputStream stream)
          Multipart stream.
AttachmentsImpl(java.lang.Object intialContents, java.lang.String contentType, java.lang.String contentLocation)
          Construct one of these on a parent Message.
 

Uses of AxisFault in org.apache.axis.client
 

Methods in org.apache.axis.client that throw AxisFault
 void Transport.setupMessageContext(MessageContext context, Call message, AxisEngine engine)
           
 void Transport.setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)
           
protected  void Stub.setRequestHeaders(Call call)
           
protected  void Stub.setAttachments(Call call)
           
protected  void Stub.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.
 java.lang.Object Call.invoke(java.lang.String namespace, java.lang.String method, java.lang.Object[] args)
          Invoke an RPC service with a method name and arguments.
 java.lang.Object Call.invoke(java.lang.String method, java.lang.Object[] args)
          Convenience method to invoke a method with a default (empty) namespace.
 java.lang.Object Call.invoke(RPCElement body)
          Invoke an RPC service with a pre-constructed RPCElement.
 void Call.invoke()
          Invoke this Call with its established MessageContext (perhaps because you called this.setRequestMessage()) Note: Not part of JAX-RPC specification.
 void AxisClient.invoke(MessageContext msgContext)
          Main routine of the AXIS engine.
 

Uses of AxisFault in org.apache.axis.features
 

Methods in org.apache.axis.features that throw AxisFault
 void FeatureEnabled.enableFeature(java.lang.String featureId)
           
 void FeatureEnabled.disableFeature(java.lang.String featureId)
           
 boolean FeatureEnabled.isFeatureEnabled(java.lang.String featureId)
           
 java.lang.String[] FeatureEnabled.getSupportedFeatures()
           
 

Uses of AxisFault in org.apache.axis.handlers
 

Methods in org.apache.axis.handlers that throw AxisFault
 void SOAPMonitorHandler.invoke(MessageContext messageContext)
          Process and SOAP message
 void SimpleSessionHandler.invoke(MessageContext context)
          Process a MessageContext.
 void SimpleSessionHandler.doClient(MessageContext context)
          Client side of processing.
 void SimpleSessionHandler.doServer(MessageContext context)
          Server side of processing.
 void SimpleAuthorizationHandler.invoke(MessageContext msgContext)
          Authorize the user and targetService from the msgContext
 void SimpleAuthenticationHandler.invoke(MessageContext msgContext)
          Authenticate the user and password from the msgContext
 void MD5AttachHandler.invoke(MessageContext msgContext)
           
 void LogHandler.invoke(MessageContext msgContext)
           
 void JWSHandler.invoke(MessageContext msgContext)
          Just set up the service, the inner service will do the rest...
 void JWSHandler.generateWSDL(MessageContext msgContext)
           
 void JAXRPCHandler.invoke(MessageContext msgContext)
           
 void ErrorHandler.invoke(MessageContext msgContext)
           
 void EchoHandler.invoke(MessageContext msgContext)
           
 void EchoHandler.generateWSDL(MessageContext msgContext)
           
 void DebugHandler.invoke(MessageContext msgContext)
           
abstract  void BasicHandler.invoke(MessageContext msgContext)
          Must implement this in subclasses.
 void BasicHandler.generateWSDL(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis.handlers.http
 

Methods in org.apache.axis.handlers.http that throw AxisFault
 void URLMapper.invoke(MessageContext msgContext)
           
 void URLMapper.generateWSDL(MessageContext msgContext)
           
 void HTTPAuthHandler.invoke(MessageContext msgContext)
           
 void HTTPActionHandler.invoke(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis.handlers.soap
 

Methods in org.apache.axis.handlers.soap that throw AxisFault
 ServiceDesc SOAPService.getInitializedServiceDesc(MessageContext msgContext)
          Returns a service description with the implementation class filled in.
 void SOAPService.generateWSDL(MessageContext msgContext)
          Generate WSDL.
 void SOAPService.invoke(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis.ime
 

Methods in org.apache.axis.ime that throw AxisFault
 MessageExchange MessageExchangeFactory.createMessageExchange()
           
 MessageExchange MessageExchangeFactory.createMessageExchange(java.util.Hashtable options)
           
 MessageExchangeCorrelator MessageExchange.send(MessageContext context)
          Send an outbound message.
 MessageExchangeCorrelator MessageExchange.send(MessageContext context, MessageExchangeEventListener listener)
          Send an outbound message.
 MessageContext MessageExchange.receive()
          Waits indefinitely for a message to be received (blocking)
 MessageContext MessageExchange.receive(long timeout)
          Waits the specified amount of time for a message to be received (blocking)
 MessageContext MessageExchange.receive(MessageExchangeCorrelator correlator)
          Waits indefinitely for a message matching the specified correlator (blocking)
 MessageContext MessageExchange.receive(MessageExchangeCorrelator correlator, long timeout)
          Waits the specified amount of time for a message matching the specified correlator (blocking)
 void MessageExchange.receive(MessageExchangeEventListener listener)
          Registers a listener for receiving messages (nonblocking)
 void MessageExchange.receive(MessageExchangeCorrelator correlator, MessageExchangeEventListener listener)
          Registers a listener for receiving messages (nonblocking)
 MessageContext MessageExchange.sendAndReceive(MessageContext context)
          Synchronized send and receive
 MessageContext MessageExchange.sendAndReceive(MessageContext context, long timeout)
          Synchronized send and receive with timeout
 

Uses of AxisFault in org.apache.axis.ime.internal
 

Methods in org.apache.axis.ime.internal that throw AxisFault
 MessageExchange MessageExchangeProvider.createMessageExchange()
           
 MessageExchange MessageExchangeProvider.createMessageExchange(java.util.Hashtable options)
           
 MessageExchangeCorrelator MessageExchangeImpl.send(MessageContext context)
           
 MessageExchangeCorrelator MessageExchangeImpl.send(MessageContext context, MessageExchangeEventListener listener)
           
 MessageContext MessageExchangeImpl.receive()
           
 MessageContext MessageExchangeImpl.receive(long timeout)
           
 MessageContext MessageExchangeImpl.receive(MessageExchangeCorrelator correlator)
           
 MessageContext MessageExchangeImpl.receive(MessageExchangeCorrelator correlator, long timeout)
           
 void MessageExchangeImpl.receive(MessageExchangeEventListener listener)
           
 void MessageExchangeImpl.receive(MessageExchangeCorrelator correlator, MessageExchangeEventListener listener)
           
 MessageContext MessageExchangeImpl.sendAndReceive(MessageContext context)
           
 MessageContext MessageExchangeImpl.sendAndReceive(MessageContext context, long timeout)
           
 

Uses of AxisFault in org.apache.axis.ime.internal.util.handler
 

Methods in org.apache.axis.ime.internal.util.handler that throw AxisFault
 void MessageExchangeHandler.invoke(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis.message
 

Fields in org.apache.axis.message declared as AxisFault
protected  AxisFault SOAPFault.fault
           
 

Methods in org.apache.axis.message that return AxisFault
 AxisFault SOAPFault.getFault()
           
 

Methods in org.apache.axis.message with parameters of type AxisFault
 void SOAPFault.setFault(AxisFault fault)
           
 

Methods in org.apache.axis.message that throw AxisFault
 MessageElement SOAPHandler.makeNewElement(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)
           
 java.util.Vector SOAPEnvelope.getBodyElements()
          Get all the BodyElement's in the soap body
 SOAPBodyElement SOAPEnvelope.getFirstBody()
          Get the first BodyElement in the SOAP Body
 java.util.Vector SOAPEnvelope.getHeaders()
          Get Headers
 SOAPHeaderElement SOAPEnvelope.getHeaderByName(java.lang.String namespace, java.lang.String localPart)
          Get a header by name (always respecting the currently in-scope actors list)
 SOAPHeaderElement SOAPEnvelope.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.
 SOAPBodyElement SOAPEnvelope.getBodyByName(java.lang.String namespace, java.lang.String localPart)
          Get a body element given its name
 java.util.Enumeration SOAPEnvelope.getHeadersByName(java.lang.String namespace, java.lang.String localPart)
          Get an enumeration of header elements given the namespace and localpart
 java.util.Enumeration SOAPEnvelope.getHeadersByName(java.lang.String namespace, java.lang.String localPart, boolean accessAllHeaders)
          Return an Enumeration of headers which match the given namespace and localPart.
 MessageElement BodyBuilder.makeNewElement(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)
           
 

Constructors in org.apache.axis.message with parameters of type AxisFault
SOAPFault(AxisFault fault)
           
Detail(AxisFault fault)
           
 

Constructors in org.apache.axis.message that throw AxisFault
SOAPHeaderElement(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)
           
SOAPHeader(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)
           
SOAPFault(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attrs, DeserializationContext context)
           
SOAPBodyElement(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)
           
SOAPBody(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)
           
RPCElement(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context, OperationDesc[] operations)
           
MessageElement(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context)
           
Detail(java.lang.String namespace, java.lang.String localName, java.lang.String prefix, org.xml.sax.Attributes attrs, DeserializationContext context)
           
 

Uses of AxisFault in org.apache.axis.providers
 

Methods in org.apache.axis.providers that throw AxisFault
 void ComProvider.invoke(MessageContext msgContext)
           
 void ComProvider.initServiceDesc(SOAPService service, MessageContext msgContext)
           
 void BSFProvider.invoke(MessageContext msgContext)
           
 void BSFProvider.initServiceDesc(SOAPService service, MessageContext msgContext)
           
abstract  void BasicProvider.initServiceDesc(SOAPService service, MessageContext msgContext)
          This method returns a ServiceDesc that contains the correct implimentation class.
 void BasicProvider.generateWSDL(MessageContext msgContext)
          Generate the WSDL for this service.
 

Uses of AxisFault in org.apache.axis.providers.java
 

Methods in org.apache.axis.providers.java that throw AxisFault
 void JavaProvider.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).
 void JavaProvider.generateWSDL(MessageContext msgContext)
          Generate the WSDL for this service.
protected  java.lang.Class JavaProvider.getServiceClass(java.lang.String clsName, SOAPService service, MessageContext msgContext)
          Returns the Class info about the service class.
 void JavaProvider.initServiceDesc(SOAPService service, MessageContext msgContext)
          Fill in a service description with the correct impl class and typemapping set.
protected  java.lang.Class EJBProvider.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  javax.naming.InitialContext EJBProvider.getContext(java.util.Properties properties)
           
protected  java.lang.Object EJBProvider.getEJBHome(javax.naming.InitialContext context, java.lang.String beanJndiName)
           
 

Uses of AxisFault in org.apache.axis.server
 

Methods in org.apache.axis.server that throw AxisFault
 AxisServer JNDIAxisServerFactory.getServer(java.util.Map environment)
          Obtain an AxisServer reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern.
 AxisServer DefaultAxisServerFactory.getServer(java.util.Map environment)
          Get an AxisServer.
 AxisServer AxisServerFactory.getServer(java.util.Map environment)
           
static AxisServer AxisServer.getServer(java.util.Map environment)
           
 void AxisServer.invoke(MessageContext msgContext)
          Main routine of the AXIS server.
 void AxisServer.generateWSDL(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis.strategies
 

Methods in org.apache.axis.strategies that throw AxisFault
 void WSDLGenStrategy.visit(Handler handler, MessageContext msgContext)
           
 void InvocationStrategy.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
protected  void AxisServlet.processAxisFault(AxisFault fault)
          routine called whenever an axis fault is caught; where they are logged and any other business.
protected  void AxisServlet.reportNoWSDL(javax.servlet.http.HttpServletResponse res, java.io.PrintWriter writer, java.lang.String moreDetailCode, AxisFault axisFault)
          report that we have no WSDL
protected  int AxisServlet.getHttpServletResponseStatus(AxisFault af)
          Extract information from AxisFault and map it to a HTTP Status code.
 

Methods in org.apache.axis.transport.http that throw AxisFault
 void CommonsHTTPSender.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
 void HTTPTransport.setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 void HTTPSender.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
 AxisServer AxisServletBase.getEngine()
          get the engine for this servlet from cache or context
static AxisServer AxisServletBase.getEngine(javax.servlet.http.HttpServlet servlet)
          This is a uniform method of initializing AxisServer in a servlet context.
protected  void AxisServlet.processMethodRequest(MessageContext msgContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.io.PrintWriter writer)
          scan through the request for parameters, invoking the endpoint if we get a method param.
protected  void AxisServlet.processWsdlRequest(MessageContext msgContext, javax.servlet.http.HttpServletResponse response, java.io.PrintWriter writer)
          handle a ?wsdl request
protected  void AxisServlet.invokeEndpointFromGet(MessageContext msgContext, javax.servlet.http.HttpServletResponse response, java.io.PrintWriter writer, java.lang.String method, java.lang.String args)
          invoke an endpoint from a get request by building an XML request and handing it down.
protected  void AxisServlet.processListRequest(javax.servlet.http.HttpServletResponse response, java.io.PrintWriter writer)
          respond to the ?list command.
protected  void AxisServlet.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 GET
 

Uses of AxisFault in org.apache.axis.transport.java
 

Methods in org.apache.axis.transport.java that throw AxisFault
 void JavaSender.invoke(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis.transport.jms
 

Methods in org.apache.axis.transport.jms that throw AxisFault
 void JMSTransport.setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)
          Set up any transport-specific derived properties in the message context.
 void JMSSender.invoke(MessageContext msgContext)
          invoke() creates an endpoint, sends the request SOAP message, and then either reads the response SOAP message or simply returns.
 

Uses of AxisFault in org.apache.axis.transport.local
 

Methods in org.apache.axis.transport.local that throw AxisFault
 void LocalSender.invoke(MessageContext clientContext)
           
 void LocalResponder.invoke(MessageContext msgContext)
           
 

Uses of AxisFault in org.apache.axis.transport.mail
 

Methods in org.apache.axis.transport.mail that throw AxisFault
 void MailSender.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
static org.w3c.dom.Document Admin.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
 QName Types.writeTypeForPart(java.lang.Class type, QName qname)
          Write out a type referenced by a part type attribute.
 QName Types.writeElementForPart(java.lang.Class type, QName qname)
          Write out an element referenced by a part element attribute.
 org.w3c.dom.Element Types.writeWrapperElement(QName qname, boolean request, boolean hasParams)
          Write the element definition for a WRAPPED operation.
 void Types.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.
 void Types.writeSchemaElement(QName qName, org.w3c.dom.Element element)
          Write out the given Element into the appropriate schema node.
 java.lang.String Types.writeType(java.lang.Class type)
          Write a schema representation for the given Class.
 java.lang.String Types.writeType(java.lang.Class type, QName qName)
          Write a schema representation for the given Class.
 org.w3c.dom.Element Types.writeEnumType(QName qName, java.lang.Class cls)
          Write Enumeration Complex Type (Only supports enumeration classes of string types)
 org.w3c.dom.Element Types.createElementDecl(java.lang.String name, java.lang.Class javaType, QName typeQName, boolean nillable, boolean omittable)
          Create Element
 org.w3c.dom.Element Types.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 type
 org.w3c.dom.Element Types.createElementWithAnonymousType(java.lang.String elementName, java.lang.Class fieldType, boolean omittable, org.w3c.dom.Document ownerDocument)
          Write an <element> with an anonymous internal ComplexType
protected  void Emitter.writePortType(javax.wsdl.Definition def, javax.wsdl.Binding binding)
          Create a PortType
protected  void Emitter.writeMessages(javax.wsdl.Definition def, javax.wsdl.Operation oper, OperationDesc desc, javax.wsdl.BindingOperation bindingOper)
          Create a Message
protected  javax.wsdl.Message Emitter.writeRequestMessage(javax.wsdl.Definition def, OperationDesc oper)
          Create a Request Message
 void Emitter.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.
protected  javax.wsdl.Message Emitter.writeResponseMessage(javax.wsdl.Definition def, OperationDesc desc)
          Create a Response Message
protected  javax.wsdl.Message Emitter.writeFaultMessage(javax.wsdl.Definition def, FaultDesc exception)
          Create a Fault Message
 java.lang.String Emitter.writePartToMessage(javax.wsdl.Definition def, javax.wsdl.Message msg, boolean request, ParameterDesc param)
          Create a Part
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.