com.bea.control
Interface PublishControl

All Superinterfaces:
weblogic.jws.control.Control, com.bea.control.Control, Serializable

public interface PublishControl
extends weblogic.jws.control.Control


Nested Class Summary
 
Nested classes inherited from class com.bea.control.Control
com.bea.control.Control.Callback
 
Method Summary
 com.bea.wli.control.dynamicProperties.PublishControlPropertiesDocument getProperties()
          Sets the dynamic properties for the control
 void setOutputHeaders(Element[] headers)
          Temporarily sets the message headers to use in the next publish operation
 void setProperties(com.bea.wli.control.dynamicProperties.PublishControlPropertiesDocument props)
          Sets the dynamic properties for the control
 

Method Detail

setOutputHeaders

public void setOutputHeaders(Element[] headers)
Temporarily sets the message headers to use in the next publish operation

Parameters:
headers - headers to set

setProperties

public void setProperties(com.bea.wli.control.dynamicProperties.PublishControlPropertiesDocument props)
Sets the dynamic properties for the control

Parameters:
props - the dynamic properties for the control

getProperties

public com.bea.wli.control.dynamicProperties.PublishControlPropertiesDocument getProperties()
Sets the dynamic properties for the control

Returns:
the current properties for the control