Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

com.bea.wlcp.wlng.ant.wsdlc
Class SOAPBindingInfo

java.lang.Object
  extended bycom.bea.wlcp.wlng.ant.wsdlc.SOAPBindingInfo

public class SOAPBindingInfo
extends java.lang.Object

COPIED FROM weblogic.wsee.tools.wsdlc to allow extension, bselitse@bea.com This class represents the soap binding for a class or a method.


Constructor Summary
SOAPBindingInfo(weblogic.wsee.tools.source.JsClass jsClass, weblogic.wsee.wsdl.WsdlBinding binding)
           
SOAPBindingInfo(weblogic.wsee.tools.source.JsMethod method)
           
 
Method Summary
 boolean equals(java.lang.Object o)
          This ignores the method level flag.
 java.lang.String getParameterStyle()
           
 java.lang.String getStyle()
           
 java.lang.String getUse()
           
 boolean isDocumentStyle()
           
 boolean isSoap12()
           
 void setUse(java.lang.String use)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPBindingInfo

public SOAPBindingInfo(weblogic.wsee.tools.source.JsClass jsClass,
                       weblogic.wsee.wsdl.WsdlBinding binding)

SOAPBindingInfo

public SOAPBindingInfo(weblogic.wsee.tools.source.JsMethod method)
Method Detail

equals

public boolean equals(java.lang.Object o)
This ignores the method level flag. Compire object

Parameters:
o - the object to compire
Returns:
boolean true if two objects are equals to each other

getParameterStyle

public java.lang.String getParameterStyle()

getStyle

public java.lang.String getStyle()

getUse

public java.lang.String getUse()

isDocumentStyle

public boolean isDocumentStyle()

isSoap12

public boolean isSoap12()

setUse

public void setUse(java.lang.String use)

toString

public java.lang.String toString()

Oracle Communications Services Gatekeeper OAM Java API Reference
7.0.0.1

E96580-01

Copyright © 2008, 2018, Oracle and/or its affiliates. All rights reserved.