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()
RequestProcessingNotification
public RequestProcessingState createRequestProcessingState()
RequestProcessingState
public AnyXmlContentsType createAnyXmlContentsType()
AnyXmlContentsType
public RequestReceivedState createRequestReceivedState()
RequestReceivedState
public IntegerCounter createIntegerCounter()
IntegerCounter
public MessageContentType createMessageContentType()
MessageContentType
public RequestProcessingStateType createRequestProcessingStateType()
RequestProcessingStateType
public GetManageabilityReferencesResponse createGetManageabilityReferencesResponse()
GetManageabilityReferencesResponse
public SaturatedState createSaturatedState()
SaturatedState
public OperationalStateType createOperationalStateType()
OperationalStateType
public EndpointDescriptions createEndpointDescriptions()
EndpointDescriptions
public MessageInformationType createMessageInformationType()
MessageInformationType
public MessageContentSizeType createMessageContentSizeType()
MessageContentSizeType
public OperationDurationMetric createOperationDurationMetric()
OperationDurationMetric
public RequestFailedState createRequestFailedState()
RequestFailedState
public RequestProcessingStateInformationType createRequestProcessingStateInformationType()
RequestProcessingStateInformationType
public OperationOperationalStatusType createOperationOperationalStatusType()
OperationOperationalStatusType
public RequestCompletedState createRequestCompletedState()
RequestCompletedState
public CrashedState createCrashedState()
CrashedState
public DurationMetric createDurationMetric()
DurationMetric
public OperationIntegerCounter createOperationIntegerCounter()
OperationIntegerCounter
public MessageContentNotIncludedFlag createMessageContentNotIncludedFlag()
MessageContentNotIncludedFlag
public StoppedState createStoppedState()
StoppedState
public OperationMetricType createOperationMetricType()
OperationMetricType
public 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.