Uses of Interface
com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLModel
-
Packages that use EditableWSDLModel Package Description com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.api.wsdl.parser Extension point for WSDL parsing.com.sun.xml.ws.model.wsdl -
-
Uses of EditableWSDLModel in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable that return EditableWSDLModel Modifier and Type Method Description EditableWSDLModelEditableWSDLBoundPortType. getOwner()EditableWSDLModelEditableWSDLService. getParent()Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type EditableWSDLModel Modifier and Type Method Description voidEditableWSDLBoundOperation. freeze(EditableWSDLModel root)Freezes WSDL model to prevent further modificationvoidEditableWSDLFault. freeze(EditableWSDLModel root)Freezes WSDL model to prevent further modificationvoidEditableWSDLInput. freeze(EditableWSDLModel root)Freezes WSDL model to prevent further modificationvoidEditableWSDLOperation. freeze(EditableWSDLModel root)Freezes WSDL model to prevent further modificationvoidEditableWSDLOutput. freeze(EditableWSDLModel root)Freezes WSDL model to prevent further modificationvoidEditableWSDLPort. freeze(EditableWSDLModel root)Freezes WSDL model to prevent further modificationvoidEditableWSDLService. freeze(EditableWSDLModel root)Freezes WSDL model to prevent further modification -
Uses of EditableWSDLModel in com.sun.xml.ws.api.wsdl.parser
Methods in com.sun.xml.ws.api.wsdl.parser that return EditableWSDLModel Modifier and Type Method Description EditableWSDLModelWSDLParserExtensionContext. getWSDLModel()Gives theEditableWSDLModel. -
Uses of EditableWSDLModel in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement EditableWSDLModel Modifier and Type Class Description classWSDLModelImplImplementation ofWSDLModelMethods in com.sun.xml.ws.model.wsdl that return EditableWSDLModel Modifier and Type Method Description EditableWSDLModelWSDLBoundPortTypeImpl. getOwner()EditableWSDLModelWSDLServiceImpl. getParent()Methods in com.sun.xml.ws.model.wsdl with parameters of type EditableWSDLModel Modifier and Type Method Description voidWSDLBoundOperationImpl. freeze(EditableWSDLModel parent)voidWSDLFaultImpl. freeze(EditableWSDLModel root)voidWSDLInputImpl. freeze(EditableWSDLModel parent)voidWSDLOperationImpl. freeze(EditableWSDLModel root)voidWSDLOutputImpl. freeze(EditableWSDLModel root)voidWSDLPortImpl. freeze(EditableWSDLModel root)voidWSDLServiceImpl. freeze(EditableWSDLModel root)Constructors in com.sun.xml.ws.model.wsdl with parameters of type EditableWSDLModel Constructor Description WSDLBoundPortTypeImpl(XMLStreamReader xsr, EditableWSDLModel owner, QName name, QName portTypeName)WSDLPortTypeImpl(XMLStreamReader xsr, EditableWSDLModel owner, QName name)WSDLServiceImpl(XMLStreamReader xsr, EditableWSDLModel parent, QName name)
-