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.oasis_open.docs.wsdm.mows_2
|
public ObjectFactory()
public RequestProcessingNotification createRequestProcessingNotification()
RequestProcessingNotificationpublic RequestProcessingState createRequestProcessingState()
RequestProcessingStatepublic AnyXmlContentsType createAnyXmlContentsType()
AnyXmlContentsTypepublic RequestReceivedState createRequestReceivedState()
RequestReceivedStatepublic IntegerCounter createIntegerCounter()
IntegerCounterpublic MessageContentType createMessageContentType()
MessageContentTypepublic RequestProcessingStateType createRequestProcessingStateType()
RequestProcessingStateTypepublic GetManageabilityReferencesResponse createGetManageabilityReferencesResponse()
GetManageabilityReferencesResponsepublic SaturatedState createSaturatedState()
SaturatedStatepublic OperationalStateType createOperationalStateType()
OperationalStateTypepublic EndpointDescriptions createEndpointDescriptions()
EndpointDescriptionspublic MessageInformationType createMessageInformationType()
MessageInformationTypepublic MessageContentSizeType createMessageContentSizeType()
MessageContentSizeTypepublic OperationDurationMetric createOperationDurationMetric()
OperationDurationMetricpublic RequestFailedState createRequestFailedState()
RequestFailedStatepublic RequestProcessingStateInformationType createRequestProcessingStateInformationType()
RequestProcessingStateInformationTypepublic OperationOperationalStatusType createOperationOperationalStatusType()
OperationOperationalStatusTypepublic RequestCompletedState createRequestCompletedState()
RequestCompletedStatepublic CrashedState createCrashedState()
CrashedStatepublic DurationMetric createDurationMetric()
DurationMetricpublic OperationIntegerCounter createOperationIntegerCounter()
OperationIntegerCounterpublic MessageContentNotIncludedFlag createMessageContentNotIncludedFlag()
MessageContentNotIncludedFlagpublic StoppedState createStoppedState()
StoppedStatepublic OperationMetricType createOperationMetricType()
OperationMetricTypepublic JAXBElement<StateTransitionType> createLastOperationalStateTransition(StateTransitionType value)
public JAXBElement<IntegerCounter> createLastResponseSize(IntegerCounter value)
public JAXBElement<OperationOperationalStatusType> createOperationOperationalStatus(OperationOperationalStatusType value)
public JAXBElement<Object> createGetManageabilityReferences(Object value)
public JAXBElement<IntegerCounter> createMaxResponseSize(IntegerCounter value)
public JAXBElement<byte[]> createIPV4Address(byte[] value)
public JAXBElement<IntegerCounter> createLastRequestSize(IntegerCounter value)
public JAXBElement<IntegerCounter> createMaxRequestSize(IntegerCounter value)
public JAXBElement<OperationalStateType> createCurrentOperationalState(OperationalStateType value)
public JAXBElement<OperationMetricType> createOperationMetrics(OperationMetricType value)
public JAXBElement<byte[]> createIPV6Address(byte[] value)
public JAXBElement<DurationMetric> createMaxResponseTime(DurationMetric value)
public JAXBElement<W3CEndpointReference> createEndpointReference(W3CEndpointReference value)
public JAXBElement<DurationMetric> createLastResponseTime(DurationMetric value)
public JAXBElement<DurationMetric> createServiceTime(DurationMetric value)
public JAXBElement<IntegerCounter> createNumberOfSuccessfulRequests(IntegerCounter value)
public JAXBElement<IntegerCounter> createNumberOfFailedRequests(IntegerCounter value)
public JAXBElement<IntegerCounter> createNumberOfRequests(IntegerCounter value)
Copyright © 2008–2017 MIL-OSS. All rights reserved.