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 SAX2EventRecorderDeserializationContext. getRecorder()Get Event RecorderMethods in org.apache.axis.encoding with parameters of type SAX2EventRecorder Modifier and Type Method Description voidDeserializationContext. 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 SAX2EventRecorderMessageElement. recorderMethods in org.apache.axis.message that return SAX2EventRecorder Modifier and Type Method Description SAX2EventRecorderMessageElement. getRecorder()get the event recorderMethods in org.apache.axis.message with parameters of type SAX2EventRecorder Modifier and Type Method Description voidMessageElement. setRecorder(SAX2EventRecorder rec)set the event recorder
-