com.sapportals.portal.prt.service.soap
Class PRTSOAPElementFactory

java.lang.Object
  |
  +--com.sapportals.portal.prt.service.soap.PRTSOAPElementFactory

public class PRTSOAPElementFactory
extends java.lang.Object


Method Summary
 javax.xml.soap.SOAPElement createSOAPElement(javax.xml.soap.Name name)
           
 javax.xml.soap.SOAPElement createSOAPElement(java.lang.String name)
           
 javax.xml.soap.SOAPElement createSOAPElement(java.lang.String localName, java.lang.String prefix, java.lang.String uri)
           
static void destroy()
           
static PRTSOAPElementFactory getInstance()
           
static void initialize(javax.xml.soap.SOAPFactory elementFactory)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PRTSOAPElementFactory getInstance()

initialize

public static void initialize(javax.xml.soap.SOAPFactory elementFactory)

createSOAPElement

public javax.xml.soap.SOAPElement createSOAPElement(javax.xml.soap.Name name)

createSOAPElement

public javax.xml.soap.SOAPElement createSOAPElement(java.lang.String name)

createSOAPElement

public javax.xml.soap.SOAPElement createSOAPElement(java.lang.String localName,
                                                    java.lang.String prefix,
                                                    java.lang.String uri)

main

public static void main(java.lang.String[] args)

destroy

public static void destroy()