|
||||||||||
| 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 |
EditableWSDLModel |
getWSDLModel()
Gives the EditableWSDLModel. |
boolean |
isClientSide()
Returns true if the WSDL parsing is happening on the client side. |
| Method Detail |
|---|
boolean isClientSide()
EditableWSDLModel getWSDLModel()
EditableWSDLModel. 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 | |||||||||