Package com.sun.tools.ws.api.wsdl
Interface TWSDLOperation
-
- All Superinterfaces:
TWSDLExtensible
- All Known Implementing Classes:
Operation
public interface TWSDLOperation extends TWSDLExtensible
Deprecated.This interface is deprecated, will be removed in JAX-WS 2.2 RI.Abstracts wsdl:portType/wsdl:operation- Author:
- Vivek Pandey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,JClass>getFaults()Deprecated.Gives a Map of fault name attribute value to theJClass-
Methods inherited from interface com.sun.tools.ws.api.wsdl.TWSDLExtensible
addExtension, extensions, getNamespaceURI, getNameValue, getParent, getWSDLElementName
-
-