mn8 Language Reference | Index    

SOAPError

SUMMARY: NO ATTRIBUTES  ELEMENTS SUMMARY  NO CONSTRUCTORS  NO OPERATORS  METHODS SUMMARYDETAIL: NO ATTRIBUTES  ELEMENT DETAILS  NO CONSTRUCTORS  NO OPERATORS  METHOD DETAILS

Description

>Error concept for SOAP transactions

Usage

Version: 0.1
Authors:Antal Attila ()
Location:
Inherits: Concept

Element List

 code TYPEOF String LABEL "code"
 actor TYPEOF String LABEL "actor"
 details TYPEOF String LABEL "details"
 message TYPEOF String LABEL "message"
top
Methods inherited from: Concept
cloneConcept, extendsConcept, fromXML, getAllInheritedConcepts, getConceptAttribute, getConceptAttributeField, getConceptAttributeFields, getConceptAttributes, getConceptConstructors, getConceptElement, getConceptElementField, getConceptElementFields, getConceptElements, getConceptLabel, getConceptMethod, getConceptMethods, getConceptOperators, getConceptType, getErrorHandler, getInheritedConcepts, getResourceURI, hasConceptAttribute, hasConceptElement, hasConceptMethod, hasPath, isHidden, loadContent, setConceptLabel, setErrorHandler, setHidden, setShowEmpty, showEmpty, toTXT, toXML, setResourceURI

Detailed Element Info

code

Label:code
Type:String
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

Element to hold the fault code

top

actor

Label:actor
Type:String
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

Element to hold the fault actor

top

details

Label:details
Type:String
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

Element to hold the fault details

top

message

Label:message
Type:String
Is Static:false
Is Hidden:false
Is Multi:false
Show Empty:true

Element to hold the fault message

top

Detailed Method Info