public class ProfileParser extends Object
Constructor and Description |
---|
ProfileParser() |
Modifier and Type | Method and Description |
---|---|
CreateSignatureEnvironmentProfile |
parseCreateSignatureEnvironmentProfile(Element profileElem)
Parse a
CreateSignatureEnvironmentProfile DOM element. |
CreateTransformsInfoProfile |
parseCreateTransformsInfoProfile(Element profileElem)
Parse a
CreateTransformsInfoProfile DOM element. |
SupplementProfile |
parseSupplementProfile(Element profileElem)
Parse a
SupplementProfile DOM element. |
VerifyTransformsInfoProfile |
parseVerifyTransformsInfoProfile(Element profileElem)
Parse a
VerifyTransformsInfoProfile DOM element. |
public CreateTransformsInfoProfile parseCreateTransformsInfoProfile(Element profileElem) throws MOAApplicationException
CreateTransformsInfoProfile
DOM element.profileElem
- The CreateTransformsInfoProfile
element
to parse.CreateTransformsInfoProfile
API object containing
the data from the profileElem
.MOAApplicationException
- An error occurred parsing the DOM element.public CreateSignatureEnvironmentProfile parseCreateSignatureEnvironmentProfile(Element profileElem)
CreateSignatureEnvironmentProfile
DOM element.profileElem
- The CreateSignatureEnvironmentProfile
DOM element to parse.CreateSignatureEnvironmentProfile
API object
containing the data from the profileElem
.public SupplementProfile parseSupplementProfile(Element profileElem)
SupplementProfile
DOM element.profileElem
- The SupplementProfile
DOM element to parse.SupplementProfile
API object containing the
data from the SupplementProfile
DOM element.public VerifyTransformsInfoProfile parseVerifyTransformsInfoProfile(Element profileElem) throws MOAApplicationException
VerifyTransformsInfoProfile
DOM element.profileElem
- The VerifyTransformsInfoProfile
DOM
element to parse.VerifyTransformsInfoProfile
API object containing
the information from the VerifyTransformsInfoProfile
DOM
element.MOAApplicationException
- An error occurred parsing the
VerifyTransformsInfoProfile
.Copyright © 2016. All rights reserved.