public interface SOAPTypeVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(RPCRequestOrderedStructureType type) |
void |
visit(RPCRequestUnorderedStructureType type) |
void |
visit(RPCResponseStructureType type) |
void |
visit(SOAPAnyType type) |
void |
visit(SOAPArrayType type) |
void |
visit(SOAPCustomType type) |
void |
visit(SOAPEnumerationType type) |
void |
visit(SOAPListType type) |
void |
visit(SOAPOrderedStructureType type) |
void |
visit(SOAPSimpleType type) |
void |
visit(SOAPUnorderedStructureType type) |
void visit(SOAPArrayType type) throws Exception
Exceptionvoid visit(SOAPCustomType type) throws Exception
Exceptionvoid visit(SOAPEnumerationType type) throws Exception
Exceptionvoid visit(SOAPSimpleType type) throws Exception
Exceptionvoid visit(SOAPAnyType type) throws Exception
Exceptionvoid visit(SOAPOrderedStructureType type) throws Exception
Exceptionvoid visit(SOAPUnorderedStructureType type) throws Exception
Exceptionvoid visit(RPCRequestOrderedStructureType type) throws Exception
Exceptionvoid visit(RPCRequestUnorderedStructureType type) throws Exception
Exceptionvoid visit(RPCResponseStructureType type) throws Exception
Exceptionvoid visit(SOAPListType type) throws Exception
ExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.