javax > javax.xml > javax.xml.soap > javax.xml.soap.soapfactory >

Class: javax.xml.soap.SOAPFactory
    java.lang.Object
       javax.xml.soap.SOAPFactory


public abstract class SOAPFactory extends Object


FIELDS:

CONSTRUCTORS:
public SOAPFactory()


METHODS:
public abstract Detail createDetail()
Throws: SOAPException
Throws: UnsupportedOperationException

public abstract SOAPElement createElement(String localName)
Throws: SOAPException

public abstract SOAPElement createElement(String localName, String prefix, String uri)
Throws: SOAPException

public SOAPElement createElement(QName qname)
Throws: SOAPException

public abstract SOAPElement createElement(Name name)
Throws: SOAPException

public SOAPElement createElement(Element domElement)
Throws: SOAPException

public abstract SOAPFault createFault()
Throws: SOAPException

public abstract SOAPFault createFault(String reasonText, QName faultCode)
Throws: SOAPException

public abstract Name createName(String localName)
Throws: SOAPException

public abstract Name createName(String localName, String prefix, String uri)
Throws: SOAPException

public static SOAPFactory newInstance()
Throws: SOAPException

public static SOAPFactory newInstance(String protocol)
Throws: SOAPException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net