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


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



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.