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 |
WSIOTreeSet.fill(WSIO wsio,
boolean top,
java.util.LinkedHashMap removeMap)
Sets originating MBO name
|
void |
WSIOTreeSetRemote.fill(WSIO wsio,
boolean top,
java.util.LinkedHashMap removeMap) |
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() |
protected WSIO |
OBPGenerator.optimizeUsingRule1(WSIO rootWSIO) |
protected WSIO |
OBPGenerator.optimizeUsingRule2(WSIO rootWSIO) |
protected WSIO |
OBPGenerator.optimizeWSIO(WSIO rootWSIO) |
protected WSIO |
OBPGenerator.resolveInvalidWSIOs(WSIO wsio,
boolean req) |
Modifier and Type | Method and Description |
---|---|
void |
WSIO.addWSIOChild(WSIO wsioChild) |
OBPInfo |
OBPInfo.createNewInstance(WSIO request,
WSIO response) |
protected void |
OBPGenerator.generateWSIOAttributeName(WSIO parentWSIO,
WSIOAttribute wsioAttr,
boolean rand) |
protected boolean |
OBPGenerator.isRecursiveDefn(WSIO parentWSIO,
org.apache.xmlbeans.SchemaType obpSchemaElemType) |
protected void |
OBPGenerator.mergeChildrenToParent(WSIO wsio) |
protected WSIO |
OBPGenerator.optimizeUsingRule1(WSIO rootWSIO) |
protected WSIO |
OBPGenerator.optimizeUsingRule2(WSIO rootWSIO) |
protected WSIO |
OBPGenerator.optimizeWSIO(WSIO rootWSIO) |
protected void |
OBPGenerator.parseSchema(WSIO parentWSIO,
OBPSchemaElement schemaElem) |
protected void |
OBPGenerator.removeDeletedNodes(WSIO wsio) |
protected WSIO |
OBPGenerator.resolveInvalidWSIOs(WSIO wsio,
boolean req) |
void |
OBPInfo.setRequest(WSIO request) |
void |
OBPInfo.setResponse(WSIO response) |
protected void |
OBPGenerator.setWSIOMetaData(WSIO parentWSIO,
WSIO wsio,
OBPSchemaElement schemaElem) |
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 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.
|