|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.axis.client.Stub
org.cmis.interopserver.services.admin.AdminSoapBindingStub
public class AdminSoapBindingStub
| Field Summary | |
|---|---|
(package private) static org.apache.axis.description.OperationDesc[] |
_operations
|
| Fields inherited from class org.apache.axis.client.Stub |
|---|
_call, 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 | |
|---|---|
long |
createOperator(org.cmis.interopserver.beans.CMISOperator operator)
Creates the given operator. |
void |
deleteOperator(org.cmis.interopserver.beans.CMISOperator operator)
Disables the given operator, which can not match the caller. |
org.cmis.interopserver.beans.CMISOperator[] |
getAllOperators()
Returns list of operators in the caller's COG. |
org.cmis.interopserver.beans.SimpleCOG[] |
getCogs()
Gets a list of valid SimpleCOGs that includes all possible COGs for a post operation such as postCAPAlert() or postIncident(). |
org.cmis.interopserver.beans.SimpleCOG |
getMyCog()
Gets the SimpleCOG of the caller |
org.cmis.interopserver.beans.CMISOperator |
getMyOperator()
Returns the profile of the caller. |
org.cmis.interopserver.beans.CMISOperator |
getOperator(long operatorId)
Returns the given operator for the given id. |
java.lang.String[] |
getValidContactTypeNames()
Returns a list of valid contact types for use in editing/adding contact information for a DMIS operator. |
java.lang.String |
ping()
This method takes no parameters and returns only "pong" indicating success. |
void |
saveMyOperator(org.cmis.interopserver.beans.CMISOperator operator)
Saves the given operator, which must match the profile of the caller. |
void |
saveOperator(org.cmis.interopserver.beans.CMISOperator operator)
Saves the given operator. |
| Methods inherited from class org.apache.axis.client.Stub |
|---|
_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, setUsername |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static org.apache.axis.description.OperationDesc[] _operations
| Constructor Detail |
|---|
public AdminSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public AdminSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public AdminSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault| Method Detail |
|---|
public org.cmis.interopserver.beans.SimpleCOG[] getCogs()
throws java.rmi.RemoteException
org.cmis.interopserver.services.base.BasepostCAPAlert() or postIncident(). All COGs EXCEPT the operator's COG
will be returned.
getCogs in interface org.cmis.interopserver.services.base.Basejava.rmi.RemoteException - An exception occurred remotely
public org.cmis.interopserver.beans.SimpleCOG getMyCog()
throws java.rmi.RemoteException
org.cmis.interopserver.services.base.Base
getMyCog in interface org.cmis.interopserver.services.base.Basejava.rmi.RemoteException - An exception occurred remotely
public java.lang.String ping()
throws java.rmi.RemoteException
org.cmis.interopserver.services.base.Base
ping in interface org.cmis.interopserver.services.base.Basejava.rmi.RemoteException - An exception occurred remotely
public java.lang.String[] getValidContactTypeNames()
throws java.rmi.RemoteException
Admin
getValidContactTypeNames in interface Adminjava.rmi.RemoteException - A remote exception occurred.
public org.cmis.interopserver.beans.CMISOperator[] getAllOperators()
throws java.rmi.RemoteException
Admin
getAllOperators in interface Adminjava.rmi.RemoteException - A remote exception occurred.
public org.cmis.interopserver.beans.CMISOperator getMyOperator()
throws java.rmi.RemoteException
Admin
getMyOperator in interface Adminjava.rmi.RemoteException - A remote exception occurred.
public org.cmis.interopserver.beans.CMISOperator getOperator(long operatorId)
throws java.rmi.RemoteException
Admin
getOperator in interface AdminoperatorId - id of the operator to be retrieved
java.rmi.RemoteException
public long createOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
Admin
createOperator in interface Adminoperator - Operator profile of the DMIS operator to be created. (Default permissions)
java.rmi.RemoteException - A remote exception occurred.
public void deleteOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
Admin
deleteOperator in interface Adminoperator - A DMIS operator to be deleted
java.rmi.RemoteException - A remote exception occurred.
public void saveMyOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
Admin
saveMyOperator in interface Adminoperator - The DMIS operator profile of the caller
java.rmi.RemoteException - When given operator is not the current.
public void saveOperator(org.cmis.interopserver.beans.CMISOperator operator)
throws java.rmi.RemoteException
Admin
saveOperator in interface Adminoperator - A DMIS operator
java.rmi.RemoteException - A remote exception occurred.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||