com.quadrique.jbuildingblocks.core.io.webServices.client.wsdl
Class JbbWsdlSoapOperation

java.lang.Object
  extended by com.quadrique.jbuildingblocks.core.io.webServices.client.wsdl.JbbWsdlSoapOperation

public class JbbWsdlSoapOperation
extends Object

This class provides convenience methods to manipulate a WSDL SOAP Operation

Author:
Hervé Rivere

Constructor Summary
JbbWsdlSoapOperation(javax.wsdl.Operation zOp, String zOpNameSpaceUri, String zOpActionNameUri, String zStyle, JbbWsdlSoapPort port)
          constructor
 
Method Summary
 String getActionNameUri()
           
 String getName()
           
 String getNameSpaceUri()
           
 javax.wsdl.Operation getOperation()
           
 JbbWsdlSoapPort getPort()
           
 String getStyle()
           
 void setPort(JbbWsdlSoapPort port)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JbbWsdlSoapOperation

public JbbWsdlSoapOperation(javax.wsdl.Operation zOp,
                            String zOpNameSpaceUri,
                            String zOpActionNameUri,
                            String zStyle,
                            JbbWsdlSoapPort port)
                     throws Exception
constructor

Parameters:
zOp - the operation
zOpNameSpaceUri - the value of the namespace attribute of the tag soap:body
zOpActionNameUri -
zStyle -
Throws:
Exception - if an error occurs
Method Detail

getOperation

public javax.wsdl.Operation getOperation()
Returns:
operation

getName

public String getName()
Returns:
string

getNameSpaceUri

public String getNameSpaceUri()
Returns:
string

getActionNameUri

public String getActionNameUri()
Returns:
string

getStyle

public String getStyle()
Returns:
string

getPort

public JbbWsdlSoapPort getPort()

setPort

public void setPort(JbbWsdlSoapPort port)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.