|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.client.Stub
org.exist.soap.AdminSoapBindingStub
Field Summary |
Fields inherited from class org.apache.axis.client.Stub |
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
Fields inherited from interface javax.xml.rpc.Stub |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
Constructor Summary | |
AdminSoapBindingStub()
|
|
AdminSoapBindingStub(javax.xml.rpc.Service service)
|
|
AdminSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
|
Method Summary | |
java.lang.String |
connect(java.lang.String in0,
java.lang.String in1)
Create a new user session. |
boolean |
createCollection(java.lang.String in0,
java.lang.String in1)
Create a new collection using the specified path. |
void |
disconnect(java.lang.String in0)
Release a user session. |
boolean |
removeCollection(java.lang.String in0,
java.lang.String in1)
Remove the specified collection. |
boolean |
removeDocument(java.lang.String in0,
java.lang.String in1)
Remove the specified document. |
void |
store(java.lang.String in0,
byte[] in1,
java.lang.String in2,
java.lang.String in3,
boolean in4)
Store a new document into the database. |
int |
xupdate(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
Apply a set of XUpdate modifications to a collection. |
int |
xupdateResource(java.lang.String in0,
java.lang.String in1,
java.lang.String in2)
Apply a set of XUpdate modifications to the specified document. |
Methods inherited from class org.apache.axis.client.Stub |
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdminSoapBindingStub() throws org.apache.axis.AxisFault
public AdminSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
public AdminSoapBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
Method Detail |
public void store(java.lang.String in0, byte[] in1, java.lang.String in2, java.lang.String in3, boolean in4) throws java.rmi.RemoteException
Admin
store
in interface Admin
in0
- a unique id for the created session.in1
- the document contents as base64 encoded binary data.in2
- the character encoding used for the document data.in3
- the target path for the new document.in4
- should an existing document be replaced?
java.rmi.RemoteException
public java.lang.String connect(java.lang.String in0, java.lang.String in1) throws java.rmi.RemoteException
Admin
connect
in interface Admin
in0
- in1
-
java.rmi.RemoteException
- if the user cannot log inpublic void disconnect(java.lang.String in0) throws java.rmi.RemoteException
Admin
disconnect
in interface Admin
in0
- a valid session id as returned by connect().
java.rmi.RemoteException
public boolean removeCollection(java.lang.String in0, java.lang.String in1) throws java.rmi.RemoteException
Admin
removeCollection
in interface Admin
in0
- sessionId a unique id for the created session.in1
- the full path to the collection.
java.rmi.RemoteException
public boolean removeDocument(java.lang.String in0, java.lang.String in1) throws java.rmi.RemoteException
Admin
removeDocument
in interface Admin
in0
- a unique id for the created session.in1
- the full path to the document.
java.rmi.RemoteException
public boolean createCollection(java.lang.String in0, java.lang.String in1) throws java.rmi.RemoteException
Admin
createCollection
in interface Admin
in0
- a unique id for the created session.in1
- the full path to the collection.
java.rmi.RemoteException
public int xupdate(java.lang.String in0, java.lang.String in1, java.lang.String in2) throws java.rmi.RemoteException
Admin
xupdate
in interface Admin
in0
- a unique id for the created session.in1
- the full path to the collection.in2
- the XUpdate document to be applied.
java.rmi.RemoteException
public int xupdateResource(java.lang.String in0, java.lang.String in1, java.lang.String in2) throws java.rmi.RemoteException
Admin
xupdateResource
in interface Admin
in0
- a unique id for the created session.in1
- the full path to the document.in2
- the XUpdate document to be applied.
java.rmi.RemoteException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |