org.systinet.wasp.dd
Interface DeploymentPart

All Known Subinterfaces:
AttributablePart, ConfigurablePart, Configuration, Dependency, DeploymentDescriptor, DocumentablePart, Export, ExtensiblePart, FaultSerialization, Handler, HeaderProcessor, ImplementablePart, Interceptor, Listener, Module, NamedPart, Packager, Processing, Schema, Serialization, ServiceClient, ServiceEndpoint, ServiceInstance, ServiceMediator, Transport, TypeMapping

public interface DeploymentPart

This interface represents a part of a deployment descriptor.

Since:
4.0
Component:
Core

Method Summary
 DeploymentDescriptor getDeploymentDescriptor()
          Returns the deployment descriptor containig the part if known, null otherwise.
 

Method Detail

getDeploymentDescriptor

public DeploymentDescriptor getDeploymentDescriptor()
Returns the deployment descriptor containig the part if known, null otherwise.

Returns:
the deployment descriptor containing the part