站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Class javax.xml.soap.SOAPException (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


Uses of Class
javax.xml.soap.SOAPException

Packages that use SOAPException
javax.xml.soap   
 

Uses of SOAPException in javax.xml.soap
 

Methods in javax.xml.soap that throw SOAPException
abstract  SOAPEnvelope SOAPPart.getEnvelope()
           
abstract  void SOAPPart.setContent(Source source)
          Sets the content of the SOAPEnvelope object with the data from the given Source object.
abstract  Source SOAPPart.getContent()
          Returns the content of the SOAPEnvelope as a JAXP Source object.
 Object SOAPMessage.getProperty(String property)
          Retrieves value of the specified property.
 void SOAPMessage.setProperty(String property, Object value)
          Associates the specified value with the specified property.
 SOAPBody SOAPMessage.getSOAPBody()
          Gets the SOAP Body contained in this SOAPMessage object.
 SOAPHeader SOAPMessage.getSOAPHeader()
          Gets the SOAP Header contained in this SOAPMessage object.
abstract  void SOAPMessage.saveChanges()
          Updates this SOAPMessage object with all the changes that have been made to it.
abstract  void SOAPMessage.writeTo(OutputStream outputstream)
          Writes this SOAPMessage object to the given output stream.
 SOAPHeaderElement SOAPHeader.addHeaderElement(Name name)
           
 Detail SOAPFault.addDetail()
           
 void SOAPFault.setFaultActor(String faultActor)
           
 void SOAPFault.setFaultCode(String faultCode)
           
 void SOAPFault.setFaultCode(Name faultCodeQName)
           
 void SOAPFault.setFaultString(String faultString)
           
 void SOAPFault.setFaultString(String faultString, Locale locale)
           
static SOAPFactory SOAPFactory.newInstance()
          Creates a new instance of SOAPFactory.
abstract  Detail SOAPFactory.createDetail()
          Creates a new Detail object which serves as a container for DetailEntry objects.
abstract  SOAPElement SOAPFactory.createElement(String localName)
          Create a SOAPElement object initialized with the given local name.
abstract  SOAPElement SOAPFactory.createElement(String localName, String prefix, String uri)
          Create a new SOAPElement object with the given local name, prefix and uri.
abstract  SOAPElement SOAPFactory.createElement(Name name)
          Create a SOAPElement object initialized with the given Name object.
abstract  Name SOAPFactory.createName(String localName)
          Creates a new Name object initialized with the given local name.
abstract  Name SOAPFactory.createName(String localName, String prefix, String uri)
          Creates a new Name object initialized with the given local name, namespace prefix, and namespace URI.
 SOAPBody SOAPEnvelope.addBody()
           
 SOAPHeader SOAPEnvelope.addHeader()
           
 Name SOAPEnvelope.createName(String localName)
           
 Name SOAPEnvelope.createName(String localName, String prefix, String uri)
           
 SOAPBody SOAPEnvelope.getBody()
           
 SOAPHeader SOAPEnvelope.getHeader()
           
static SOAPElementFactory SOAPElementFactory.newInstance()
           
 SOAPElement SOAPElementFactory.create(String localName)
          Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name)
 SOAPElement SOAPElementFactory.create(String localName, String prefix, String uri)
          Deprecated. Use javax.xml.soap.SOAPFactory.createElement(String localName, String prefix, String uri) instead
 SOAPElement SOAPElementFactory.create(Name name)
          Deprecated. Use javax.xml.soap.SOAPFactory.createElement(javax.xml.soap.Name)
 SOAPElement SOAPElement.addAttribute(Name name, String value)
          Adds an attribute with the specified name and value to this SOAPElement object.
 SOAPElement SOAPElement.addChildElement(String name)
          Creates a new SOAPElement object initialized with the specified local name and adds the new element to this SOAPElement object.
 SOAPElement SOAPElement.addChildElement(String localName, String prefix)
          Creates a new SOAPElement object initialized with the specified local name and prefix and adds the new element to this SOAPElement object.
 SOAPElement SOAPElement.addChildElement(String localName, String prefix, String uri)
          Creates a new SOAPElement object initialized with the specified local name, prefix, and URI and adds the new element to this SOAPElement object.
 SOAPElement SOAPElement.addChildElement(Name name)
          Creates a new SOAPElement object initialized with the given Name object and adds the new element to this SOAPElement object.
 SOAPElement SOAPElement.addChildElement(SOAPElement child)
          Add a SOAPElement as a child of this SOAPElement instance.
 SOAPElement SOAPElement.addNamespaceDeclaration(String prefix, String uri)
          Adds a namespace declaration with the specified prefix and URI to this SOAPElement object.
 SOAPElement SOAPElement.addTextNode(String text)
          Creates a new Text object initialized with the given String and adds it to this SOAPElement object.
 void SOAPElement.setEncodingStyle(String encodingStyle)
          Sets the encoding style for this SOAPElement object to one specified.
static SOAPConnectionFactory SOAPConnectionFactory.newInstance()
          Creates an instance of the default SOAPConnectionFactory object.
abstract  SOAPConnection SOAPConnectionFactory.createConnection()
           
abstract  SOAPMessage SOAPConnection.call(SOAPMessage request, Object to)
          Sends the given message to the specified endpoint and blocks until it has returned the response.
abstract  void SOAPConnection.close()
          Closes this SOAPConnection object.
 SOAPBodyElement SOAPBody.addBodyElement(Name name)
           
 SOAPBodyElement SOAPBody.addDocument(Document doc)
           
 SOAPFault SOAPBody.addFault()
           
 SOAPFault SOAPBody.addFault(Name faultCode, String faultString)
           
 SOAPFault SOAPBody.addFault(Name faultCode, String faultString, Locale locale)
           
 void Node.setParentElement(SOAPElement parent)
          Sets the parent of this Node object to the given SOAPElement object.
static MessageFactory MessageFactory.newInstance()
          Creates a new MessageFactory object that is an instance of the default implementation.
abstract  SOAPMessage MessageFactory.createMessage()
           
abstract  SOAPMessage MessageFactory.createMessage(MimeHeaders headers, InputStream in)
           
 DetailEntry Detail.addDetailEntry(Name name)
           
abstract  Object AttachmentPart.getContent()
          Gets the content of this AttachmentPart object as a Java object.
abstract  javax.activation.DataHandler AttachmentPart.getDataHandler()
          Gets the DataHandler object for this AttachmentPart object.
abstract  int AttachmentPart.getSize()
          Returns the number of bytes in this AttachmentPart object.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.