|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSDLParserExtensionContext
Provides contextual information for WSDLParserExtensions.
| Method Summary | |
|---|---|
Container |
getContainer()
Provides the Container in which this service or client is running. |
PolicyResolver |
getPolicyResolver()
Provides the PolicyResolver |
WSDLModel |
getWSDLModel()
Gives the WSDLModel. |
boolean |
isClientSide()
Returns true if the WSDL parsing is happening on the client side. |
| Method Detail |
|---|
boolean isClientSide()
WSDLModel getWSDLModel()
WSDLModel. The WSDLModel may not be complete until
WSDLParserExtension.finished(WSDLParserExtensionContext) is called.
@NotNull Container getContainer()
Container in which this service or client is running.
May return null.
@NotNull PolicyResolver getPolicyResolver()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||