org.codehaus.activesoap.soap
Class Soap12
java.lang.Object
org.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XML_NAMESPACE
public static final String XML_NAMESPACE
- See Also:
- Constant Field Values
Soap12
public Soap12()
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.