|
org.netbeans.modules.websvc.serverapi/0 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.modules.websvc.wsstack.api.WSStackProvider
public final class WSStackProvider
Entry point to obtain WSStack object. The instance of this class should
be located in J2EE Server Lookup, then used to get WSStack
.
Usually, it's the responsibility of a J2EE Server plugin to create an instance of this class
and place it into J2EE Server plugin lookup.
The only way to create an instance of this class is using WSStackFactory
Method Summary | ||
---|---|---|
|
getWSStack(Class<T> clazz)
This method enables to get WSStack instance based on class type passed as argument. |
|
Collection<WSStack<?>> |
getWSStacks()
This method enables to get all WSStack instances. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public <T> WSStack<T> getWSStack(Class<T> clazz)
T
- type parameter for Class typeclazz
- Class type passed to obtain specific WSStack object
public Collection<WSStack<?>> getWSStacks()
|
org.netbeans.modules.websvc.serverapi/0 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |