|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.wsdl.parser.WSDLParserExtensionContextImpl
final class WSDLParserExtensionContextImpl
Provides implementation of WSDLParserExtensionContext
Constructor Summary | |
---|---|
protected |
WSDLParserExtensionContextImpl(WSDLModel model,
boolean isClientSide,
Container container,
PolicyResolver policyResolver)
Construct WSDLParserExtensionContextImpl with information that whether its on client side
or server side. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WSDLParserExtensionContextImpl(WSDLModel model, boolean isClientSide, Container container, PolicyResolver policyResolver)
WSDLParserExtensionContextImpl
with information that whether its on client side
or server side.
Method Detail |
---|
public boolean isClientSide()
WSDLParserExtensionContext
isClientSide
in interface WSDLParserExtensionContext
public WSDLModel getWSDLModel()
WSDLParserExtensionContext
WSDLModel
. The WSDLModel may not be complete until
WSDLParserExtension.finished(WSDLParserExtensionContext)
is called.
getWSDLModel
in interface WSDLParserExtensionContext
public Container getContainer()
WSDLParserExtensionContext
Container
in which this service or client is running.
May return null.
getContainer
in interface WSDLParserExtensionContext
public PolicyResolver getPolicyResolver()
WSDLParserExtensionContext
getPolicyResolver
in interface WSDLParserExtensionContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |