Uses of Class
javax.xml.soap.SOAPException
-
Packages that use SOAPException Package Description javax.xml.soap org.apache.axis org.apache.axis.attachments org.apache.axis.message org.apache.axis.soap -
-
Uses of SOAPException in javax.xml.soap
Methods in javax.xml.soap that throw SOAPException Modifier and Type Method Description SOAPElementSOAPElement. addAttribute(Name name, java.lang.String value)Adds an attribute with the specified name and value to thisSOAPElementobject.SOAPBodySOAPEnvelope. addBody()Creates aSOAPBodyobject and sets it as theSOAPBodyobject for thisSOAPEnvelopeobject.SOAPBodyElementSOAPBody. addBodyElement(Name name)Creates a newSOAPBodyElementobject with the specified name and adds it to thisSOAPBodyobject.SOAPElementSOAPElement. addChildElement(java.lang.String localName)Creates a newSOAPElementobject initialized with the givenStringobject and adds the new element to thisSOAPElementobject.SOAPElementSOAPElement. addChildElement(java.lang.String localName, java.lang.String prefix)Creates a newSOAPElementobject initialized with the specified local name and prefix and adds the new element to thisSOAPElementobject.SOAPElementSOAPElement. addChildElement(java.lang.String localName, java.lang.String prefix, java.lang.String uri)Creates a newSOAPElementobject initialized with the specified local name, prefix, and URI and adds the new element to thisSOAPElementobject.SOAPElementSOAPElement. addChildElement(Name name)Creates a newSOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject.SOAPElementSOAPElement. addChildElement(SOAPElement element)Add aSOAPElementas a child of thisSOAPElementinstance.DetailSOAPFault. addDetail()Creates aDetailobject and sets it as theDetailobject for thisSOAPFaultobject.DetailEntryDetail. addDetailEntry(Name name)Creates a newDetailEntryobject with the given name and adds it to thisDetailobject.SOAPBodyElementSOAPBody. addDocument(org.w3c.dom.Document document)Adds the root node of the DOMDocumentto thisSOAPBodyobject.SOAPFaultSOAPBody. addFault()Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPFaultSOAPBody. addFault(Name faultCode, java.lang.String faultString)Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPFaultSOAPBody. addFault(Name faultCode, java.lang.String faultString, java.util.Locale locale)Creates a newSOAPFaultobject and adds it to thisSOAPBodyobject.SOAPHeaderSOAPEnvelope. addHeader()Creates aSOAPHeaderobject and sets it as theSOAPHeaderobject for thisSOAPEnvelopeobject.SOAPHeaderElementSOAPHeader. addHeaderElement(Name name)Creates a newSOAPHeaderElementobject initialized with the specified name and adds it to thisSOAPHeaderobject.SOAPElementSOAPElement. addNamespaceDeclaration(java.lang.String prefix, java.lang.String uri)Adds a namespace declaration with the specified prefix and URI to thisSOAPElementobject.SOAPElementSOAPElement. addTextNode(java.lang.String text)Creates a newTextobject initialized with the givenStringand adds it to thisSOAPElementobject.abstract SOAPMessageSOAPConnection. call(SOAPMessage request, java.lang.Object endpoint)Sends the given message to the specified endpoint and blocks until it has returned the response.abstract voidSOAPConnection. close()Closes thisSOAPConnectionobject.SOAPElementSOAPElementFactory. create(java.lang.String localName)Deprecated.Use javax.xml.soap.SOAPFactory.createElement(String localName) insteadSOAPElementSOAPElementFactory. create(java.lang.String localName, java.lang.String prefix, java.lang.String uri)Deprecated.Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) insteadSOAPElementSOAPElementFactory. create(Name name)Deprecated.Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name) insteadabstract SOAPConnectionSOAPConnectionFactory. createConnection()Create a newSOAPConnection.abstract DetailSOAPFactory. createDetail()Creates a newDetailobject which serves as a container forDetailEntryobjects.abstract SOAPElementSOAPFactory. createElement(java.lang.String localName)Create aSOAPElementobject initialized with the given local name.abstract SOAPElementSOAPFactory. createElement(java.lang.String localName, java.lang.String prefix, java.lang.String uri)Create a newSOAPElementobject with the given local name, prefix and uri.abstract SOAPElementSOAPFactory. createElement(Name name)Create aSOAPElementobject initialized with the givenNameobject.abstract SOAPMessageMessageFactory. createMessage()Creates a newSOAPMessageobject with the defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects.abstract SOAPMessageMessageFactory. createMessage(MimeHeaders mimeheaders, java.io.InputStream inputstream)Internalizes the contents of the givenInputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject.NameSOAPEnvelope. createName(java.lang.String localName)Creates a newNameobject initialized with the given local name.NameSOAPEnvelope. createName(java.lang.String localName, java.lang.String prefix, java.lang.String uri)Creates a newNameobject initialized with the given local name, namespace prefix, and namespace URI.abstract NameSOAPFactory. createName(java.lang.String localName)Creates a newNameobject initialized with the given local name.abstract NameSOAPFactory. createName(java.lang.String localName, java.lang.String prefix, java.lang.String uri)Creates a newNameobject initialized with the given local name, namespace prefix, and namespace URI.SOAPBodySOAPEnvelope. getBody()Returns theSOAPBodyobject associated with thisSOAPEnvelopeobject.abstract java.lang.ObjectAttachmentPart. getContent()Gets the content of thisAttachmentPartobject as a Java object.abstract javax.xml.transform.SourceSOAPPart. getContent()Returns the content of the SOAPEnvelope as a JAXPSourceobject.abstract javax.activation.DataHandlerAttachmentPart. getDataHandler()Gets theDataHandlerobject for thisAttachmentPartobject.abstract SOAPEnvelopeSOAPPart. getEnvelope()Gets theSOAPEnvelopeobject associated with thisSOAPPartobject.SOAPHeaderSOAPEnvelope. getHeader()Returns theSOAPHeaderobject for thisSOAPEnvelopeobject.java.lang.ObjectSOAPMessage. getProperty(java.lang.String property)Retrieves value of the specified property.abstract intAttachmentPart. getSize()Returns the number of bytes in thisAttachmentPartobject.SOAPBodySOAPMessage. getSOAPBody()Gets the SOAP Body contained in thisSOAPMessageobject.SOAPHeaderSOAPMessage. getSOAPHeader()Gets the SOAP Header contained in thisSOAPMessageobject.static MessageFactoryMessageFactory. newInstance()Creates a newMessageFactoryobject that is an instance of the default implementation.static SOAPConnectionFactorySOAPConnectionFactory. newInstance()Creates an instance of the defaultSOAPConnectionFactoryobject.static SOAPElementFactorySOAPElementFactory. newInstance()Deprecated.Creates a new instance ofSOAPElementFactory.static SOAPFactorySOAPFactory. newInstance()Creates a new instance ofSOAPFactory.abstract voidSOAPMessage. saveChanges()Updates thisSOAPMessageobject with all the changes that have been made to it.abstract voidSOAPPart. setContent(javax.xml.transform.Source source)Sets the content of theSOAPEnvelopeobject with the data from the givenSourceobject.voidSOAPElement. setEncodingStyle(java.lang.String encodingStyle)Sets the encoding style for thisSOAPElementobject to one specified.voidSOAPFault. setFaultActor(java.lang.String faultActor)Sets thisSOAPFaultobject with the given fault actor.voidSOAPFault. setFaultCode(java.lang.String faultCode)Sets thisSOAPFaultobject with the given fault code.voidSOAPFault. setFaultCode(Name name)Sets thisSOAPFaultobject with the given fault code.voidSOAPFault. setFaultString(java.lang.String faultString)Sets the fault string for thisSOAPFaultobject to the given string.voidSOAPFault. setFaultString(java.lang.String faultString, java.util.Locale locale)Sets the fault string for thisSOAPFaultobject to the given string and localized to the given locale.voidNode. setParentElement(SOAPElement parent)Sets the parent of thisNodeobject to the givenSOAPElementobject.voidSOAPMessage. setProperty(java.lang.String property, java.lang.Object value)Associates the specified value with the specified property.abstract voidSOAPMessage. writeTo(java.io.OutputStream out)Writes thisSOAPMessageobject to the given output stream. -
Uses of SOAPException in org.apache.axis
Methods in org.apache.axis that throw SOAPException Modifier and Type Method Description javax.xml.transform.SourceSOAPPart. getContent()Returns the content of the SOAPEnvelope as a JAXPSourceobject.SOAPEnvelopeSOAPPart. getEnvelope()Gets theSOAPEnvelopeobject associated with thisSOAPPartobject.java.lang.ObjectMessage. getProperty(java.lang.String property)SOAPBodyMessage. getSOAPBody()SOAPHeaderMessage. getSOAPHeader()voidMessage. saveChanges()Updates thisSOAPMessageobject with all the changes that have been made to it.voidSOAPPart. setContent(javax.xml.transform.Source source)Sets the content of theSOAPEnvelopeobject with the data from the givenSourceobject.voidMessage. setProperty(java.lang.String property, java.lang.Object value)voidMessage. writeTo(java.io.OutputStream os)Writes thisSOAPMessageobject to the given output stream. -
Uses of SOAPException in org.apache.axis.attachments
Methods in org.apache.axis.attachments that throw SOAPException Modifier and Type Method Description java.lang.ObjectAttachmentPart. getContent()Gets the content of thisAttachmentPartobject as a Java object.javax.activation.DataHandlerAttachmentPart. getDataHandler()Gets theDataHandlerobject for thisAttachmentPartobject.intAttachmentPart. getSize()Returns the number of bytes in thisAttachmentPartobject. -
Uses of SOAPException in org.apache.axis.message
Methods in org.apache.axis.message that throw SOAPException Modifier and Type Method Description SOAPElementMessageElement. addAttribute(Name attrName, java.lang.String value)add a new attributeSOAPBodySOAPEnvelope. addBody()Add a soap body if one does not existSOAPBodyElementSOAPBody. addBodyElement(Name name)voidMessageElement. addChild(MessageElement el)Note that this method will log a error and no-op if there is a value (set using setObjectValue) in the MessageElement.voidSOAPBody. addChild(MessageElement element)voidSOAPHeader. addChild(MessageElement element)SOAPElementMessageElement. addChildElement(java.lang.String localName)add a child element in the message element's own namespaceSOAPElementMessageElement. addChildElement(java.lang.String localName, java.lang.String prefixName)add a child elementSOAPElementMessageElement. addChildElement(java.lang.String localName, java.lang.String childPrefix, java.lang.String uri)add a child elementSOAPElementMessageElement. addChildElement(Name childName)add the child elementSOAPElementMessageElement. addChildElement(SOAPElement element)The added child must be an instance of MessageElement rather than an abitrary SOAPElement otherwise a (wrapped) ClassCastException will be thrown.SOAPElementSOAPBody. addChildElement(java.lang.String localName)SOAPElementSOAPBody. addChildElement(java.lang.String localName, java.lang.String prefix)SOAPElementSOAPBody. addChildElement(java.lang.String localName, java.lang.String prefix, java.lang.String uri)SOAPElementSOAPBody. addChildElement(Name name)SOAPElementSOAPBody. addChildElement(SOAPElement element)SOAPElementSOAPHeader. addChildElement(java.lang.String localName)SOAPElementSOAPHeader. addChildElement(java.lang.String localName, java.lang.String prefix)SOAPElementSOAPHeader. addChildElement(java.lang.String localName, java.lang.String prefix, java.lang.String uri)SOAPElementSOAPHeader. addChildElement(Name name)SOAPElementSOAPHeader. addChildElement(SOAPElement element)DetailSOAPFault. addDetail()Creates aDetailobject and sets it as theDetailobject for thisSOAPFaultExceptionobject.DetailEntryDetail. addDetailEntry(Name name)Creates a newDetailEntryobject with the given name and adds it to thisDetailobject.SOAPBodyElementSOAPBody. addDocument(org.w3c.dom.Document document)SOAPFaultSOAPBody. addFault()SOAPFaultSOAPBody. addFault(Name name, java.lang.String s)SOAPFaultSOAPBody. addFault(Name name, java.lang.String s, java.util.Locale locale)SOAPHeaderSOAPEnvelope. addHeader()Add a soap header if one does not existSOAPHeaderElementSOAPHeader. addHeaderElement(Name name)SOAPElementMessageElement. addNamespaceDeclaration(java.lang.String prefix, java.lang.String uri)create aMappingmapping and add to our namespace list.SOAPElementMessageElement. addTextNode(java.lang.String s)add a text node to the document.SOAPElementRPCParam. addTextNode(java.lang.String s)NameSOAPEnvelope. createName(java.lang.String localName)create a Name given the local partNameSOAPEnvelope. createName(java.lang.String localName, java.lang.String prefix, java.lang.String uri)Create a name given local part, prefix and uriSOAPBodySOAPEnvelope. getBody()Get the soap bodySOAPHeaderSOAPEnvelope. getHeader()Get the soap headervoidMessageElement. setEncodingStyle(java.lang.String encodingStyle)Sets the encoding style for thisSOAPElementobject to one specified.voidSOAPBody. setEncodingStyle(java.lang.String encodingStyle)voidSOAPFault. setFaultActor(java.lang.String faultActor)Sets thisSOAPFaultExceptionobject with the given fault actor.voidSOAPFault. setFaultCode(java.lang.String faultCode)Sets thisSOAPFaultExceptionobject with the given fault code.voidSOAPFault. setFaultCode(Name faultCodeQName)voidSOAPFault. setFaultString(java.lang.String faultString)Sets the fault string for thisSOAPFaultExceptionobject to the given string.voidSOAPFault. setFaultString(java.lang.String faultString, java.util.Locale locale)voidMessageElement. setObjectValue(java.lang.Object newValue)Sets value of this node to an Object.protected voidNodeImpl. setParent(NodeImpl parent)Set the parent node and invoke appendChild(this) to add this node to the parent's list of children.voidNodeImpl. setParentElement(SOAPElement parent)Sets the parent of thisNodeobject to the givenSOAPElementobject.voidSOAPBody. setParentElement(SOAPElement parent)voidSOAPBodyElement. setParentElement(SOAPElement parent)voidSOAPHeader. setParentElement(SOAPElement parent)voidSOAPHeaderElement. setParentElement(SOAPElement parent) -
Uses of SOAPException in org.apache.axis.soap
Methods in org.apache.axis.soap that throw SOAPException Modifier and Type Method Description SOAPMessageSOAPConnectionImpl. call(SOAPMessage request, java.lang.Object endpoint)Sends the given message to the specified endpoint and blocks until it has returned the response.voidSOAPConnectionImpl. close()Closes thisSOAPConnectionobject.SOAPConnectionSOAPConnectionFactoryImpl. createConnection()Create a newSOAPConnection.DetailSOAPFactoryImpl. createDetail()SOAPElementSOAPFactoryImpl. createElement(java.lang.String localName)Create aSOAPElementobject initialized with the given local name.SOAPElementSOAPFactoryImpl. createElement(java.lang.String localName, java.lang.String prefix, java.lang.String uri)Create a newSOAPElementobject with the given local name, prefix and uri.SOAPElementSOAPFactoryImpl. createElement(Name name)Create aSOAPElementobject initialized with the givenNameobject.SOAPMessageMessageFactoryImpl. createMessage()Creates a newSOAPMessageobject with the defaultSOAPPart,SOAPEnvelope,SOAPBody, andSOAPHeaderobjects.SOAPMessageMessageFactoryImpl. createMessage(MimeHeaders mimeheaders, java.io.InputStream inputstream)Internalizes the contents of the givenInputStreamobject into a newSOAPMessageobject and returns theSOAPMessageobject.NameSOAPFactoryImpl. createName(java.lang.String localName)NameSOAPFactoryImpl. createName(java.lang.String localName, java.lang.String prefix, java.lang.String uri)
-