|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ServiceInfo.accept(Visitor visitor)
Acceps the given visitor. |
void |
OperationInfo.accept(Visitor visitor)
Acceps the given visitor. |
void |
FaultInfo.accept(Visitor visitor)
Acceps the given visitor. |
void |
Service.accept(Visitor visitor)
Accepts the given visitor. |
void |
MessagePartInfo.accept(Visitor visitor)
Acceps the given visitor. |
void |
MessageInfo.accept(Visitor visitor)
Acceps the given visitor. |
void |
Visitable.accept(Visitor visitor)
Acceps the given visitor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |