HPSearch

cgl.hpsearch.wsi.soap11
Class SOAPFactory

java.lang.Object
  extended bycgl.hpsearch.wsi.soap11.SOAPFactory

public class SOAPFactory
extends Object

Created on Feb 10, 2005

Author:
Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)

Method Summary
 void appendToBody(XmlObject o)
           
 void appendToHeader(XmlObject o)
           
 Body getBody()
           
 EnvelopeDocument getEnvelopeDocument()
           
 Header getHeader()
           
 String marshall()
           
 String marshall(XmlOptions opts)
           
static SOAPFactory newInstance()
           
static SOAPFactory newInstance(EnvelopeDocument _env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public static SOAPFactory newInstance(EnvelopeDocument _env)

newInstance

public static SOAPFactory newInstance()

getHeader

public final Header getHeader()

getBody

public final Body getBody()

getEnvelopeDocument

public final EnvelopeDocument getEnvelopeDocument()

appendToHeader

public void appendToHeader(XmlObject o)

appendToBody

public void appendToBody(XmlObject o)

marshall

public String marshall()

marshall

public String marshall(XmlOptions opts)

HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006