|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoa.sca.samples.candystore.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the soa.sca.samples.candystore 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: soa.sca.samples.candystore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public GetTotalResponse createGetTotalResponse()
GetTotalResponse
public Record createRecord()
Record
public DeleteCart createDeleteCart()
DeleteCart
public AddResponse createAddResponse()
AddResponse
public CheckoutCart createCheckoutCart()
CheckoutCart
public GetCartProducts createGetCartProducts()
GetCartProducts
public GetTotal createGetTotal()
GetTotal
public GetCartProductsResponse createGetCartProductsResponse()
GetCartProductsResponse
public GetCatalogProducts createGetCatalogProducts()
GetCatalogProducts
public GetCatalogProductsResponse createGetCatalogProductsResponse()
GetCatalogProductsResponse
public Add createAdd()
Add
public Product createProduct()
Product
public CheckoutCartResponse createCheckoutCartResponse()
CheckoutCartResponse
public DeleteCartResponse createDeleteCartResponse()
DeleteCartResponse
public javax.xml.bind.JAXBElement<DeleteCartResponse> createDeleteCartResponse(DeleteCartResponse value)
JAXBElement
<
DeleteCartResponse
>
}
public javax.xml.bind.JAXBElement<GetTotal> createGetTotal(GetTotal value)
JAXBElement
<
GetTotal
>
}
public javax.xml.bind.JAXBElement<GetTotalResponse> createGetTotalResponse(GetTotalResponse value)
JAXBElement
<
GetTotalResponse
>
}
public javax.xml.bind.JAXBElement<GetCatalogProductsResponse> createGetCatalogProductsResponse(GetCatalogProductsResponse value)
JAXBElement
<
GetCatalogProductsResponse
>
}
public javax.xml.bind.JAXBElement<DeleteCart> createDeleteCart(DeleteCart value)
JAXBElement
<
DeleteCart
>
}
public javax.xml.bind.JAXBElement<CheckoutCart> createCheckoutCart(CheckoutCart value)
JAXBElement
<
CheckoutCart
>
}
public javax.xml.bind.JAXBElement<CheckoutCartResponse> createCheckoutCartResponse(CheckoutCartResponse value)
JAXBElement
<
CheckoutCartResponse
>
}
public javax.xml.bind.JAXBElement<GetCatalogProducts> createGetCatalogProducts(GetCatalogProducts value)
JAXBElement
<
GetCatalogProducts
>
}
public javax.xml.bind.JAXBElement<Add> createAdd(Add value)
JAXBElement
<
Add
>
}
public javax.xml.bind.JAXBElement<AddResponse> createAddResponse(AddResponse value)
JAXBElement
<
AddResponse
>
}
public javax.xml.bind.JAXBElement<GetCartProducts> createGetCartProducts(GetCartProducts value)
JAXBElement
<
GetCartProducts
>
}
public javax.xml.bind.JAXBElement<GetCartProductsResponse> createGetCartProductsResponse(GetCartProductsResponse value)
JAXBElement
<
GetCartProductsResponse
>
}
public javax.xml.bind.JAXBElement<java.lang.Integer> createNotFoundFault(java.lang.Integer value)
JAXBElement
<
Integer
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |