public interface WSDLParserExtensionContext
WSDLParserExtensions.| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.