|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object bexee.wsdl.extensions.partnerlinktype.impl.RoleImpl
A default implementation of the Role
BPEL extension to WSDL.
Constructor Summary | |
RoleImpl()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RoleImpl()
Method Detail |
public java.lang.String getName()
Role
getName
in interface Role
public void setName(java.lang.String name)
Role
setName
in interface Role
name
- The name to set.public javax.wsdl.PortType getPortType()
Role
getPortType
in interface Role
public void setPortType(javax.wsdl.PortType portType)
Role
setPortType
in interface Role
portType
- The portType to set.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |