org.apache.wsif.providers.jca
Interface WSIFBindingOperation_JCAProperty


public interface WSIFBindingOperation_JCAProperty

An interface which is used to expose InteractionSpec or ConnectionSpec properties as data at runtime by using parts in a message.

Author:
John Green

Method Summary
 java.lang.String getPartName()
          Returns the name of the part which contains the InteractionSpec or ConnectionSpec property value.
 java.lang.String getPropertyName()
          Returns the name of the InteractionSpec or ConnectionSpec property which is being stored.
 void setPartName(java.lang.String partName)
          Sets the name of the part which contains the InteractionSpec or ConnectionSpec property value.
 void setPropertyName(java.lang.String propertyName)
          Sets the name of the InteractionSpec or ConnectionSpec property which is being stored.
 

Method Detail

getPartName

public java.lang.String getPartName()
Returns the name of the part which contains the InteractionSpec or ConnectionSpec property value.


getPropertyName

public java.lang.String getPropertyName()
Returns the name of the InteractionSpec or ConnectionSpec property which is being stored.


setPartName

public void setPartName(java.lang.String partName)
Sets the name of the part which contains the InteractionSpec or ConnectionSpec property value.


setPropertyName

public void setPropertyName(java.lang.String propertyName)
Sets the name of the InteractionSpec or ConnectionSpec property which is being stored.



Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.