Package org.apache.cxf.ws.transfer
Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.transfer.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.ws.transfer package.
An ObjectFactory allows you to programmatically 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.transfer -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofCreateCreate an instance ofCreateResponseCreate an instance ofDeleteCreate an instance ofDeleteResponseCreate an instance ofEmptyCreate an instance ofGetCreate an instance ofGetResponseCreate an instance ofPutCreate an instance ofPutResponseCreate an instance ofQNameCreate an instance ofRepresentationCreate an instance ofTransferResourceCreate an instance ofTransferResource.DialectCreate an instance ofTransferResourceFactoryCreate an instance ofTransferResourceFactory.DialectCreate an instance ofURI
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.transfer
-
-
Method Details
-
createTransferResource
Create an instance ofTransferResource- Returns:
- the new instance of
TransferResource
-
createTransferResourceFactory
Create an instance ofTransferResourceFactory- Returns:
- the new instance of
TransferResourceFactory
-
createGet
Create an instance ofGet- Returns:
- the new instance of
Get
-
createGetResponse
Create an instance ofGetResponse- Returns:
- the new instance of
GetResponse
-
createRepresentation
Create an instance ofRepresentation- Returns:
- the new instance of
Representation
-
createPut
Create an instance ofPut- Returns:
- the new instance of
Put
-
createPutResponse
Create an instance ofPutResponse- Returns:
- the new instance of
PutResponse
-
createDelete
Create an instance ofDelete- Returns:
- the new instance of
Delete
-
createDeleteResponse
Create an instance ofDeleteResponse- Returns:
- the new instance of
DeleteResponse
-
createCreate
Create an instance ofCreate- Returns:
- the new instance of
Create
-
createCreateResponse
Create an instance ofCreateResponse- Returns:
- the new instance of
CreateResponse
-
createEmpty
Create an instance ofEmpty- Returns:
- the new instance of
Empty
-
createTransferResourceDialect
Create an instance ofTransferResource.Dialect- Returns:
- the new instance of
TransferResource.Dialect
-
createQName
Create an instance ofQName- Returns:
- the new instance of
QName
-
createTransferResourceFactoryDialect
Create an instance ofTransferResourceFactory.Dialect- Returns:
- the new instance of
TransferResourceFactory.Dialect
-
createURI
Create an instance ofURI- Returns:
- the new instance of
URI
-