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

SOAPFactoryImpl (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.soap
Class SOAPFactoryImpl

java.lang.Object
  extended byjavax.xml.soap.SOAPFactory
      extended byorg.apache.axis.soap.SOAPFactoryImpl

public class SOAPFactoryImpl
extends javax.xml.soap.SOAPFactory

SOAP Element Factory implementation

This factory reads the following system properties for the SOAP implementation class names

javax.xml.soap.SOAPElement javax.xml.soap.Detail javax.xml.soap.Name

Author:
Thomas Diesler (thomas.diesler@jboss.org)

Constructor Summary
SOAPFactoryImpl()
           
 
Method Summary
 javax.xml.soap.Detail createDetail()
           
 javax.xml.soap.SOAPElement createElement(javax.xml.soap.Name name)
          Create a SOAPElement object initialized with the given Name object.
 javax.xml.soap.SOAPElement createElement(String localName)
          Create a SOAPElement object initialized with the given local name.
 javax.xml.soap.SOAPElement createElement(String localName, String prefix, String uri)
          Create a new SOAPElement object with the given local name, prefix and uri.
 javax.xml.soap.Name createName(String localName)
           
 javax.xml.soap.Name createName(String localName, String prefix, String uri)
           
 
Methods inherited from class javax.xml.soap.SOAPFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPFactoryImpl

public SOAPFactoryImpl()
Method Detail

createElement

public javax.xml.soap.SOAPElement createElement(javax.xml.soap.Name name)
                                         throws javax.xml.soap.SOAPException
Create a SOAPElement object initialized with the given Name object.

Parameters:
name - a Name object with the XML name for the new element
Returns:
the new SOAPElement object that was created
Throws:
javax.xml.soap.SOAPException - if there is an error in creating the SOAPElement object

createElement

public javax.xml.soap.SOAPElement createElement(String localName)
                                         throws javax.xml.soap.SOAPException
Create a SOAPElement object initialized with the given local name.

Parameters:
localName - a String giving the local name for the new element
Returns:
the new SOAPElement object that was created
Throws:
javax.xml.soap.SOAPException - if there is an error in creating the SOAPElement object

createElement

public javax.xml.soap.SOAPElement createElement(String localName,
                                                String prefix,
                                                String uri)
                                         throws javax.xml.soap.SOAPException
Create a new SOAPElement object with the given local name, prefix and uri.

Parameters:
localName - a String giving the local name for the new element
prefix - the prefix for this SOAPElement
uri - a String giving the URI of the namespace to which the new element belongs
Returns:
the new SOAPElement object that was created
Throws:
javax.xml.soap.SOAPException - if there is an error in creating the SOAPElement object

createDetail

public javax.xml.soap.Detail createDetail()
                                   throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException

createName

public javax.xml.soap.Name createName(String localName,
                                      String prefix,
                                      String uri)
                               throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException

createName

public javax.xml.soap.Name createName(String localName)
                               throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException


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