xflow.protocol
Class DeployModelRequest

java.lang.Object
  extended byxflow.protocol.Request
      extended byxflow.protocol.DeployModelRequest
All Implemented Interfaces:
java.io.Serializable

public class DeployModelRequest
extends Request

See Also:
Serialized Form

Field Summary
 java.lang.String type
           
 java.lang.String xml
           
 
Fields inherited from class xflow.protocol.Request
replyName, user
 
Constructor Summary
DeployModelRequest()
           
 
Methods inherited from class xflow.protocol.Request
service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xml

public java.lang.String xml

type

public java.lang.String type
Constructor Detail

DeployModelRequest

public DeployModelRequest()