Class UnifiedServiceRefMetaData

  • All Implemented Interfaces:
    Serializable

    public final class UnifiedServiceRefMetaData
    extends Object
    implements Serializable
    The metadata from service-ref element in web.xml, ejb-jar.xml, application-client.xml and @WebServiceRef annotations. The class is threadsafe; the information coming from descriptors only is immutable, while the information that can be overridden by annotations are stored using volatile references.
    Author:
    Thomas.Diesler@jboss.org, alessio.soldano@jboss.com, Richard Opalka
    See Also:
    Serialized Form