Uses of Class
com.sun.xml.rpc.wsdl.framework.Entity
-
-
Uses of Entity in com.sun.xml.rpc.wsdl.document
Subclasses of Entity in com.sun.xml.rpc.wsdl.document Modifier and Type Class Description classBindingEntity corresponding to the "binding" WSDL element.classBindingFaultEntity corresponding to the "fault" child element of a binding operation.classBindingInputEntity corresponding to the "input" child element of a binding operation.classBindingOperationEntity corresponding to the "operation" child element of a WSDL "binding" element.classBindingOutputEntity corresponding to the "output" child element of a binding operation.classDefinitionsEntity corresponding to the "definitions" WSDL element.classFaultEntity corresponding to the "fault" child element of a port type operation.classImportEntity corresponding to the "import" WSDL element.classInputEntity corresponding to the "input" child element of a port type operation.classMessageEntity corresponding to the "message" WSDL element.classMessagePartEntity corresponding to a WSDL message part.classOperationEntity corresponding to the "operation" child element of a "portType" WSDL element.classOutputEntity corresponding to the "output" child element of a port type operation.classPortEntity corresponding to the "port" WSDL element.classPortTypeEntity corresponding to the "portType" WSDL element.classServiceEntity corresponding to the "service" WSDL element.classTypesEntity corresponding to the "types" WSDL element.Methods in com.sun.xml.rpc.wsdl.document that return Entity Modifier and Type Method Description protected EntityWSDLDocument. getRoot() -
Uses of Entity in com.sun.xml.rpc.wsdl.document.http
Subclasses of Entity in com.sun.xml.rpc.wsdl.document.http Modifier and Type Class Description classHTTPAddressA HTTP address extension.classHTTPBindingA HTTP binding extension.classHTTPOperationA HTTP operation extension.classHTTPUrlEncodedA HTTP urlEncoded extension.classHTTPUrlReplacementA HTTP urlReplacement extension. -
Uses of Entity in com.sun.xml.rpc.wsdl.document.mime
Subclasses of Entity in com.sun.xml.rpc.wsdl.document.mime Modifier and Type Class Description classMIMEContentA MIME content extension.classMIMEMultipartRelatedA MIME multipartRelated extension.classMIMEPartA MIME part extension.classMIMEXmlA MIME mimeXml extension. -
Uses of Entity in com.sun.xml.rpc.wsdl.document.schema
Subclasses of Entity in com.sun.xml.rpc.wsdl.document.schema Modifier and Type Class Description classSchemaclassSchemaEntityMethods in com.sun.xml.rpc.wsdl.document.schema that return Entity Modifier and Type Method Description protected EntitySchemaDocument. getRoot() -
Uses of Entity in com.sun.xml.rpc.wsdl.document.soap
Subclasses of Entity in com.sun.xml.rpc.wsdl.document.soap Modifier and Type Class Description classSOAPAddressA SOAP address extension.classSOAPBindingA SOAP binding extension.classSOAPBodyA SOAP body extension.classSOAPFaultA SOAP fault extension.classSOAPHeaderA SOAP header extension.classSOAPHeaderFaultA SOAP header fault extension.classSOAPOperationA SOAP operation extension. -
Uses of Entity in com.sun.xml.rpc.wsdl.framework
Subclasses of Entity in com.sun.xml.rpc.wsdl.framework Modifier and Type Class Description classExtensionAn entity extending another entity.classGlobalEntityAn entity that can be defined in a target namespace.Methods in com.sun.xml.rpc.wsdl.framework that return Entity Modifier and Type Method Description protected abstract EntityAbstractDocument. getRoot()Methods in com.sun.xml.rpc.wsdl.framework with parameters of type Entity Modifier and Type Method Description voidAbstractDocument. addImportedEntity(Entity entity)voidAbstractDocument. addIncludedEntity(Entity entity)voidParserListener. doneParsingEntity(QName element, Entity entity)voidParserContext. fireDoneParsingEntity(QName element, Entity entity)voidEntityAction. perform(Entity entity)Constructors in com.sun.xml.rpc.wsdl.framework with parameters of type Entity Constructor Description DuplicateEntityException(Entity entity, String name)
-