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 QueryEndpointsResponse createQueryEndpointsResponse()
QueryEndpointsResponsepublic ListEndpointsResponse createListEndpointsResponse()
ListEndpointsResponsepublic RegisterEndpoint createRegisterEndpoint()
RegisterEndpointpublic EndpointIdentity createEndpointIdentity()
EndpointIdentitypublic EndpointNotExistFaultException createEndpointNotExistFaultException()
EndpointNotExistFaultExceptionpublic EmptyMessage createEmptyMessage()
EmptyMessagepublic QueryEndpointsResponse.Endpoint createQueryEndpointsResponseEndpoint()
QueryEndpointsResponse.Endpointpublic DeregisterPeerManager createDeregisterPeerManager()
DeregisterPeerManagerpublic QueryEndpoints createQueryEndpoints()
QueryEndpointspublic LookupEndpoint createLookupEndpoint()
LookupEndpointpublic ListEndpointsResponse.Endpoint createListEndpointsResponseEndpoint()
ListEndpointsResponse.Endpointpublic LookupEndpointResponse createLookupEndpointResponse()
LookupEndpointResponsepublic RegisterPeerManager createRegisterPeerManager()
RegisterPeerManagerpublic DeregisterEndpoint createDeregisterEndpoint()
DeregisterEndpointpublic RegisterPeerManagerResponse createRegisterPeerManagerResponse()
RegisterPeerManagerResponsepublic JAXBElement<EmptyMessage> createRegisterEndpointResponse(EmptyMessage value)
public JAXBElement<EmptyMessage> createDeregisterPeerManagerResponse(EmptyMessage value)
public JAXBElement<EndpointNotExistFaultException> createEndpointNotExistFault(EndpointNotExistFaultException value)
public JAXBElement<EmptyMessage> createListEndpoints(EmptyMessage value)
public JAXBElement<EmptyMessage> createDeregisterEndpointResponse(EmptyMessage value)
Apache CXF