Uses of Interface
com.sun.tools.ws.wsdl.framework.Defining
-
Packages that use Defining Package Description com.sun.tools.ws.wsdl.document com.sun.tools.ws.wsdl.framework -
-
Uses of Defining in com.sun.tools.ws.wsdl.document
Classes in com.sun.tools.ws.wsdl.document that implement Defining Modifier and Type Class Description classDefinitionsEntity corresponding to the "definitions" WSDL element.Constructors in com.sun.tools.ws.wsdl.document with parameters of type Defining Constructor Description Binding(Defining defining, Locator locator, ErrorReceiver receiver)Message(Defining defining, Locator locator, ErrorReceiver errReceiver)Port(Defining defining, Locator locator, ErrorReceiver errReceiver)PortType(Defining defining, Locator locator, ErrorReceiver errReceiver)Service(Defining defining, Locator locator, ErrorReceiver errReceiver) -
Uses of Defining in com.sun.tools.ws.wsdl.framework
Methods in com.sun.tools.ws.wsdl.framework that return Defining Modifier and Type Method Description DefiningGlobalEntity. getDefining()DefiningGloballyKnown. getDefining()Constructors in com.sun.tools.ws.wsdl.framework with parameters of type Defining Constructor Description GlobalEntity(Defining defining, Locator locator, ErrorReceiver errorReceiver)
-