org.codehaus.activesoap.soap
Class Soap11

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

public class Soap11
extends Object
implements SoapVersion

Represents the SOAP 1.2 version

Version:
$Revision: 1.1 $

Constructor Summary
Soap11()
           
 
Method Summary
 QName getBody()
           
 QName getEnvelope()
           
 QName getHeader()
           
static Soap11 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
 

Constructor Detail

Soap11

public Soap11()
Method Detail

getInstance

public static Soap11 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.