KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > soap > SOAPFactory

javax.xml.soap
Class SOAPFactory

java.lang.Object
  extended byjavax.xml.soap.SOAPFactory
See Also:
Top Examples, Source Code, SOAPElement, SOAPEnvelope, SOAPBodyElement, SOAPHeaderElement

public abstract Detail createDetail()
                             throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract SOAPElement createElement(String localName)
                                   throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract SOAPElement createElement(String localName,
                                          String prefix,
                                          String uri)
                                   throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract SOAPElement createElement(Name name)
                                   throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Name createName(String localName)
                         throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Name createName(String localName,
                                String prefix,
                                String uri)
                         throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static SOAPFactory newInstance()
                               throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SOAPFactory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags