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

All Superinterfaces:
TWSDLExtensible
All Known Implementing Classes:
Operation

public interface TWSDLOperation
extends TWSDLExtensible

Abstracts wsdl:portType/wsdl:operation


Method Summary
 Map<String,com.sun.codemodel.JClass> getFaults()
          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,com.sun.codemodel.JClass> getFaults()
Gives a Map of fault name attribute value to the JClass