org.codehaus.activesoap.soap
Class Soap12

java.lang.Object
  extended byorg.codehaus.activesoap.soap.Soap12
All Implemented Interfaces:
SoapVersion

public class Soap12
extends Object
implements SoapVersion

Represents the SOAP 1.2 version

Version:
$Revision: 1.6 $

Field Summary
static String XML_NAMESPACE
           
 
Constructor Summary
Soap12()
           
 
Method Summary
 QName getBody()
           
 QName getEnvelope()
           
 QName getHeader()
           
static Soap12 getInstance()
           
 String getNamespace()
           
 String getNextRole()
           
 String getNoneRole()
           
 String getPrefix()
           
 String getSoapEncodingStyle()
           
 String getUltimateReceiverRole()
           
 double getVersion()
           
 void writeFault(XMLStreamWriter out, SoapFault fault)
           
 void writeStartElement(XMLStreamWriter out, String localName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML_NAMESPACE

public static final String XML_NAMESPACE
See Also:
Constant Field Values
Constructor Detail

Soap12

public Soap12()
Method Detail

getInstance

public static Soap12 getInstance()

writeStartElement

public void writeStartElement(XMLStreamWriter out,
                              String localName)
                       throws XMLStreamException
Specified by:
writeStartElement in interface SoapVersion
Throws:
XMLStreamException

writeFault

public void writeFault(XMLStreamWriter out,
                       SoapFault fault)
                throws XMLStreamException
Specified by:
writeFault in interface SoapVersion
Throws:
XMLStreamException

getVersion

public double getVersion()
Specified by:
getVersion in interface SoapVersion

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface SoapVersion

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface SoapVersion

getEnvelope

public QName getEnvelope()
Specified by:
getEnvelope in interface SoapVersion

getHeader

public QName getHeader()
Specified by:
getHeader in interface SoapVersion

getBody

public QName getBody()
Specified by:
getBody in interface SoapVersion

getSoapEncodingStyle

public String getSoapEncodingStyle()
Specified by:
getSoapEncodingStyle in interface SoapVersion

getNoneRole

public String getNoneRole()
Specified by:
getNoneRole in interface SoapVersion

getUltimateReceiverRole

public String getUltimateReceiverRole()
Specified by:
getUltimateReceiverRole in interface SoapVersion

getNextRole

public String getNextRole()
Specified by:
getNextRole in interface SoapVersion


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.