public abstract class SoapInsertMethodExecutor extends SoapMethodExecutor
Constructor and Description |
---|
SoapInsertMethodExecutor() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(String uri,
String localName) |
protected abstract void |
onElement(String name,
String content)
For descendant, text for element arrived.
|
void |
startElement(String uri,
String localName) |
endParsing, getFaultActor, getFaultCode, getFaultString, isFault
public void startElement(String uri, String localName) throws SoapMethodExecutorException
startElement
in class SoapMethodExecutor
SoapMethodExecutorException
SoapMethodExecutor.startElement(java.lang.String, java.lang.String)
public void characters(char[] ch, int start, int length) throws SoapMethodExecutorException
characters
in class SoapMethodExecutor
SoapMethodExecutorException
SoapMethodExecutor.characters(char[], int, int)
public void endElement(String uri, String localName) throws SoapMethodExecutorException
endElement
in class SoapMethodExecutor
SoapMethodExecutorException
SoapMethodExecutor.endElement(java.lang.String, java.lang.String)
protected abstract void onElement(String name, String content) throws InsertExecutorException
name
- name of elementcontent
- text of elementInsertExecutorException
Copyright © 2013. All Rights Reserved.