org.codehaus.xfire.soap
Class Soap12
java.lang.Object
org.codehaus.xfire.soap.Soap12
- All Implemented Interfaces:
- SoapVersion
public class Soap12
- extends Object
- implements SoapVersion
Represents the SOAP 1.2 version
- Version:
- $Revision: 429 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Soap12
public Soap12()
getInstance
public static Soap12 getInstance()
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
getFault
public QName getFault()
- Specified by:
getFault
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-2013. All Rights Reserved.