|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSDLParserExtensionContext
Provides contextual information for WSDLParserExtension
s.
Method Summary | |
---|---|
Container |
getContainer()
Provides the Container in which this service or client is running. |
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |