org.codehaus.activesoap.soap
Interface SoapVersion
- All Known Implementing Classes:
- Soap11, Soap12
- public interface SoapVersion
- Version:
- $Revision: 1.4 $
getVersion
public double getVersion()
getNamespace
public String getNamespace()
getPrefix
public String getPrefix()
getEnvelope
public QName getEnvelope()
getHeader
public QName getHeader()
getBody
public QName getBody()
getSoapEncodingStyle
public String getSoapEncodingStyle()
getNoneRole
public String getNoneRole()
getUltimateReceiverRole
public String getUltimateReceiverRole()
getNextRole
public String getNextRole()
writeStartElement
public void writeStartElement(XMLStreamWriter out,
String localName)
throws XMLStreamException
- Throws:
XMLStreamException
writeFault
public void writeFault(XMLStreamWriter out,
SoapFault fault)
throws XMLStreamException
- Throws:
XMLStreamException
Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.