bexee.wsdl.extensions.partnerlinktype
Interface Role

All Known Implementing Classes:
RoleImpl

public interface Role

This interface represents the Role BPEL extension to WSDL.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:21 $
Author:
Patric Fornasier, Pawel Kowalski

Method Summary
 java.lang.String getName()
          Get the name of this Role.
 javax.wsdl.PortType getPortType()
          Get the PortType of this Role.
 void setName(java.lang.String name)
          Set the name of this Role.
 void setPortType(javax.wsdl.PortType portType)
          Set the PortType of this Role.
 

Method Detail

setName

public void setName(java.lang.String name)
Set the name of this Role.

Parameters:
name -

getName

public java.lang.String getName()
Get the name of this Role.

Returns:

setPortType

public void setPortType(javax.wsdl.PortType portType)
Set the PortType of this Role.

Parameters:
portType -

getPortType

public javax.wsdl.PortType getPortType()
Get the PortType of this Role.

Returns:


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.