Class AbstractEndpoint
- java.lang.Object
-
- org.jboss.as.webservices.metadata.model.AbstractEndpoint
-
- Direct Known Subclasses:
EJBEndpoint,POJOEndpoint
public abstract class AbstractEndpoint extends Object
- Author:
- Richard Opalka
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_VIEW_NAMEstatic StringWELD_DEPLOYMENT
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractEndpoint(String name, String className, org.jboss.msc.service.ServiceName viewName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()org.jboss.msc.service.ServiceNamegetComponentViewName()StringgetName()
-