wt.wrmf.delivery
Interface PipeActionCarrier

All Known Implementing Classes:
ActionShippingItem

public interface PipeActionCarrier

This interface holds an attributes pipeDesc: PipeActionDesc, to specify the what actions should be taken at the remote site. Normally for the remote site, if Windchill is installed, the attribute "pipeDesc" is null by default, and all actions is set by Windchill as default (refer to the API in wt.wrmf.transport.httptransport, say). However, if Windchill is not installed on remote side, this attribute specifies the class name, method name, etc, for how to set up and handle http connections.

Supported API: false

Extendable: false


Field Summary
static String PIPE_DESC
          Label for the attribute.
 
Method Summary
 MethodInvocationDesc getPipeDesc()
          Gets the object for the association that plays role: PIPE_DESC.
 void setPipeDesc(MethodInvocationDesc a_PipeDesc)
          Sets the object for the association that plays role: PIPE_DESC.
 

Field Detail

PIPE_DESC

public static final String PIPE_DESC
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

getPipeDesc

public MethodInvocationDesc getPipeDesc()
Gets the object for the association that plays role: PIPE_DESC.

Supported API: false

Returns:
MethodInvocationDesc

setPipeDesc

public void setPipeDesc(MethodInvocationDesc a_PipeDesc)
                 throws WTPropertyVetoException
Sets the object for the association that plays role: PIPE_DESC.

Supported API: false

Parameters:
a_PipeDesc -
Throws:
WTPropertyVetoException