Uses of Class
org.jvnet.wom.api.WSDLPart.Binding

Packages that use WSDLPart.Binding
org.jvnet.wom.api   
org.jvnet.wom.api.binding.wsdl11.mime   
org.jvnet.wom.impl   
org.jvnet.wom.impl.extension.wsdl11.mime   
 

Uses of WSDLPart.Binding in org.jvnet.wom.api
 

Methods in org.jvnet.wom.api that return WSDLPart.Binding
abstract  WSDLPart.Binding WSDLBoundInput.getPartBinding(java.lang.String partName)
          Gives the WSDLPart.Binding this part is associated with.
abstract  WSDLPart.Binding WSDLBoundOutput.getPartBinding(java.lang.String partName)
          Gives the WSDLPart.Binding this part is associated with.
static WSDLPart.Binding WSDLPart.Binding.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WSDLPart.Binding[] WSDLPart.Binding.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of WSDLPart.Binding in org.jvnet.wom.api.binding.wsdl11.mime
 

Methods in org.jvnet.wom.api.binding.wsdl11.mime that return WSDLPart.Binding
 WSDLPart.Binding MimeMultipart.getPartBinding(java.lang.String partName)
           
 

Uses of WSDLPart.Binding in org.jvnet.wom.impl
 

Methods in org.jvnet.wom.impl that return WSDLPart.Binding
 WSDLPart.Binding WSDLBoundOutputImpl.getPartBinding(java.lang.String partName)
           
 WSDLPart.Binding WSDLBoundInputImpl.getPartBinding(java.lang.String partName)
           
 

Uses of WSDLPart.Binding in org.jvnet.wom.impl.extension.wsdl11.mime
 

Methods in org.jvnet.wom.impl.extension.wsdl11.mime that return WSDLPart.Binding
 WSDLPart.Binding MimeMultipartImpl.getPartBinding(java.lang.String partName)
           
 



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.