|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SOAPProcessingException in org.apache.axiom.soap |
---|
Methods in org.apache.axiom.soap that throw SOAPProcessingException | |
---|---|
void |
SOAPFaultReason.addSOAPText(SOAPFaultText soapFaultText)
Eran Chinthaka (chinthaka@apache.org) |
SOAPBody |
SOAPFactory.createSOAPBody()
|
SOAPBody |
SOAPFactory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPEnvelope |
SOAPFactory.createSOAPEnvelope()
Create a SOAP envelope. |
SOAPFault |
SOAPFactory.createSOAPFault()
|
SOAPFault |
SOAPFactory.createSOAPFault(SOAPBody parent)
|
SOAPFault |
SOAPFactory.createSOAPFault(SOAPBody parent,
Exception e)
|
SOAPFaultCode |
SOAPFactory.createSOAPFaultCode()
|
SOAPFaultCode |
SOAPFactory.createSOAPFaultCode(SOAPFault parent)
Code eii under SOAPFault (parent) |
SOAPFaultDetail |
SOAPFactory.createSOAPFaultDetail()
|
SOAPFaultDetail |
SOAPFactory.createSOAPFaultDetail(SOAPFault parent)
Detail eii under SOAPFault (parent) |
SOAPFaultNode |
SOAPFactory.createSOAPFaultNode()
|
SOAPFaultNode |
SOAPFactory.createSOAPFaultNode(SOAPFault parent)
Node eii under SOAPFault (parent) |
SOAPFaultReason |
SOAPFactory.createSOAPFaultReason()
|
SOAPFaultReason |
SOAPFactory.createSOAPFaultReason(SOAPFault parent)
Reason eii under SOAPFault (parent) |
SOAPFaultRole |
SOAPFactory.createSOAPFaultRole()
|
SOAPFaultRole |
SOAPFactory.createSOAPFaultRole(SOAPFault parent)
Role eii under SOAPFault (parent) |
SOAPFaultSubCode |
SOAPFactory.createSOAPFaultSubCode()
|
SOAPFaultSubCode |
SOAPFactory.createSOAPFaultSubCode(SOAPFaultCode parent)
|
SOAPFaultSubCode |
SOAPFactory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
SubCode eii under SubCode (parent) |
SOAPFaultText |
SOAPFactory.createSOAPFaultText()
|
SOAPFaultText |
SOAPFactory.createSOAPFaultText(SOAPFaultReason parent)
SubCode eii under SubCode (parent) |
SOAPFaultValue |
SOAPFactory.createSOAPFaultValue()
|
SOAPFaultValue |
SOAPFactory.createSOAPFaultValue(SOAPFaultCode parent)
Value eii under Code (parent) |
SOAPFaultValue |
SOAPFactory.createSOAPFaultValue(SOAPFaultSubCode parent)
SubCode eii under Value (parent) |
SOAPHeader |
SOAPFactory.createSOAPHeader()
|
SOAPHeader |
SOAPFactory.createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
OMDataSource ds)
Create SOAPHeaderBlock that has an OMDataSource |
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAPFactory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
SOAPEnvelope |
SOAPFactory.getDefaultEnvelope()
Method getDefaultEnvelope. |
SOAPEnvelope |
SOAPFactory.getDefaultFaultEnvelope()
|
boolean |
SOAPHeaderBlock.getMustUnderstand()
Returns whether the mustUnderstand attribute for this SOAPHeaderBlock object is
turned on. |
SOAPEnvelope |
SOAPMessage.getSOAPEnvelope()
|
void |
SOAPFault.setCode(SOAPFaultCode soapFaultCode)
SOAPFaultCode is a mandatory item in a Fault, in SOAP 1.2 specification |
void |
SOAPFault.setDetail(SOAPFaultDetail detail)
SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification |
void |
SOAPHeaderBlock.setMustUnderstand(String mustUnderstand)
|
void |
SOAPFault.setNode(SOAPFaultNode node)
SOAPFaultNode is an optional item in a Fault, in SOAP 1.2 specification |
void |
SOAPFault.setReason(SOAPFaultReason reason)
SOAPFaultReason is a mandatory item in a Fault, in SOAP 1.2 specification |
void |
SOAPFault.setRole(SOAPFaultRole role)
SOAPFaultRoleImpl is an optional item in a Fault, in SOAP 1.2 specification |
void |
SOAPMessage.setSOAPEnvelope(SOAPEnvelope envelope)
|
void |
SOAPFaultClassifier.setSubCode(SOAPFaultSubCode subCode)
Fault SubCode can contain an optional SubCode |
void |
SOAPFaultClassifier.setValue(SOAPFaultValue value)
Fault SubCode contain only one mandatory Value child. |
Uses of SOAPProcessingException in org.apache.axiom.soap.impl.builder |
---|
Methods in org.apache.axiom.soap.impl.builder that throw SOAPProcessingException | |
---|---|
OMElement |
SOAP11BuilderHelper.handleEvent(XMLStreamReader parser,
OMElement parent,
int elementLevel)
|
abstract OMElement |
SOAPBuilderHelper.handleEvent(XMLStreamReader parser,
OMElement element,
int elementLevel)
|
OMElement |
SOAP12BuilderHelper.handleEvent(XMLStreamReader parser,
OMElement parent,
int elementLevel)
|
Uses of SOAPProcessingException in org.apache.axiom.soap.impl.dom |
---|
Methods in org.apache.axiom.soap.impl.dom that throw SOAPProcessingException | |
---|---|
void |
SOAPFaultReasonImpl.addSOAPText(SOAPFaultText soapFaultText)
Eran Chinthaka (chinthaka@apache.org) |
protected abstract void |
SOAPElement.checkParent(OMElement parent)
This has to be implemented by all the derived classes to check for the correct parent. |
protected void |
SOAPEnvelopeImpl.checkParent(OMElement parent)
|
protected void |
SOAPTextImpl.checkParent(OMElement parent)
|
protected void |
SOAPHeaderImpl.checkParent(OMElement parent)
|
protected void |
SOAPBodyImpl.checkParent(OMElement parent)
|
protected abstract SOAPFaultDetail |
SOAPFaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
|
SOAPEnvelope |
SOAPMessageImpl.getSOAPEnvelope()
|
protected void |
SOAPFaultImpl.putExceptionToSOAPFault(Exception e)
|
void |
SOAPFaultImpl.setCode(SOAPFaultCode soapFaultCode)
|
void |
SOAPFaultImpl.setDetail(SOAPFaultDetail detail)
|
void |
SOAPFaultImpl.setNode(SOAPFaultNode node)
|
void |
SOAPFaultImpl.setReason(SOAPFaultReason reason)
|
void |
SOAPFaultImpl.setRole(SOAPFaultRole role)
|
void |
SOAPMessageImpl.setSOAPEnvelope(SOAPEnvelope envelope)
|
void |
SOAPFaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
|
void |
SOAPFaultCodeImpl.setSubCode(SOAPFaultSubCode value)
|
void |
SOAPFaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
|
void |
SOAPFaultCodeImpl.setValue(SOAPFaultValue value)
Eran Chinthaka (chinthaka@apache.org) |
Uses of SOAPProcessingException in org.apache.axiom.soap.impl.dom.factory |
---|
Uses of SOAPProcessingException in org.apache.axiom.soap.impl.dom.soap11 |
---|
Methods in org.apache.axiom.soap.impl.dom.soap11 that throw SOAPProcessingException | |
---|---|
void |
SOAP11FaultReasonImpl.addSOAPText(SOAPFaultText soapFaultText)
|
protected void |
SOAP11HeaderBlockImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultTextImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultSubCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultDetailImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultRoleImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultReasonImpl.checkParent(OMElement parent)
|
protected void |
SOAP11FaultValueImpl.checkParent(OMElement parent)
|
SOAPBody |
SOAP11Factory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPFault |
SOAP11Factory.createSOAPFault()
|
SOAPFault |
SOAP11Factory.createSOAPFault(SOAPBody parent)
|
SOAPFault |
SOAP11Factory.createSOAPFault(SOAPBody parent,
Exception e)
|
SOAPFaultCode |
SOAP11Factory.createSOAPFaultCode(SOAPFault parent)
|
SOAPFaultDetail |
SOAP11Factory.createSOAPFaultDetail(SOAPFault parent)
|
SOAPFaultNode |
SOAP11Factory.createSOAPFaultNode(SOAPFault parent)
|
SOAPFaultReason |
SOAP11Factory.createSOAPFaultReason(SOAPFault parent)
|
SOAPFaultRole |
SOAP11Factory.createSOAPFaultRole(SOAPFault parent)
|
SOAPFaultSubCode |
SOAP11Factory.createSOAPFaultSubCode(SOAPFaultCode parent)
|
SOAPFaultSubCode |
SOAP11Factory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
|
SOAPFaultText |
SOAP11Factory.createSOAPFaultText(SOAPFaultReason parent)
|
SOAPFaultValue |
SOAP11Factory.createSOAPFaultValue(SOAPFaultCode parent)
|
SOAPFaultValue |
SOAP11Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
|
SOAPHeader |
SOAP11Factory.createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAP11Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
SOAPEnvelope |
SOAP11Factory.getDefaultEnvelope()
|
boolean |
SOAP11HeaderBlockImpl.getMustUnderstand()
Returns whether the mustUnderstand attribute for this SOAPHeaderBlock object is
turned on. |
protected SOAPFaultDetail |
SOAP11FaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
|
void |
SOAP11FaultImpl.setCode(SOAPFaultCode soapFaultCode)
|
void |
SOAP11FaultImpl.setDetail(SOAPFaultDetail detail)
|
void |
SOAP11HeaderBlockImpl.setMustUnderstand(String mustUnderstand)
|
void |
SOAP11FaultImpl.setNode(SOAPFaultNode node)
|
void |
SOAP11FaultImpl.setReason(SOAPFaultReason reason)
|
void |
SOAP11FaultImpl.setRole(SOAPFaultRole role)
|
void |
SOAP11FaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
|
void |
SOAP11FaultCodeImpl.setSubCode(SOAPFaultSubCode subCode)
|
void |
SOAP11FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
|
void |
SOAP11FaultCodeImpl.setValue(SOAPFaultValue value)
|
Constructors in org.apache.axiom.soap.impl.dom.soap11 that throw SOAPProcessingException | |
---|---|
SOAP11BodyImpl(SOAPEnvelope envelope,
SOAPFactory factory)
|
|
SOAP11FaultCodeImpl(SOAPFault parent,
SOAPFactory factory)
|
|
SOAP11FaultDetailImpl(SOAPFault parent,
SOAPFactory factory)
|
|
SOAP11FaultImpl(SOAPBody parent,
Exception e,
SOAPFactory factory)
|
|
SOAP11FaultImpl(SOAPBody parent,
SOAPFactory factory)
This is a convenience method for the SOAP Fault Impl. |
|
SOAP11FaultReasonImpl(SOAPFault parent,
SOAPFactory factory)
|
|
SOAP11FaultRoleImpl(SOAPFault parent,
SOAPFactory factory)
|
|
SOAP11FaultSubCodeImpl(SOAPFaultCode parent,
SOAPFactory factory)
|
|
SOAP11FaultSubCodeImpl(SOAPFaultSubCode parent,
SOAPFactory factory)
|
|
SOAP11FaultTextImpl(SOAPFaultReason parent,
SOAPFactory factory)
|
|
SOAP11FaultValueImpl(OMElement parent,
SOAPFactory factory)
|
|
SOAP11HeaderBlockImpl(String localName,
OMNamespace ns,
SOAPHeader parent,
SOAPFactory factory)
|
|
SOAP11HeaderImpl(SOAPEnvelope envelope,
SOAPFactory factory)
|
Uses of SOAPProcessingException in org.apache.axiom.soap.impl.dom.soap12 |
---|
Methods in org.apache.axiom.soap.impl.dom.soap12 that throw SOAPProcessingException | |
---|---|
void |
SOAP12FaultReasonImpl.addSOAPText(SOAPFaultText soapFaultText)
|
protected void |
SOAP12FaultDetailImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultNodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultImpl.checkParent(OMElement parent)
|
protected void |
SOAP12HeaderBlockImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultTextImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultReasonImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultSubCodeImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultRoleImpl.checkParent(OMElement parent)
|
protected void |
SOAP12FaultValueImpl.checkParent(OMElement parent)
|
SOAPBody |
SOAP12Factory.createSOAPBody(SOAPEnvelope envelope)
|
SOAPFault |
SOAP12Factory.createSOAPFault()
|
SOAPFault |
SOAP12Factory.createSOAPFault(SOAPBody parent)
|
SOAPFault |
SOAP12Factory.createSOAPFault(SOAPBody parent,
Exception e)
|
SOAPFaultCode |
SOAP12Factory.createSOAPFaultCode(SOAPFault parent)
|
SOAPFaultDetail |
SOAP12Factory.createSOAPFaultDetail(SOAPFault parent)
|
SOAPFaultNode |
SOAP12Factory.createSOAPFaultNode(SOAPFault parent)
|
SOAPFaultReason |
SOAP12Factory.createSOAPFaultReason(SOAPFault parent)
|
SOAPFaultRole |
SOAP12Factory.createSOAPFaultRole(SOAPFault parent)
|
SOAPFaultSubCode |
SOAP12Factory.createSOAPFaultSubCode(SOAPFaultCode parent)
|
SOAPFaultSubCode |
SOAP12Factory.createSOAPFaultSubCode(SOAPFaultSubCode parent)
|
SOAPFaultText |
SOAP12Factory.createSOAPFaultText(SOAPFaultReason parent)
|
SOAPFaultValue |
SOAP12Factory.createSOAPFaultValue(SOAPFaultCode parent)
|
SOAPFaultValue |
SOAP12Factory.createSOAPFaultValue(SOAPFaultSubCode parent)
|
SOAPHeader |
SOAP12Factory.createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
SOAP12Factory.createSOAPHeaderBlock(String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
SOAPEnvelope |
SOAP12Factory.getDefaultEnvelope()
|
boolean |
SOAP12HeaderBlockImpl.getMustUnderstand()
|
void |
SOAP12FaultImpl.setCode(SOAPFaultCode soapFaultCode)
|
void |
SOAP12FaultImpl.setDetail(SOAPFaultDetail detail)
|
void |
SOAP12HeaderBlockImpl.setMustUnderstand(String mustUnderstand)
|
void |
SOAP12FaultImpl.setNode(SOAPFaultNode node)
|
void |
SOAP12FaultImpl.setReason(SOAPFaultReason reason)
|
void |
SOAP12FaultImpl.setRole(SOAPFaultRole role)
|
void |
SOAP12FaultCodeImpl.setSubCode(SOAPFaultSubCode subCode)
|
void |
SOAP12FaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
|
void |
SOAP12FaultCodeImpl.setValue(SOAPFaultValue value)
|
void |
SOAP12FaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
|
Uses of SOAPProcessingException in org.apache.axiom.soap.impl.llom |
---|
Methods in org.apache.axiom.soap.impl.llom that throw SOAPProcessingException | |
---|---|
protected void |
SOAPBodyImpl.checkParent(OMElement parent)
|
protected abstract void |
SOAPElement.checkParent(OMElement parent)
This has to be implemented by all the derived classes to check for the correct parent. |
protected void |
SOAPHeaderImpl.checkParent(OMElement parent)
|
protected void |
SOAPEnvelopeImpl.checkParent(OMElement parent)
|
protected void |
SOAPTextImpl.checkParent(OMElement parent)
|
protected abstract SOAPFaultDetail |
SOAPFaultImpl.getNewSOAPFaultDetail(SOAPFault fault)
|
SOAPEnvelope |
SOAPMessageImpl.getSOAPEnvelope()
|
protected void |
SOAPFaultImpl.putExceptionToSOAPFault(Exception e)
|
void |
SOAPFaultImpl.setCode(SOAPFaultCode soapFaultCode)
|
void |
SOAPFaultImpl.setDetail(SOAPFaultDetail detail)
|
void |
SOAPFaultImpl.setNode(SOAPFaultNode node)
|
void |
SOAPFaultImpl.setReason(SOAPFaultReason reason)
|
void |
SOAPFaultImpl.setRole(SOAPFaultRole role)
|
void |
SOAPMessageImpl.setSOAPEnvelope(SOAPEnvelope envelope)
|
void |
SOAPFaultCodeImpl.setSubCode(SOAPFaultSubCode value)
|
void |
SOAPFaultSubCodeImpl.setSubCode(SOAPFaultSubCode subCode)
|
void |
SOAPFaultCodeImpl.setValue(SOAPFaultValue value)
|
void |
SOAPFaultSubCodeImpl.setValue(SOAPFaultValue soapFaultSubCodeValue)
|
Uses of SOAPProcessingException in org.apache.axiom.soap.impl.llom.soap11 |
---|
Uses of SOAPProcessingException in org.apache.axiom.soap.impl.llom.soap12 |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |