Package | Description |
---|---|
com.pega.pegarules.pub.util |
Miscellaneous public utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
XSDComponentBuilder |
ServiceUtils.getXSDComponentBuilder(java.io.File aFile)
Create an instance of the XSDComponentBuilder class that
can be used to load WSDL or XML Schema documents to generate
XSDComponent objects.
|
XSDComponentBuilder |
ServiceUtils.getXSDComponentBuilder(PRFile aFile)
Create an instance of the XSDComponentBuilder class that
can be used to load WSDL or XML Schema documents to generate
XSDComponent objects.
|
XSDComponentBuilder |
ServiceUtils.getXSDComponentBuilder(java.io.Reader aReader)
Create an instance of the XSDComponentBuilder class that
can be used to load WSDL or XML Schema documents to generate
XSDComponent objects.
|
XSDComponentBuilder |
ServiceUtils.getXSDComponentBuilder(java.lang.String aURLVal)
Create an instance of the XSDComponentBuilder class that
can be used to load WSDL or XML Schema documents to generate
XSDComponent objects.
|
XSDComponentBuilder |
ServiceUtils.getXSDComponentBuilder(java.net.URL aURL)
Create an instance of the XSDComponentBuilder class that
can be used to load WSDL or XML Schema documents to generate
XSDComponent objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceUtils.configureMappingRules(XSDComponentBuilder aBuilder,
StringMap aOptions,
ClipboardProperty aRuleList)
Configure XML mapping rules that have already been added to the rule list.
|
void |
ServiceUtils.generateMappingRules(XSDComponentBuilder aBuilder,
java.util.List aElemNames,
StringMap aOptions,
ClipboardProperty aRuleList)
Generate rules for the given set of element names.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.