org.codehaus.xfire.wsdl11
Class WSDLVisitor

java.lang.Object
  extended by org.codehaus.xfire.wsdl11.WSDLVisitor

public class WSDLVisitor
extends java.lang.Object


Field Summary
protected  Definition definition
           
 
Constructor Summary
WSDLVisitor(Definition definition)
           
 
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
 

Field Detail

definition

protected final Definition definition
Constructor Detail

WSDLVisitor

public WSDLVisitor(Definition definition)
Method Detail

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.