org.apache.locator.types
Class ObjectFactory

java.lang.Object
  extended by org.apache.locator.types.ObjectFactory

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 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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.locator.types
 
Method Summary
 DeregisterEndpoint createDeregisterEndpoint()
          Create an instance of DeregisterEndpoint
 javax.xml.bind.JAXBElement<EmptyMessage> createDeregisterEndpointResponse(EmptyMessage value)
          Create an instance of JAXBElement<EmptyMessage>}
 DeregisterPeerManager createDeregisterPeerManager()
          Create an instance of DeregisterPeerManager
 javax.xml.bind.JAXBElement<EmptyMessage> createDeregisterPeerManagerResponse(EmptyMessage value)
          Create an instance of JAXBElement<EmptyMessage>}
 EmptyMessage createEmptyMessage()
          Create an instance of EmptyMessage
 EndpointIdentity createEndpointIdentity()
          Create an instance of EndpointIdentity
 javax.xml.bind.JAXBElement<EndpointNotExistFaultException> createEndpointNotExistFault(EndpointNotExistFaultException value)
          Create an instance of JAXBElement<EndpointNotExistFaultException>}
 EndpointNotExistFaultException createEndpointNotExistFaultException()
          Create an instance of EndpointNotExistFaultException
 javax.xml.bind.JAXBElement<EmptyMessage> createListEndpoints(EmptyMessage value)
          Create an instance of JAXBElement<EmptyMessage>}
 ListEndpointsResponse createListEndpointsResponse()
          Create an instance of ListEndpointsResponse
 ListEndpointsResponse.Endpoint createListEndpointsResponseEndpoint()
          Create an instance of ListEndpointsResponse.Endpoint
 LookupEndpoint createLookupEndpoint()
          Create an instance of LookupEndpoint
 LookupEndpointResponse createLookupEndpointResponse()
          Create an instance of LookupEndpointResponse
 QueryEndpoints createQueryEndpoints()
          Create an instance of QueryEndpoints
 QueryEndpointsResponse createQueryEndpointsResponse()
          Create an instance of QueryEndpointsResponse
 QueryEndpointsResponse.Endpoint createQueryEndpointsResponseEndpoint()
          Create an instance of QueryEndpointsResponse.Endpoint
 RegisterEndpoint createRegisterEndpoint()
          Create an instance of RegisterEndpoint
 javax.xml.bind.JAXBElement<EmptyMessage> createRegisterEndpointResponse(EmptyMessage value)
          Create an instance of JAXBElement<EmptyMessage>}
 RegisterPeerManager createRegisterPeerManager()
          Create an instance of RegisterPeerManager
 RegisterPeerManagerResponse createRegisterPeerManagerResponse()
          Create an instance of RegisterPeerManagerResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

createQueryEndpointsResponseEndpoint

public QueryEndpointsResponse.Endpoint createQueryEndpointsResponseEndpoint()
Create an instance of QueryEndpointsResponse.Endpoint


createEndpointNotExistFaultException

public EndpointNotExistFaultException createEndpointNotExistFaultException()
Create an instance of EndpointNotExistFaultException


createLookupEndpoint

public LookupEndpoint createLookupEndpoint()
Create an instance of LookupEndpoint


createEndpointIdentity

public EndpointIdentity createEndpointIdentity()
Create an instance of EndpointIdentity


createRegisterPeerManagerResponse

public RegisterPeerManagerResponse createRegisterPeerManagerResponse()
Create an instance of RegisterPeerManagerResponse


createEmptyMessage

public EmptyMessage createEmptyMessage()
Create an instance of EmptyMessage


createListEndpointsResponse

public ListEndpointsResponse createListEndpointsResponse()
Create an instance of ListEndpointsResponse


createListEndpointsResponseEndpoint

public ListEndpointsResponse.Endpoint createListEndpointsResponseEndpoint()
Create an instance of ListEndpointsResponse.Endpoint


createDeregisterEndpoint

public DeregisterEndpoint createDeregisterEndpoint()
Create an instance of DeregisterEndpoint


createLookupEndpointResponse

public LookupEndpointResponse createLookupEndpointResponse()
Create an instance of LookupEndpointResponse


createDeregisterPeerManager

public DeregisterPeerManager createDeregisterPeerManager()
Create an instance of DeregisterPeerManager


createQueryEndpoints

public QueryEndpoints createQueryEndpoints()
Create an instance of QueryEndpoints


createQueryEndpointsResponse

public QueryEndpointsResponse createQueryEndpointsResponse()
Create an instance of QueryEndpointsResponse


createRegisterEndpoint

public RegisterEndpoint createRegisterEndpoint()
Create an instance of RegisterEndpoint


createRegisterPeerManager

public RegisterPeerManager createRegisterPeerManager()
Create an instance of RegisterPeerManager


createRegisterEndpointResponse

public javax.xml.bind.JAXBElement<EmptyMessage> createRegisterEndpointResponse(EmptyMessage value)
Create an instance of JAXBElement<EmptyMessage>}


createDeregisterPeerManagerResponse

public javax.xml.bind.JAXBElement<EmptyMessage> createDeregisterPeerManagerResponse(EmptyMessage value)
Create an instance of JAXBElement<EmptyMessage>}


createEndpointNotExistFault

public javax.xml.bind.JAXBElement<EndpointNotExistFaultException> createEndpointNotExistFault(EndpointNotExistFaultException value)
Create an instance of JAXBElement<EndpointNotExistFaultException>}


createListEndpoints

public javax.xml.bind.JAXBElement<EmptyMessage> createListEndpoints(EmptyMessage value)
Create an instance of JAXBElement<EmptyMessage>}


createDeregisterEndpointResponse

public javax.xml.bind.JAXBElement<EmptyMessage> createDeregisterEndpointResponse(EmptyMessage value)
Create an instance of JAXBElement<EmptyMessage>}



Apache CXF