Uses of Class
com.sun.tools.ws.wsdl.framework.Entity
-
-
Uses of Entity in com.sun.tools.ws.processor.model
Methods in com.sun.tools.ws.processor.model that return Entity Modifier and Type Method Description EntityModelObject. getEntity()Constructors in com.sun.tools.ws.processor.model with parameters of type Entity Constructor Description AsyncOperation(Operation operation, Entity entity)AsyncOperation(Entity entity)AsyncOperation(QName name, Entity entity)Block(QName name, AbstractType type, Entity entity)Fault(Entity entity)Fault(String name, Entity entity)HeaderFault(Entity entity)HeaderFault(String name, Entity entity)Model(Entity entity)Model(QName name, Entity entity)ModelObject(Entity entity)Operation(Operation operation, Entity entity)Operation(Entity entity)Operation(QName name, Entity entity)Parameter(String name, Entity entity)Port(Entity entity)Port(QName name, Entity entity)Service(Entity entity)Service(QName name, JavaInterface javaInterface, Entity entity) -
Uses of Entity in com.sun.tools.ws.processor.modeler.wsdl
Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Entity Modifier and Type Method Description protected voidWSDLModelerBase. error(Entity entity, String message)protected voidWSDLModelerBase. warning(Entity entity, String message) -
Uses of Entity in com.sun.tools.ws.wsdl.document
Subclasses of Entity in com.sun.tools.ws.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.tools.ws.wsdl.document that return Entity Modifier and Type Method Description protected EntityWSDLDocument. getRoot() -
Uses of Entity in com.sun.tools.ws.wsdl.document.http
Subclasses of Entity in com.sun.tools.ws.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.tools.ws.wsdl.document.jaxws
Subclasses of Entity in com.sun.tools.ws.wsdl.document.jaxws Modifier and Type Class Description classJAXWSBinding -
Uses of Entity in com.sun.tools.ws.wsdl.document.mime
Subclasses of Entity in com.sun.tools.ws.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.tools.ws.wsdl.document.soap
Subclasses of Entity in com.sun.tools.ws.wsdl.document.soap Modifier and Type Class Description classSOAP12BindingclassSOAPAddressA 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.tools.ws.wsdl.framework
Subclasses of Entity in com.sun.tools.ws.wsdl.framework Modifier and Type Class Description classExtensionImplAn entity extending another entity.classGlobalEntityAn entity that can be defined in a target namespace.Methods in com.sun.tools.ws.wsdl.framework that return Entity Modifier and Type Method Description protected abstract EntityAbstractDocument. getRoot()Methods in com.sun.tools.ws.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)voidTWSDLParserContextImpl. fireDoneParsingEntity(QName element, Entity entity)voidTWSDLParserContextImpl. fireIgnoringExtension(Element e, Entity entity)voidParserListener. ignoringExtension(Entity entity, QName name, QName parent)voidEntityAction. perform(Entity entity)Constructors in com.sun.tools.ws.wsdl.framework with parameters of type Entity Constructor Description DuplicateEntityException(Entity entity, String name)
-