public class ContentServiceSoapBindingStub extends org.apache.axis.client.Stub implements ContentServiceSoapPort
| Constructor and Description |
|---|
ContentServiceSoapBindingStub() |
ContentServiceSoapBindingStub(javax.xml.rpc.Service service) |
ContentServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
Content[] |
clear(Predicate items,
java.lang.String property)
Clears content from the repository.
|
protected org.apache.axis.client.Call |
createCall() |
Content[] |
read(Predicate items,
java.lang.String property)
Retrieves content from the repository.
|
Content |
transform(Reference source,
java.lang.String property,
Reference destinationReference,
java.lang.String destinationProperty,
ContentFormat destinationFormat)
Transforms content from one mimetype to another.
|
Content |
write(Reference node,
java.lang.String property,
byte[] content,
ContentFormat format)
Writes content to the repository.
|
Content |
writeWithAttachment(Reference node,
java.lang.String property,
ContentFormat format)
Writes attached content to the repository.
|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsernamepublic ContentServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ContentServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ContentServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic Content[] read(Predicate items, java.lang.String property) throws java.rmi.RemoteException, ContentFault
read in interface ContentServiceSoapPortjava.rmi.RemoteExceptionContentFaultpublic Content write(Reference node, java.lang.String property, byte[] content, ContentFormat format) throws java.rmi.RemoteException, ContentFault
write in interface ContentServiceSoapPortjava.rmi.RemoteExceptionContentFaultpublic Content writeWithAttachment(Reference node, java.lang.String property, ContentFormat format) throws java.rmi.RemoteException, ContentFault
writeWithAttachment in interface ContentServiceSoapPortjava.rmi.RemoteExceptionContentFaultpublic Content[] clear(Predicate items, java.lang.String property) throws java.rmi.RemoteException, ContentFault
clear in interface ContentServiceSoapPortjava.rmi.RemoteExceptionContentFaultpublic Content transform(Reference source, java.lang.String property, Reference destinationReference, java.lang.String destinationProperty, ContentFormat destinationFormat) throws java.rmi.RemoteException, ContentFault
transform in interface ContentServiceSoapPortjava.rmi.RemoteExceptionContentFaultCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.