Package org.apache.locator.types
Class ObjectFactory
java.lang.Object
org.apache.locator.types.ObjectFactory
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.5",
date="2024-12-09T12:26:03-05:00")
public class ObjectFactory
extends Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.locator.types package.
An ObjectFactory allows you to programmatically 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 Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.locator.types -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofDeregisterEndpointjakarta.xml.bind.JAXBElement<EmptyMessage>Create an instance ofDeregisterPeerManagerjakarta.xml.bind.JAXBElement<EmptyMessage>Create an instance ofEmptyMessageCreate an instance ofEndpointIdentityjakarta.xml.bind.JAXBElement<EndpointNotExistFaultException>Create an instance ofEndpointNotExistFaultExceptionjakarta.xml.bind.JAXBElement<EmptyMessage>createListEndpoints(EmptyMessage value) Create an instance ofListEndpointsResponseCreate an instance ofListEndpointsResponse.EndpointCreate an instance ofLookupEndpointCreate an instance ofLookupEndpointResponseCreate an instance ofQueryEndpointsCreate an instance ofQueryEndpointsResponseCreate an instance ofQueryEndpointsResponse.EndpointCreate an instance ofRegisterEndpointjakarta.xml.bind.JAXBElement<EmptyMessage>Create an instance ofRegisterPeerManagerCreate an instance ofRegisterPeerManagerResponse
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.locator.types
-
-
Method Details
-
createListEndpointsResponse
Create an instance ofListEndpointsResponse- Returns:
- the new instance of
ListEndpointsResponse
-
createQueryEndpointsResponse
Create an instance ofQueryEndpointsResponse- Returns:
- the new instance of
QueryEndpointsResponse
-
createRegisterPeerManager
Create an instance ofRegisterPeerManager- Returns:
- the new instance of
RegisterPeerManager
-
createRegisterPeerManagerResponse
Create an instance ofRegisterPeerManagerResponse- Returns:
- the new instance of
RegisterPeerManagerResponse
-
createDeregisterPeerManager
Create an instance ofDeregisterPeerManager- Returns:
- the new instance of
DeregisterPeerManager
-
createEmptyMessage
Create an instance ofEmptyMessage- Returns:
- the new instance of
EmptyMessage
-
createRegisterEndpoint
Create an instance ofRegisterEndpoint- Returns:
- the new instance of
RegisterEndpoint
-
createEndpointIdentity
Create an instance ofEndpointIdentity- Returns:
- the new instance of
EndpointIdentity
-
createDeregisterEndpoint
Create an instance ofDeregisterEndpoint- Returns:
- the new instance of
DeregisterEndpoint
-
createLookupEndpoint
Create an instance ofLookupEndpoint- Returns:
- the new instance of
LookupEndpoint
-
createLookupEndpointResponse
Create an instance ofLookupEndpointResponse- Returns:
- the new instance of
LookupEndpointResponse
-
createListEndpointsResponseEndpoint
Create an instance ofListEndpointsResponse.Endpoint- Returns:
- the new instance of
ListEndpointsResponse.Endpoint
-
createQueryEndpoints
Create an instance ofQueryEndpoints- Returns:
- the new instance of
QueryEndpoints
-
createQueryEndpointsResponseEndpoint
Create an instance ofQueryEndpointsResponse.Endpoint- Returns:
- the new instance of
QueryEndpointsResponse.Endpoint
-
createEndpointNotExistFaultException
Create an instance ofEndpointNotExistFaultException- Returns:
- the new instance of
EndpointNotExistFaultException
-
createDeregisterPeerManagerResponse
public jakarta.xml.bind.JAXBElement<EmptyMessage> createDeregisterPeerManagerResponse(EmptyMessage value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EmptyMessage>
-
createRegisterEndpointResponse
public jakarta.xml.bind.JAXBElement<EmptyMessage> createRegisterEndpointResponse(EmptyMessage value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EmptyMessage>
-
createDeregisterEndpointResponse
public jakarta.xml.bind.JAXBElement<EmptyMessage> createDeregisterEndpointResponse(EmptyMessage value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EmptyMessage>
-
createListEndpoints
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EmptyMessage>
-
createEndpointNotExistFault
public jakarta.xml.bind.JAXBElement<EndpointNotExistFaultException> createEndpointNotExistFault(EndpointNotExistFaultException value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointNotExistFaultException>
-