Uses of Interface
org.codehaus.xfire.service.Visitor

Packages that use Visitor
org.codehaus.xfire.service Contains the classes and interfaces for the service model of XFire. 
 

Uses of Visitor in org.codehaus.xfire.service
 

Methods in org.codehaus.xfire.service with parameters of type Visitor
 void Service.accept(Visitor visitor)
          Accepts the given visitor.
 void Visitable.accept(Visitor visitor)
          Acceps the given visitor.
 void OperationInfo.accept(Visitor visitor)
          Acceps the given visitor.
 void ServiceInfo.accept(Visitor visitor)
          Acceps the given visitor.
 void MessageInfo.accept(Visitor visitor)
          Acceps the given visitor.
 void FaultInfo.accept(Visitor visitor)
          Acceps the given visitor.
 void MessagePartInfo.accept(Visitor visitor)
          Acceps the given visitor.
 



Copyright © 2004-2009. All Rights Reserved.