Uses of Interface
com.sun.tools.ws.wsdl.framework.GloballyKnown
-
Packages that use GloballyKnown Package Description com.sun.tools.ws.processor.modeler.wsdl com.sun.tools.ws.wsdl.document com.sun.tools.ws.wsdl.framework -
-
Uses of GloballyKnown in com.sun.tools.ws.processor.modeler.wsdl
Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type GloballyKnown Modifier and Type Method Description protected static QNameWSDLModelerBase. getQNameOf(GloballyKnown entity) -
Uses of GloballyKnown in com.sun.tools.ws.wsdl.document
Classes in com.sun.tools.ws.wsdl.document that implement GloballyKnown Modifier and Type Class Description classBindingEntity corresponding to the "binding" WSDL element.classMessageEntity corresponding to the "message" WSDL element.classPortEntity corresponding to the "port" WSDL element.classPortTypeEntity corresponding to the "portType" WSDL element.classServiceEntity corresponding to the "service" WSDL element. -
Uses of GloballyKnown in com.sun.tools.ws.wsdl.framework
Classes in com.sun.tools.ws.wsdl.framework that implement GloballyKnown Modifier and Type Class Description classGlobalEntityAn entity that can be defined in a target namespace.Methods in com.sun.tools.ws.wsdl.framework that return GloballyKnown Modifier and Type Method Description GloballyKnownAbstractDocument. find(Kind k, QName name)GloballyKnownExternalEntityReference. resolve()Methods in com.sun.tools.ws.wsdl.framework with parameters of type GloballyKnown Modifier and Type Method Description voidAbstractDocument. define(GloballyKnown e)Constructors in com.sun.tools.ws.wsdl.framework with parameters of type GloballyKnown Constructor Description DuplicateEntityException(GloballyKnown entity)
-