com.sun.tools.ws.api.wsdl
Interface TWSDLOperation

All Superinterfaces:
TWSDLExtensible
All Known Implementing Classes:
Operation

Deprecated. This interface is deprecated, will be removed in JAX-WS 2.2 RI.

public interface TWSDLOperation
extends TWSDLExtensible

Abstracts wsdl:portType/wsdl:operation

Author:
Vivek Pandey

Method Summary
 Map<String,JClass> getFaults()
          Deprecated. Gives a Map of fault name attribute value to the JClass
 
Methods inherited from interface com.sun.tools.ws.api.wsdl.TWSDLExtensible
addExtension, extensions, getNamespaceURI, getNameValue, getParent, getWSDLElementName
 

Method Detail

getFaults

Map<String,JClass> getFaults()
Deprecated. 
Gives a Map of fault name attribute value to the JClass



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.