@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2022-06-24T11:48:59-04:00") 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.apache.locator.types
|
public ObjectFactory()
public ListEndpointsResponse createListEndpointsResponse()
ListEndpointsResponsepublic QueryEndpointsResponse createQueryEndpointsResponse()
QueryEndpointsResponsepublic RegisterPeerManager createRegisterPeerManager()
RegisterPeerManagerpublic RegisterPeerManagerResponse createRegisterPeerManagerResponse()
RegisterPeerManagerResponsepublic DeregisterPeerManager createDeregisterPeerManager()
DeregisterPeerManagerpublic EmptyMessage createEmptyMessage()
EmptyMessagepublic RegisterEndpoint createRegisterEndpoint()
RegisterEndpointpublic EndpointIdentity createEndpointIdentity()
EndpointIdentitypublic DeregisterEndpoint createDeregisterEndpoint()
DeregisterEndpointpublic LookupEndpoint createLookupEndpoint()
LookupEndpointpublic LookupEndpointResponse createLookupEndpointResponse()
LookupEndpointResponsepublic ListEndpointsResponse.Endpoint createListEndpointsResponseEndpoint()
ListEndpointsResponse.Endpointpublic QueryEndpoints createQueryEndpoints()
QueryEndpointspublic QueryEndpointsResponse.Endpoint createQueryEndpointsResponseEndpoint()
QueryEndpointsResponse.Endpointpublic EndpointNotExistFaultException createEndpointNotExistFaultException()
EndpointNotExistFaultExceptionpublic JAXBElement<EmptyMessage> createDeregisterPeerManagerResponse(EmptyMessage value)
value - Java instance representing xml element's value.JAXBElement<EmptyMessage>public JAXBElement<EmptyMessage> createRegisterEndpointResponse(EmptyMessage value)
value - Java instance representing xml element's value.JAXBElement<EmptyMessage>public JAXBElement<EmptyMessage> createDeregisterEndpointResponse(EmptyMessage value)
value - Java instance representing xml element's value.JAXBElement<EmptyMessage>public JAXBElement<EmptyMessage> createListEndpoints(EmptyMessage value)
value - Java instance representing xml element's value.JAXBElement<EmptyMessage>public JAXBElement<EndpointNotExistFaultException> createEndpointNotExistFault(EndpointNotExistFaultException value)
value - Java instance representing xml element's value.JAXBElement<EndpointNotExistFaultException>Apache CXF