KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.soap
Class SOAPElementFactory

java.lang.Object
  extended byjavax.xml.soap.SOAPElementFactory
See Also:
Source Code, SOAPFactory

public SOAPElement create(String localName)
                   throws SOAPException
See Also:
SOAPFactory.createElement(java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SOAPElement create(String localName,
                          String prefix,
                          String uri)
                   throws SOAPException
See Also:
SOAPFactory.createElement(java.lang.String, java.lang.String, java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SOAPElement create(Name name)
                   throws SOAPException
See Also:
SOAPFactory.createElement(javax.xml.soap.Name)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags