public class DefaultDOLVisitor extends Object implements DescriptorVisitor
| Constructor and Description |
|---|
DefaultDOLVisitor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
accept(BundleDescriptor bundleDescriptor) |
void |
accept(Descriptor descriptor)
visits a J2EE descriptor
|
protected void |
accept(EjbReference ejbRef)
visits an ejb reference for the last J2EE component visited
|
protected void |
accept(MessageDestinationDescriptor msgDest)
visits an message destination for the last J2EE component visited
|
protected void |
accept(MessageDestinationReferencer msgDestReferencer)
visits an message destination reference for the last J2EE component visited
|
protected void |
accept(ResourceEnvReferenceDescriptor resourceEnvRef)
visits an resource environment reference for the last J2EE component visited
|
protected void |
accept(ResourceReferenceDescriptor resRef)
visits an resource reference for the last J2EE component visited
|
protected void |
accept(ServiceReferenceDescriptor serviceRef)
visits a web service reference descriptor
|
DescriptorVisitor |
getSubDescriptorVisitor(Descriptor subDescriptor)
get the visitor for its sub descriptor
|
public void accept(Descriptor descriptor)
accept in interface DescriptorVisitordescriptor - the descriptorpublic DescriptorVisitor getSubDescriptorVisitor(Descriptor subDescriptor)
getSubDescriptorVisitor in interface DescriptorVisitorsubDescriptor - sub descriptor to return visitor forprotected void accept(BundleDescriptor bundleDescriptor)
protected void accept(EjbReference ejbRef)
ejbRef - the ejb referenceprotected void accept(ServiceReferenceDescriptor serviceRef)
serviceRef - protected void accept(ResourceReferenceDescriptor resRef)
resRef - the resource referenceprotected void accept(ResourceEnvReferenceDescriptor resourceEnvRef)
resourceEnvRef - the resource environment referenceprotected void accept(MessageDestinationReferencer msgDestReferencer)
msgDestReferencer - the message destination referenceprotected void accept(MessageDestinationDescriptor msgDest)
msgDest - the message destinationCopyright © 2019. All rights reserved.