public abstract class SoapMethodExecutor extends Object
Modifier | Constructor and Description |
---|---|
protected |
SoapMethodExecutor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
characters(char[] ch,
int start,
int length) |
abstract void |
endElement(String uri,
String localName) |
abstract void |
endParsing() |
URI |
getFaultActor() |
String |
getFaultCode() |
String |
getFaultString() |
boolean |
isFault() |
abstract void |
startElement(String uri,
String localName) |
public boolean isFault()
public String getFaultCode()
public String getFaultString()
public URI getFaultActor()
public abstract void startElement(String uri, String localName) throws SoapMethodExecutorException
SoapMethodExecutorException
public abstract void characters(char[] ch, int start, int length) throws SoapMethodExecutorException
SoapMethodExecutorException
public abstract void endElement(String uri, String localName) throws SoapMethodExecutorException
SoapMethodExecutorException
public abstract void endParsing() throws SoapMethodExecutorException
SoapMethodExecutorException
Copyright © 2013. All Rights Reserved.