Modifier and Type | Field and Description |
---|---|
WSIO |
IntGenerator.optimizedRequest |
WSIO |
IntGenerator.optimizedResponse |
Modifier and Type | Method and Description |
---|---|
WSIO |
IntGenerator.getWSIO()
Return WSIO object.
|
Modifier and Type | Method and Description |
---|---|
void |
WSIOTreeSetRemote.fill(WSIO wsio,
boolean top,
java.util.LinkedHashMap<java.lang.String,java.lang.String> removeMap) |
void |
WSIOTreeSet.fill(WSIO wsio,
boolean top,
java.util.LinkedHashMap<java.lang.String,java.lang.String> removeMap)
Sets originating MBO name
|
void |
IntGenerator.setWSIO(WSIO in)
Sets WSIO object.
|
Modifier and Type | Method and Description |
---|---|
static void |
WSIOMaxArtifactsCreator.create(WSIO optimizedRequest,
WSIO optimizedResponse,
IntGeneratorInfo interActionInfo,
UserInfo userInfo,
MXTransaction mxTrans) |
Modifier and Type | Method and Description |
---|---|
WSIO |
WSIO.getFirstChild() |
WSIO |
WSIO.getParent() |
WSIO |
OBPInfo.getRequest() |
WSIO |
OBPInfo.getResponse() |
Modifier and Type | Method and Description |
---|---|
java.util.List<WSIO> |
WSIO.getWSIOChildren() |
Modifier and Type | Method and Description |
---|---|
void |
WSIO.addWSIOChild(WSIO wsioChild) |
OBPInfo |
OBPInfo.createNewInstance(WSIO request,
WSIO response) |
void |
OBPInfo.setRequest(WSIO request) |
void |
OBPInfo.setResponse(WSIO response) |
Modifier and Type | Method and Description |
---|---|
void |
WSIO.addWSIOChildren(java.util.List<WSIO> addnlWsioChildren) |
void |
WSIO.setWSIOChildren(java.util.List<WSIO> wsioChildren) |
Constructor and Description |
---|
OBPInfo(java.lang.String serviceName,
java.lang.String portName,
java.lang.String wsdlOperation,
java.lang.String doc,
WSIO request,
WSIO response,
java.util.Map<java.lang.String,java.lang.String> nsContext) |
Modifier and Type | Method and Description |
---|---|
WSIO |
RequestMboSet.getWSIO()
Gets WSIO.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.StringBuffer |
InteractionUtil.getIntrRelationsWhere(WSIO wsio,
InteractionInfo interactionInfo,
boolean isReq) |
static java.lang.StringBuffer |
InteractionUtil.getObjectsWhere(WSIO wsio,
java.lang.StringBuffer where) |
static java.lang.StringBuffer |
InteractionUtil.getWsioRelationsWhere(WSIO wsio,
java.lang.StringBuffer where) |
static void |
InteractionUtil.reloadCache(WSIO optimizedRequest,
WSIO optimizedResponse) |
java.lang.String |
WSIOProcessBaseExit.removeParentLocation(java.lang.String strXPath,
WSIO wsio,
boolean isWsioAttr)
Return the current xml location.
|
void |
RequestMboSet.setWSIO(WSIO wsio)
Causes the NonP-MboSet used for method parameter validation to setup itself for use.
|