Uses of Interface
com.sun.tools.ws.wsdl.framework.GloballyKnown

Packages that use GloballyKnown
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
protected static QName WSDLModelerBase.getQNameOf(GloballyKnown entity)
           
 

Uses of GloballyKnown in com.sun.tools.ws.wsdl.document
 

Classes in com.sun.tools.ws.wsdl.document that implement GloballyKnown
 class Binding
          Entity corresponding to the "binding" WSDL element.
 class Message
          Entity corresponding to the "message" WSDL element.
 class Port
          Entity corresponding to the "port" WSDL element.
 class PortType
          Entity corresponding to the "portType" WSDL element.
 class Service
          Entity 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
 class GlobalEntity
          An entity that can be defined in a target namespace.
 

Methods in com.sun.tools.ws.wsdl.framework that return GloballyKnown
 GloballyKnown AbstractDocument.find(Kind k, QName name)
           
 GloballyKnown ExternalEntityReference.resolve()
           
 

Methods in com.sun.tools.ws.wsdl.framework with parameters of type GloballyKnown
 void AbstractDocument.define(GloballyKnown e)
           
 

Constructors in com.sun.tools.ws.wsdl.framework with parameters of type GloballyKnown
DuplicateEntityException(GloballyKnown entity)