public class SoapExecutor extends Object
Constructor and Description |
---|
SoapExecutor(Class classWithResources,
String typesSchemaResourceName)
Create SoapExecutor instance.
|
SoapExecutor(InputStream typesSchema) |
Modifier and Type | Method and Description |
---|---|
void |
parse(Reader reader,
SoapMethodExecutor handler)
Parse message from reader for soap method executor.
|
public SoapExecutor(Class classWithResources, String typesSchemaResourceName) throws SAXException
classWithResources
- typesSchemaResourceName
- SAXException
public SoapExecutor(InputStream typesSchema) throws SAXException
SAXException
public void parse(Reader reader, SoapMethodExecutor handler) throws SoapExecutorException
reader
- handler
- SoapExecutorException
Copyright © 2013. All Rights Reserved.