FileDocCategorySizeDatePackage
WebBundleVisitor.javaAPI DocGlassfish v2 API2796Fri May 04 22:31:58 BST 2007com.sun.enterprise.deployment.util

WebBundleVisitor

public interface WebBundleVisitor implements ComponentVisitor
This interface defines the visitor APIs for the web application descriptor
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
public voidaccept(com.sun.enterprise.deployment.WebBundleDescriptor descriptor)
visit a web bundle descriptor

param
the web bundle descriptor

public voidaccept(com.sun.enterprise.deployment.WebService webService)
visits each web service declared within an ejb-jar.

public voidaccept(com.sun.enterprise.deployment.WebComponentDescriptor descriptor)
visit a web component descriptor

param
the web component