public class ObjectFactory extends Object
| 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