Uses of Class
com.sun.tools.ws.wsdl.framework.Entity

Packages that use Entity
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler.wsdl   
com.sun.tools.ws.wsdl.document   
com.sun.tools.ws.wsdl.document.http   
com.sun.tools.ws.wsdl.document.jaxws   
com.sun.tools.ws.wsdl.document.mime   
com.sun.tools.ws.wsdl.document.soap   
com.sun.tools.ws.wsdl.framework   
 

Uses of Entity in com.sun.tools.ws.processor.model
 

Methods in com.sun.tools.ws.processor.model that return Entity
 Entity ModelObject.getEntity()
           
 

Constructors in com.sun.tools.ws.processor.model with parameters of type Entity
AsyncOperation(Entity entity)
           
AsyncOperation(Operation operation, 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(Entity entity)
           
Operation(Operation 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
protected  void WSDLModelerBase.error(Entity entity, String message)
           
protected  void WSDLModelerBase.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
 class Binding
          Entity corresponding to the "binding" WSDL element.
 class BindingFault
          Entity corresponding to the "fault" child element of a binding operation.
 class BindingInput
          Entity corresponding to the "input" child element of a binding operation.
 class BindingOperation
          Entity corresponding to the "operation" child element of a WSDL "binding" element.
 class BindingOutput
          Entity corresponding to the "output" child element of a binding operation.
 class Definitions
          Entity corresponding to the "definitions" WSDL element.
 class Fault
          Entity corresponding to the "fault" child element of a port type operation.
 class Import
          Entity corresponding to the "import" WSDL element.
 class Input
          Entity corresponding to the "input" child element of a port type operation.
 class Message
          Entity corresponding to the "message" WSDL element.
 class MessagePart
          Entity corresponding to a WSDL message part.
 class Operation
          Entity corresponding to the "operation" child element of a "portType" WSDL element.
 class Output
          Entity corresponding to the "output" child element of a port type operation.
 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.
 class Types
          Entity corresponding to the "types" WSDL element.
 

Methods in com.sun.tools.ws.wsdl.document that return Entity
protected  Entity WSDLDocument.getRoot()
           
 

Uses of Entity in com.sun.tools.ws.wsdl.document.http
 

Subclasses of Entity in com.sun.tools.ws.wsdl.document.http
 class HTTPAddress
          A HTTP address extension.
 class HTTPBinding
          A HTTP binding extension.
 class HTTPOperation
          A HTTP operation extension.
 class HTTPUrlEncoded
          A HTTP urlEncoded extension.
 class HTTPUrlReplacement
          A 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
 class JAXWSBinding
           
 

Uses of Entity in com.sun.tools.ws.wsdl.document.mime
 

Subclasses of Entity in com.sun.tools.ws.wsdl.document.mime
 class MIMEContent
          A MIME content extension.
 class MIMEMultipartRelated
          A MIME multipartRelated extension.
 class MIMEPart
          A MIME part extension.
 class MIMEXml
          A 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
 class SOAP12Binding
           
 class SOAPAddress
          A SOAP address extension.
 class SOAPBinding
          A SOAP binding extension.
 class SOAPBody
          A SOAP body extension.
 class SOAPFault
          A SOAP fault extension.
 class SOAPHeader
          A SOAP header extension.
 class SOAPHeaderFault
          A SOAP header fault extension.
 class SOAPOperation
          A SOAP operation extension.
 

Uses of Entity in com.sun.tools.ws.wsdl.framework
 

Subclasses of Entity in com.sun.tools.ws.wsdl.framework
 class ExtensionImpl
          An entity extending another entity.
 class GlobalEntity
          An entity that can be defined in a target namespace.
 

Methods in com.sun.tools.ws.wsdl.framework that return Entity
protected abstract  Entity AbstractDocument.getRoot()
           
 

Methods in com.sun.tools.ws.wsdl.framework with parameters of type Entity
 void AbstractDocument.addImportedEntity(Entity entity)
           
 void AbstractDocument.addIncludedEntity(Entity entity)
           
 void ParserListener.doneParsingEntity(QName element, Entity entity)
           
 void TWSDLParserContextImpl.fireDoneParsingEntity(QName element, Entity entity)
           
 void TWSDLParserContextImpl.fireIgnoringExtension(Element e, Entity entity)
           
 void ParserListener.ignoringExtension(Entity entity, QName name, QName parent)
           
 void EntityAction.perform(Entity entity)
           
 

Constructors in com.sun.tools.ws.wsdl.framework with parameters of type Entity
DuplicateEntityException(Entity entity, String name)