Package | Description |
---|---|
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.model.wsdl.editable | |
com.sun.xml.ws.model.wsdl |
Modifier and Type | Interface and Description |
---|---|
interface |
WSDLBoundFault
Abstracts wsdl:binding/wsdl:operation/wsdl:fault
|
interface |
WSDLBoundOperation
Abstracts wsdl:binding/wsdl:operation.
|
interface |
WSDLBoundPortType
WSDLPortType bound with a specific binding. |
interface |
WSDLExtensible
Interface that represents WSDL concepts that
can have extensions.
|
interface |
WSDLFault
Abstracts wsdl:portType/wsdl:operation/wsdl:fault
|
interface |
WSDLFeaturedObject
WSDLObject that can have features associated with it. |
interface |
WSDLInput
Abstraction of wsdl:portType/wsdl:operation/wsdl:input
|
interface |
WSDLMessage
Abstraction of wsdl:message.
|
interface |
WSDLModel
Provides abstraction of wsdl:definitions.
|
interface |
WSDLOperation
Provides abstraction of wsdl:portType/wsdl:operation.
|
interface |
WSDLOutput
Abstraction of wsdl:portType/wsdl:operation/wsdl:output
|
interface |
WSDLPart
Abstracts wsdl:part after applying binding information from wsdl:binding.
|
interface |
WSDLPartDescriptor
Abstracts wsdl:part descriptor that is defined using element or type attribute.
|
interface |
WSDLPort
Abstracts wsdl:service/wsdl:port
|
interface |
WSDLPortType
Abstraction of wsdl:portType.
|
interface |
WSDLService
Abstracts wsdl:service.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EditableWSDLBoundFault |
interface |
EditableWSDLBoundOperation |
interface |
EditableWSDLBoundPortType |
interface |
EditableWSDLFault |
interface |
EditableWSDLInput |
interface |
EditableWSDLMessage |
interface |
EditableWSDLModel |
interface |
EditableWSDLOperation |
interface |
EditableWSDLOutput |
interface |
EditableWSDLPart |
interface |
EditableWSDLPort |
interface |
EditableWSDLPortType |
interface |
EditableWSDLService |
Modifier and Type | Class and Description |
---|---|
class |
WSDLBoundFaultImpl |
class |
WSDLBoundOperationImpl
Implementation of
WSDLBoundOperation |
class |
WSDLBoundPortTypeImpl
Implementation of
WSDLBoundPortType |
class |
WSDLFaultImpl |
class |
WSDLInputImpl |
class |
WSDLMessageImpl
Provides abstraction for wsdl:message
|
class |
WSDLModelImpl
Implementation of
WSDLModel |
class |
WSDLOperationImpl
Implementaiton of
WSDLOperation |
class |
WSDLOutputImpl |
class |
WSDLPartDescriptorImpl |
class |
WSDLPartImpl
Implementation of
WSDLPart |
class |
WSDLPortImpl
Implementation of
WSDLPort |
class |
WSDLPortTypeImpl
Provides implementation of
WSDLPortType |
class |
WSDLServiceImpl
Implementation of
WSDLService |
Copyright © 2015 Oracle Corporation. All rights reserved.