protected class ApplicationProxy.ServiceOverview
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Date |
deployTime |
protected ServiceOperation |
errorHandlers |
protected java.util.Vector<java.lang.String> |
errorHandlerVector |
protected java.lang.String |
implementationFlowName |
protected java.util.HashMap<java.lang.String,java.lang.String> |
internalComponents |
protected java.util.HashMap<java.lang.String,ServiceOperation> |
operationMap |
protected java.util.Vector<ServiceOperation> |
operationVector |
protected java.lang.String |
queryURL |
protected java.lang.String |
serviceURL |
Modifier | Constructor and Description |
---|---|
protected |
ApplicationProxy.ServiceOverview() |
protected java.util.Vector<ServiceOperation> operationVector
protected java.util.HashMap<java.lang.String,ServiceOperation> operationMap
protected ServiceOperation errorHandlers
protected java.util.Vector<java.lang.String> errorHandlerVector
protected java.util.HashMap<java.lang.String,java.lang.String> internalComponents
protected java.lang.String implementationFlowName
protected java.lang.String serviceURL
protected java.lang.String queryURL
protected java.util.Date deployTime