Uses of Interface
com.sun.xml.rpc.wsdl.framework.GloballyKnown
-
-
Uses of GloballyKnown in com.sun.xml.rpc.processor.modeler.j2ee
Methods in com.sun.xml.rpc.processor.modeler.j2ee with parameters of type GloballyKnown Modifier and Type Method Description static QNameJ2EEModelerHelper. getQNameOf(GloballyKnown entity) -
Uses of GloballyKnown in com.sun.xml.rpc.processor.modeler.nometadata
Methods in com.sun.xml.rpc.processor.modeler.nometadata with parameters of type GloballyKnown Modifier and Type Method Description protected static QNameNoMetadataModeler. getQNameOf(GloballyKnown entity) -
Uses of GloballyKnown in com.sun.xml.rpc.processor.modeler.wsdl
Methods in com.sun.xml.rpc.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.xml.rpc.wsdl.document
Classes in com.sun.xml.rpc.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.xml.rpc.wsdl.document.schema
Classes in com.sun.xml.rpc.wsdl.document.schema that implement GloballyKnown Modifier and Type Class Description classSchemaEntity -
Uses of GloballyKnown in com.sun.xml.rpc.wsdl.framework
Classes in com.sun.xml.rpc.wsdl.framework that implement GloballyKnown Modifier and Type Class Description classGlobalEntityAn entity that can be defined in a target namespace.Methods in com.sun.xml.rpc.wsdl.framework that return GloballyKnown Modifier and Type Method Description GloballyKnownAbstractDocument. find(Kind k, QName name)GloballyKnownExternalEntityReference. resolve()Methods in com.sun.xml.rpc.wsdl.framework with parameters of type GloballyKnown Modifier and Type Method Description voidAbstractDocument. define(GloballyKnown e)voidAbstractDocument. undefine(GloballyKnown e)Constructors in com.sun.xml.rpc.wsdl.framework with parameters of type GloballyKnown Constructor Description DuplicateEntityException(GloballyKnown entity)
-