com.quadrique.jbuildingblocks.core.io.webServices.client.wsdl
Class JbbWsdlSoapOperation
java.lang.Object
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
JbbWsdlSoapOperation
public JbbWsdlSoapOperation(javax.wsdl.Operation zOp,
String zOpNameSpaceUri,
String zOpActionNameUri,
String zStyle,
JbbWsdlSoapPort port)
throws Exception
- constructor
- Parameters:
zOp - the operationzOpNameSpaceUri - the value of the namespace attribute of the tag soap:bodyzOpActionNameUri - zStyle -
- Throws:
Exception - if an error occurs
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.