org.apache.servicemix.soap.bindings.soap
Class Soap12

java.lang.Object
  extended by org.apache.servicemix.soap.bindings.soap.Soap12
All Implemented Interfaces:
SoapVersion

public class Soap12
extends java.lang.Object
implements SoapVersion

Represents the SOAP 1.2 version

Version:
$Revision: 437862 $

Field Summary
static java.lang.String SOAP_DEFAULT_PREFIX
           
static java.lang.String SOAP_NAMESPACE
           
 
Constructor Summary
Soap12(java.lang.String prefix)
           
 
Method Summary
 java.lang.String getAttrNameMustUnderstand()
           
 java.lang.String getAttrNameRole()
           
 javax.xml.namespace.QName getBody()
           
 SoapVersion getDerivedVersion(java.lang.String prefix)
           
 javax.xml.namespace.QName getEnvelope()
           
 javax.xml.namespace.QName getFault()
           
 javax.xml.namespace.QName getHeader()
           
static Soap12 getInstance()
           
 java.lang.String getNamespace()
           
 java.lang.String getNextRole()
           
 java.lang.String getNoneRole()
           
 java.lang.String getPrefix()
           
 java.lang.String getSoapEncodingStyle()
           
 java.lang.String getSoapMimeType()
           
 java.lang.String getUltimateReceiverRole()
           
 double getVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAP_NAMESPACE

public static final java.lang.String SOAP_NAMESPACE
See Also:
Constant Field Values

SOAP_DEFAULT_PREFIX

public static final java.lang.String SOAP_DEFAULT_PREFIX
See Also:
Constant Field Values
Constructor Detail

Soap12

public Soap12(java.lang.String prefix)
Method Detail

getInstance

public static Soap12 getInstance()

getSoapMimeType

public java.lang.String getSoapMimeType()
Specified by:
getSoapMimeType in interface SoapVersion

getVersion

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

getNamespace

public java.lang.String getNamespace()
Specified by:
getNamespace in interface SoapVersion

getPrefix

public java.lang.String getPrefix()
Specified by:
getPrefix in interface SoapVersion

getEnvelope

public javax.xml.namespace.QName getEnvelope()
Specified by:
getEnvelope in interface SoapVersion

getHeader

public javax.xml.namespace.QName getHeader()
Specified by:
getHeader in interface SoapVersion

getBody

public javax.xml.namespace.QName getBody()
Specified by:
getBody in interface SoapVersion

getFault

public javax.xml.namespace.QName getFault()
Specified by:
getFault in interface SoapVersion

getSoapEncodingStyle

public java.lang.String getSoapEncodingStyle()
Specified by:
getSoapEncodingStyle in interface SoapVersion

getNoneRole

public java.lang.String getNoneRole()
Specified by:
getNoneRole in interface SoapVersion

getUltimateReceiverRole

public java.lang.String getUltimateReceiverRole()
Specified by:
getUltimateReceiverRole in interface SoapVersion

getNextRole

public java.lang.String getNextRole()
Specified by:
getNextRole in interface SoapVersion

getAttrNameRole

public java.lang.String getAttrNameRole()
Specified by:
getAttrNameRole in interface SoapVersion

getAttrNameMustUnderstand

public java.lang.String getAttrNameMustUnderstand()
Specified by:
getAttrNameMustUnderstand in interface SoapVersion

getDerivedVersion

public SoapVersion getDerivedVersion(java.lang.String prefix)
Specified by:
getDerivedVersion in interface SoapVersion


Copyright © 2005-2015 FuseSource. All Rights Reserved.