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.userservice
|
public ObjectFactory()
public StartHASwitchEventListenerRequest createStartHASwitchEventListenerRequest()
StartHASwitchEventListenerRequest
public StopHASwitchEventListenerResponse createStopHASwitchEventListenerResponse()
StopHASwitchEventListenerResponse
public SubscribeType createSubscribeType()
SubscribeType
public SubscribeResponseType createSubscribeResponseType()
SubscribeResponseType
public UnsubscribeResponseType createUnsubscribeResponseType()
UnsubscribeResponseType
public SessionHeartbeatAndHACheckResponse createSessionHeartbeatAndHACheckResponse()
SessionHeartbeatAndHACheckResponse
public SessionHeartbeatAndHACheckRequest createSessionHeartbeatAndHACheckRequest()
SessionHeartbeatAndHACheckRequest
public StopHASwitchEventListenerRequest createStopHASwitchEventListenerRequest()
StopHASwitchEventListenerRequest
public UnsubscribeType createUnsubscribeType()
UnsubscribeType
public StartHASwitchEventListenerResponse createStartHASwitchEventListenerResponse()
StartHASwitchEventListenerResponse
public javax.xml.bind.JAXBElement<StartHASwitchEventListenerResponse> createStartHASwitchEventListenerResponse(StartHASwitchEventListenerResponse value)
public javax.xml.bind.JAXBElement<UnsubscribeResponseType> createUnsubscribeResponse(UnsubscribeResponseType value)
public javax.xml.bind.JAXBElement<SubscribeType> createSubscribe(SubscribeType value)
public javax.xml.bind.JAXBElement<GetVersionRequest> createGetVersionRequest(GetVersionRequest value)
public javax.xml.bind.JAXBElement<StopHASwitchEventListenerRequest> createStopHASwitchEventListenerRequest(StopHASwitchEventListenerRequest value)
public javax.xml.bind.JAXBElement<org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ExceptionInfo> createSubscribeFailedFault(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ExceptionInfo value)
JAXBElement
<
ExceptionInfo
>
}public javax.xml.bind.JAXBElement<SessionHeartbeatAndHACheckRequest> createSessionHeartbeatAndHACheckRequest(SessionHeartbeatAndHACheckRequest value)
public javax.xml.bind.JAXBElement<StopHASwitchEventListenerResponse> createStopHASwitchEventListenerResponse(StopHASwitchEventListenerResponse value)
public javax.xml.bind.JAXBElement<SubscribeResponseType> createSubscribeResponse(SubscribeResponseType value)
public javax.xml.bind.JAXBElement<org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ExceptionInfo> createStartHASwitchEventListenerFault(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ExceptionInfo value)
JAXBElement
<
ExceptionInfo
>
}public javax.xml.bind.JAXBElement<org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ExceptionInfo> createStopHASwitchEventListenerFault(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ExceptionInfo value)
JAXBElement
<
ExceptionInfo
>
}public javax.xml.bind.JAXBElement<org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ExceptionInfo> createUnsubscribeFailedFault(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ExceptionInfo value)
JAXBElement
<
ExceptionInfo
>
}public javax.xml.bind.JAXBElement<SessionHeartbeatAndHACheckResponse> createSessionHeartbeatAndHACheckResponse(SessionHeartbeatAndHACheckResponse value)
public javax.xml.bind.JAXBElement<GetVersionResponse> createGetVersionResponse(GetVersionResponse value)
public javax.xml.bind.JAXBElement<UnsubscribeType> createUnsubscribe(UnsubscribeType value)
public javax.xml.bind.JAXBElement<org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ExceptionInfo> createSessionHeartbeatAndHACheckFault(org.oasis_open.docs.wsrf._2004._06.wsrf_ws_basefaults_1_2_draft_01.ExceptionInfo value)
JAXBElement
<
ExceptionInfo
>
}public javax.xml.bind.JAXBElement<StartHASwitchEventListenerRequest> createStartHASwitchEventListenerRequest(StartHASwitchEventListenerRequest value)
Copyright © 2010 All Rights Reserved.