org.codehaus.xfire.wsdl11
Class WSDLVisitor
java.lang.Object
org.codehaus.xfire.wsdl11.WSDLVisitor
public class WSDLVisitor
- extends java.lang.Object
Method Summary |
protected void |
begin()
|
protected void |
begin(javax.wsdl.Service wservice)
|
protected void |
end()
|
protected void |
end(javax.wsdl.Service wservice)
|
Definition |
getDefinition()
|
protected void |
visit(BindingFault bindingFault,
Fault fault)
|
protected void |
visit(Fault fault)
|
void |
walkTree()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
definition
protected final Definition definition
WSDLVisitor
public WSDLVisitor(Definition definition)
getDefinition
public Definition getDefinition()
walkTree
public void walkTree()
throws java.lang.Exception
- Throws:
java.lang.Exception
begin
protected void begin()
end
protected void end()
visit
protected void visit(Fault fault)
visit
protected void visit(BindingFault bindingFault,
Fault fault)
begin
protected void begin(javax.wsdl.Service wservice)
end
protected void end(javax.wsdl.Service wservice)
Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.