Uses of Class
org.apache.axis.message.SAX2EventRecorder
-
Packages that use SAX2EventRecorder Package Description org.apache.axis.encoding org.apache.axis.message -
-
Uses of SAX2EventRecorder in org.apache.axis.encoding
Methods in org.apache.axis.encoding that return SAX2EventRecorder Modifier and Type Method Description SAX2EventRecorder
DeserializationContext. getRecorder()
Get Event RecorderMethods in org.apache.axis.encoding with parameters of type SAX2EventRecorder Modifier and Type Method Description void
DeserializationContext. setRecorder(SAX2EventRecorder recorder)
Set Event Recorder -
Uses of SAX2EventRecorder in org.apache.axis.message
Fields in org.apache.axis.message declared as SAX2EventRecorder Modifier and Type Field Description protected SAX2EventRecorder
MessageElement. recorder
Methods in org.apache.axis.message that return SAX2EventRecorder Modifier and Type Method Description SAX2EventRecorder
MessageElement. getRecorder()
get the event recorderMethods in org.apache.axis.message with parameters of type SAX2EventRecorder Modifier and Type Method Description void
MessageElement. setRecorder(SAX2EventRecorder rec)
set the event recorder
-