public class ObjectFactory
extends java.lang.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: com.scene7.ipsapi.common
|
Modifier and Type | Method and Description |
---|---|
AuthenticationFault |
createAuthenticationFault()
Create an instance of
AuthenticationFault |
AuthHeader |
createAuthHeader()
Create an instance of
AuthHeader |
AuthorizationFault |
createAuthorizationFault()
Create an instance of
AuthorizationFault |
IpsApiFault |
createIpsApiFault()
Create an instance of
IpsApiFault |
public ObjectFactory()
public IpsApiFault createIpsApiFault()
IpsApiFault
public AuthenticationFault createAuthenticationFault()
AuthenticationFault
public AuthorizationFault createAuthorizationFault()
AuthorizationFault
public AuthHeader createAuthHeader()
AuthHeader
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"