org.mule.example.employee
Class ObjectFactory

java.lang.Object
  extended by org.mule.example.employee.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.mule.example.employee 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.mule.example.employee
 
Method Summary
 AddEmployee createAddEmployee()
          Create an instance of AddEmployee
 JAXBElement<AddEmployee> createAddEmployee(AddEmployee value)
          Create an instance of JAXBElement<AddEmployee>}
 AddEmployeeResponse createAddEmployeeResponse()
          Create an instance of AddEmployeeResponse
 JAXBElement<AddEmployeeResponse> createAddEmployeeResponse(AddEmployeeResponse value)
          Create an instance of JAXBElement<AddEmployeeResponse>}
 Employee createEmployee()
          Create an instance of Employee
 GetEmployees createGetEmployees()
          Create an instance of GetEmployees
 JAXBElement<GetEmployees> createGetEmployees(GetEmployees value)
          Create an instance of JAXBElement<GetEmployees>}
 GetEmployeesResponse createGetEmployeesResponse()
          Create an instance of GetEmployeesResponse
 JAXBElement<GetEmployeesResponse> createGetEmployeesResponse(GetEmployeesResponse value)
          Create an instance of JAXBElement<GetEmployeesResponse>}
 
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.mule.example.employee

Method Detail

createAddEmployeeResponse

public AddEmployeeResponse createAddEmployeeResponse()
Create an instance of AddEmployeeResponse


createAddEmployee

public AddEmployee createAddEmployee()
Create an instance of AddEmployee


createEmployee

public Employee createEmployee()
Create an instance of Employee


createGetEmployees

public GetEmployees createGetEmployees()
Create an instance of GetEmployees


createGetEmployeesResponse

public GetEmployeesResponse createGetEmployeesResponse()
Create an instance of GetEmployeesResponse


createAddEmployee

public JAXBElement<AddEmployee> createAddEmployee(AddEmployee value)
Create an instance of JAXBElement<AddEmployee>}


createGetEmployees

public JAXBElement<GetEmployees> createGetEmployees(GetEmployees value)
Create an instance of JAXBElement<GetEmployees>}


createAddEmployeeResponse

public JAXBElement<AddEmployeeResponse> createAddEmployeeResponse(AddEmployeeResponse value)
Create an instance of JAXBElement<AddEmployeeResponse>}


createGetEmployeesResponse

public JAXBElement<GetEmployeesResponse> createGetEmployeesResponse(GetEmployeesResponse value)
Create an instance of JAXBElement<GetEmployeesResponse>}



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.