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.nortel.soa.oi.cct.types.agentservice
|
public ObjectFactory()
public AgentRequest createAgentRequest()
AgentRequestpublic GetCapabilitiesResponse createGetCapabilitiesResponse()
GetCapabilitiesResponsepublic LoginRequest createLoginRequest()
LoginRequestpublic GetAgentsResponse createGetAgentsResponse()
GetAgentsResponsepublic GetNotificationResponse createGetNotificationResponse()
GetNotificationResponsepublic GetAgentContactTypesResponse createGetAgentContactTypesResponse()
GetAgentContactTypesResponsepublic BooleanResponse createBooleanResponse()
BooleanResponsepublic GetPrivilegesResponse createGetPrivilegesResponse()
GetPrivilegesResponsepublic SetNotificationRequest createSetNotificationRequest()
SetNotificationRequestpublic RetrieveResponse createRetrieveResponse()
RetrieveResponsepublic GetAgentACWEnabledStatusRequest createGetAgentACWEnabledStatusRequest()
GetAgentACWEnabledStatusRequestpublic RetrieveRequest createRetrieveRequest()
RetrieveRequestpublic SetSupervisorRequest createSetSupervisorRequest()
SetSupervisorRequestpublic SetReadyRequest createSetReadyRequest()
SetReadyRequestpublic SetNotReadyReasonCodeRequest createSetNotReadyReasonCodeRequest()
SetNotReadyReasonCodeRequestpublic GetSupervisorResponse createGetSupervisorResponse()
GetSupervisorResponsepublic StringResponse createStringResponse()
StringResponsepublic GetAgentACWEnabledStatusResponse createGetAgentACWEnabledStatusResponse()
GetAgentACWEnabledStatusResponsepublic SetStaticVoiceTerminalRequest createSetStaticVoiceTerminalRequest()
SetStaticVoiceTerminalRequestpublic GetStaticVoiceTerminalResponse createGetStaticVoiceTerminalResponse()
GetStaticVoiceTerminalResponsepublic javax.xml.bind.JAXBElement<BooleanResponse> createIsSupervisorResponse(BooleanResponse value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetTypeRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createIsSupervisorRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetCapabilitiesRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetStaticVoiceTerminalRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetPrivilegesRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetContactTypesRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<GetAgentContactTypesResponse> createGetContactTypesResponse(GetAgentContactTypesResponse value)
public javax.xml.bind.JAXBElement<GetAgentACWEnabledStatusRequest> createGetAgentACWEnabledStatusRequest(GetAgentACWEnabledStatusRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetNotReadyReasonCodeRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<SetStaticVoiceTerminalRequest> createSetStaticVoiceTerminalRequest(SetStaticVoiceTerminalRequest value)
public javax.xml.bind.JAXBElement<GetStaticVoiceTerminalResponse> createGetStaticVoiceTerminalResponse(GetStaticVoiceTerminalResponse value)
public javax.xml.bind.JAXBElement<SetNotificationRequest> createSetNotificationRequest(SetNotificationRequest value)
public javax.xml.bind.JAXBElement<StringResponse> createGetNotReadyReasonCodeResponse(StringResponse value)
public javax.xml.bind.JAXBElement<GetVersionResponse> createGetVersionResponse(GetVersionResponse value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetNotificationRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<GetCapabilitiesResponse> createGetCapabilitiesResponse(GetCapabilitiesResponse value)
public javax.xml.bind.JAXBElement<GetNotificationResponse> createGetNotificationResponse(GetNotificationResponse value)
public javax.xml.bind.JAXBElement<GetAgentACWEnabledStatusResponse> createGetAgentACWEnabledStatusResponse(GetAgentACWEnabledStatusResponse value)
public javax.xml.bind.JAXBElement<AgentRequest> createIsReadyRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<RetrieveResponse> createRetrieveResponse(RetrieveResponse value)
public javax.xml.bind.JAXBElement<AgentRequest> createLogoutRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<StringResponse> createGetTypeResponse(StringResponse value)
public javax.xml.bind.JAXBElement<GetPrivilegesResponse> createGetPrivilegesResponse(GetPrivilegesResponse value)
public javax.xml.bind.JAXBElement<GetVersionRequest> createGetVersionRequest(GetVersionRequest value)
public javax.xml.bind.JAXBElement<BooleanResponse> createIsReadyResponse(BooleanResponse value)
public javax.xml.bind.JAXBElement<GetAgentsResponse> createGetAgentsResponse(GetAgentsResponse value)
public javax.xml.bind.JAXBElement<RetrieveRequest> createRetrieveRequest(RetrieveRequest value)
public javax.xml.bind.JAXBElement<SetSupervisorRequest> createSetSupervisorRequest(SetSupervisorRequest value)
public javax.xml.bind.JAXBElement<SetReadyRequest> createSetReadyRequest(SetReadyRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetSupervisorRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<BooleanResponse> createIsLoggedInResponse(BooleanResponse value)
public javax.xml.bind.JAXBElement<AgentRequest> createIsLoggedInRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<AgentRequest> createGetAgentsRequest(AgentRequest value)
public javax.xml.bind.JAXBElement<LoginRequest> createLoginRequest(LoginRequest value)
public javax.xml.bind.JAXBElement<GetSupervisorResponse> createGetSupervisorResponse(GetSupervisorResponse value)
public javax.xml.bind.JAXBElement<SetNotReadyReasonCodeRequest> createSetNotReadyReasonCodeRequest(SetNotReadyReasonCodeRequest value)
Copyright © 2010 All Rights Reserved.