org.filteredpush.client.util
Class ObjectFactory

java.lang.Object
  extended by org.filteredpush.client.util.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface

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
 
Method Summary
 AcceptMessage createAcceptMessage()
          Create an instance of AcceptMessage
 javax.xml.bind.JAXBElement<AcceptMessage> createAcceptMessage(AcceptMessage value)
          Create an instance of JAXBElement<AcceptMessage>}
 AcceptMessageResponse createAcceptMessageResponse()
          Create an instance of AcceptMessageResponse
 javax.xml.bind.JAXBElement<AcceptMessageResponse> createAcceptMessageResponse(AcceptMessageResponse value)
          Create an instance of JAXBElement<AcceptMessageResponse>}
 CheckForMessages createCheckForMessages()
          Create an instance of CheckForMessages
 javax.xml.bind.JAXBElement<CheckForMessages> createCheckForMessages(CheckForMessages value)
          Create an instance of JAXBElement<CheckForMessages>}
 CheckForMessagesResponse createCheckForMessagesResponse()
          Create an instance of CheckForMessagesResponse
 javax.xml.bind.JAXBElement<CheckForMessagesResponse> createCheckForMessagesResponse(CheckForMessagesResponse value)
          Create an instance of JAXBElement<CheckForMessagesResponse>}
 ClientIdentity createClientIdentity()
          Create an instance of ClientIdentity
 FPMessage createFpMessage()
          Create an instance of FpMessage
 
Methods inherited from class java.lang.Object
equals, 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

Method Detail

createAcceptMessage

public AcceptMessage createAcceptMessage()
Create an instance of AcceptMessage


createCheckForMessagesResponse

public CheckForMessagesResponse createCheckForMessagesResponse()
Create an instance of CheckForMessagesResponse


createAcceptMessageResponse

public AcceptMessageResponse createAcceptMessageResponse()
Create an instance of AcceptMessageResponse


createCheckForMessages

public CheckForMessages createCheckForMessages()
Create an instance of CheckForMessages


createClientIdentity

public ClientIdentity createClientIdentity()
Create an instance of ClientIdentity


createFpMessage

public FPMessage createFpMessage()
Create an instance of FpMessage


createAcceptMessage

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


createCheckForMessages

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


createAcceptMessageResponse

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


createCheckForMessagesResponse

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