public class SOAP12 extends java.lang.Object implements SOAPVersion
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
getApplicationFault()
Returns the QName of the element holding application specific fault
information for the SOAP version.
|
javax.xml.namespace.QName |
getBody()
Returns the QName of the body element of the SOAP version.
|
java.lang.String |
getContentType()
Returns the content type used for this SOAP version.
|
java.lang.String |
getContentType(java.lang.String soapAction)
Returns the content type used for this SOAP version.
|
java.lang.String |
getEncodingStyle()
Returns the encoding style for this SOAP version.
|
javax.xml.namespace.QName |
getEnvelope()
Returns the QName of the envelope element of the SOAP version.
|
EnvelopeWriter |
getEnvelopeWriter()
Returns an EnvelopeWriter that writes envelopes of this SOAP
version.
|
javax.xml.namespace.QName |
getFault()
Returns the QName of the fault element of the SOAP version.
|
javax.xml.namespace.QName |
getFaultCode(org.w3c.dom.Element fault)
Returns the fault code for the given fault.
|
javax.xml.namespace.QName |
getFaultID()
Returns the QName of the element holding the identifier of a fault
for the SOAP version.
|
javax.xml.namespace.QName |
getFaultMessage()
Returns the QName of the element holding the message associated with a
fault for the SOAP version.
|
java.lang.String |
getFaultString(org.w3c.dom.Element fault)
Returns the fault description string for the given fault.
|
FaultWriter |
getFaultWriter()
Returns a FaultWriter that writes faults of this SOAP version.
|
javax.xml.namespace.QName |
getGeneralReceiverFaultCode()
Returns the QName of the fault code for a general fault caused by
the receiver of a message exchange.
|
java.lang.String |
getGeneralReceiverFaultString()
Returns the string message for a general fault caused by the
receiver of a message exchange.
|
javax.xml.namespace.QName |
getGeneralSenderFaultCode()
Returns the QName of the fault code for a general fault caused by
the sender of a message exchange.
|
java.lang.String |
getGeneralSenderFaultString()
Returns the string message for a general fault caused by the
sender of a message exchange.
|
javax.xml.namespace.QName |
getHeader()
Returns the QName of the header element of the SOAP version.
|
static SOAP12 |
getInstance() |
java.lang.String |
getNamespace()
Returns the namespace of the SOAP version.
|
java.lang.String |
getPrefix()
Returns the default prefix used for identifying the namespace.
|
SoapActionEncodingMethod |
getSoapActionEncodingMethod()
Returns the encoding method for SOAP Action for this SOAP version.
|
float |
getVersion()
Returns a numeric representation of the version.
|
public javax.xml.namespace.QName getApplicationFault()
SOAPVersion
getApplicationFault
in interface SOAPVersion
public javax.xml.namespace.QName getBody()
SOAPVersion
getBody
in interface SOAPVersion
public javax.xml.namespace.QName getEnvelope()
SOAPVersion
getEnvelope
in interface SOAPVersion
public javax.xml.namespace.QName getFault()
SOAPVersion
getFault
in interface SOAPVersion
public javax.xml.namespace.QName getFaultID()
SOAPVersion
getFaultID
in interface SOAPVersion
public javax.xml.namespace.QName getFaultMessage()
SOAPVersion
getFaultMessage
in interface SOAPVersion
public javax.xml.namespace.QName getGeneralSenderFaultCode()
SOAPVersion
getGeneralSenderFaultCode
in interface SOAPVersion
public java.lang.String getGeneralSenderFaultString()
SOAPVersion
getGeneralSenderFaultString
in interface SOAPVersion
public javax.xml.namespace.QName getGeneralReceiverFaultCode()
SOAPVersion
getGeneralReceiverFaultCode
in interface SOAPVersion
public java.lang.String getGeneralReceiverFaultString()
SOAPVersion
getGeneralReceiverFaultString
in interface SOAPVersion
public javax.xml.namespace.QName getHeader()
SOAPVersion
getHeader
in interface SOAPVersion
public java.lang.String getNamespace()
SOAPVersion
getNamespace
in interface SOAPVersion
public java.lang.String getPrefix()
SOAPVersion
getPrefix
in interface SOAPVersion
public float getVersion()
SOAPVersion
getVersion
in interface SOAPVersion
public EnvelopeWriter getEnvelopeWriter()
SOAPVersion
getEnvelopeWriter
in interface SOAPVersion
public FaultWriter getFaultWriter()
SOAPVersion
getFaultWriter
in interface SOAPVersion
public static SOAP12 getInstance()
public java.lang.String getContentType()
SOAPVersion
getContentType
in interface SOAPVersion
public javax.xml.namespace.QName getFaultCode(org.w3c.dom.Element fault)
SOAPVersion
getFaultCode
in interface SOAPVersion
fault
- Element holding the fault.public java.lang.String getFaultString(org.w3c.dom.Element fault)
SOAPVersion
getFaultString
in interface SOAPVersion
fault
- Element holding the fault.public java.lang.String getContentType(java.lang.String soapAction)
SOAPVersion
getContentType
in interface SOAPVersion
public SoapActionEncodingMethod getSoapActionEncodingMethod()
SOAPVersion
getSoapActionEncodingMethod
in interface SOAPVersion
public java.lang.String getEncodingStyle()
SOAPVersion
getEncodingStyle
in interface SOAPVersion
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.