当前页面:
在线文档首页 >
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
javax.xml.soap.SOAPFactory
org.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)
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 |
SOAPFactoryImpl
public SOAPFactoryImpl()
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 elementprefix
- 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.