org.apache.axiom.ts.soap
Class SOAPSpec
java.lang.Object
org.apache.axiom.ts.soap.SOAPSpec
public abstract class SOAPSpec
- extends Object
Describes the characteristics of a given SOAP version. This is similar to SOAPVersion
,
but is designed specifically for the test suite.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAP11
public static final SOAPSpec SOAP11
SOAP12
public static final SOAPSpec SOAP12
SOAPSpec
public SOAPSpec(SOAPVersion version)
getName
public abstract String getName()
getFactory
public abstract SOAPFactory getFactory(OMMetaFactory metaFactory)
getAltFactory
public abstract SOAPFactory getAltFactory(OMMetaFactory metaFactory)
getEnvelopeNamespaceURI
public abstract String getEnvelopeNamespaceURI()
getFaultCodeQName
public QName getFaultCodeQName()
getFaultReasonQName
public QName getFaultReasonQName()
getFaultRoleQName
public QName getFaultRoleQName()
getFaultDetailQName
public QName getFaultDetailQName()
getNextRoleURI
public String getNextRoleURI()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.