|
org.netbeans.modules.websvc.serverapi/0 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSStackImplementation<T>
Main SPI interface providing all necessary information about the server capability for particular WS Stack
Method Summary | |
---|---|
T |
get()
Provides an instance of type parameter ( |
WSStackVersion |
getVersion()
Provides WS Stack Version information. |
WSTool |
getWSTool(WSStack.Tool toolId)
Provides WSTool for particular WS Stack Tool (e.g. |
boolean |
isFeatureSupported(WSStack.Feature feature)
Informs if WS feature is supported by particular WS stack. |
Method Detail |
---|
T get()
WSStackVersion getVersion()
WSTool getWSTool(WSStack.Tool toolId)
toolId
- WS tool identifier
boolean isFeatureSupported(WSStack.Feature feature)
feature
- WS feature identifier
|
org.netbeans.modules.websvc.serverapi/0 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |