public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.iru.rts.ws.wsst_1
|
| Modifier and Type | Method and Description |
|---|---|
SafeTIRReconParams |
createSafeTIRReconParams()
Create an instance of
SafeTIRReconParams |
SafeTIRUploadAck |
createSafeTIRUploadAck()
Create an instance of
SafeTIRUploadAck |
SafeTIRUploadParams |
createSafeTIRUploadParams()
Create an instance of
SafeTIRUploadParams |
WSRE |
createWSRE()
Create an instance of
WSRE |
WSREResponse |
createWSREResponse()
Create an instance of
WSREResponse |
WSST |
createWSST()
Create an instance of
WSST |
WSSTResponse |
createWSSTResponse()
Create an instance of
WSSTResponse |
public ObjectFactory()
public SafeTIRReconParams createSafeTIRReconParams()
SafeTIRReconParamspublic SafeTIRUploadParams createSafeTIRUploadParams()
SafeTIRUploadParamspublic WSREResponse createWSREResponse()
WSREResponsepublic WSSTResponse createWSSTResponse()
WSSTResponsepublic SafeTIRUploadAck createSafeTIRUploadAck()
SafeTIRUploadAckCopyright © 2017. All rights reserved.