cgl.hpsearch.wsi.soap11
Class SOAPFactory
java.lang.Object
cgl.hpsearch.wsi.soap11.SOAPFactory
- public class SOAPFactory
- extends Object
Created on Feb 10, 2005
- Author:
- Harshawardhan Gadgil (hgadgil@grids.ucs.indiana.edu)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)