|
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.WSStack<T>
public final class WSStack<T>
Main API class providing all necessary information about the server capability for particular WS Stack
Nested Class Summary | |
---|---|
static interface |
WSStack.Feature
Marking interface for WS Feature identifier. |
static class |
WSStack.Holder
Enumeration of WS Stack Holders: determines the location WS Stack libraries. |
static interface |
WSStack.Tool
Marking interface for WS Tool identifier. |
Method Summary | |
---|---|
T |
get()
Returns an instance of type parameter ( |
WSStack.Holder |
getHolder()
Information who is the holder of tis WS Stack: determines the location WS Stack libraries. |
WSStackVersion |
getVersion()
WS Stack Version information. |
WSTool |
getWSTool(WSStack.Tool toolId)
Returns WSTool for particular WS Stack Tool (e.g. |
boolean |
isFeatureSupported(WSStack.Feature feature)
Informs if WS feature is supported by particular WS stack. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public T get()
public WSStackVersion getVersion()
public WSTool getWSTool(WSStack.Tool toolId)
toolId
- WS tool identifier
public boolean isFeatureSupported(WSStack.Feature feature)
feature
- WS feature identifier
public WSStack.Holder getHolder()
|
org.netbeans.modules.websvc.serverapi/0 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |