public interface WSDLParserExtensionContext
WSDLParserExtension
s.Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2015 Oracle Corporation. All rights reserved.