| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
| Constructor and Description |
|---|
IRuleTaskStub() |
IRuleTaskStub(javax.xml.rpc.Service service) |
IRuleTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
Rule |
composeNewACRule(AccessControlRuleDef aruledef) |
Rule |
composeNewIntRule(InterceptorRuleDef intdef) |
Rule |
composeNewNonStatRule(ComplexRuleDef ruledef) |
Rule |
composeNewStatRule(ComplexRuleDef ruledef) |
java.lang.String |
computeReferenceInfo(Rule rule) |
protected org.apache.axis.client.Call |
createCall() |
AccessControlRuleDef |
decomposeACRubric(Rubric rubric) |
AccessControlRuleDef |
decomposeACRule(Rule rule) |
ComplexRuleDef |
decomposeComplexRule(Rule rule) |
InterceptorRuleDef |
decomposeIntRule(Rule rule) |
java.lang.String |
describeIntRule(Rule rule) |
java.lang.String |
describeMonitoringRule(Rule rule) |
Rule[] |
enumRules() |
Xmlns[] |
stringToXmlnsVector(java.lang.String nsDecls) |
java.lang.String |
xmlnsVectorToString(Xmlns[] ns) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IRuleTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IRuleTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IRuleTaskStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate void addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic AccessControlRuleDef decomposeACRule(Rule rule) throws java.rmi.RemoteException
decomposeACRule in interface IRuleTaskjava.rmi.RemoteExceptionpublic InterceptorRuleDef decomposeIntRule(Rule rule) throws java.rmi.RemoteException
decomposeIntRule in interface IRuleTaskjava.rmi.RemoteExceptionpublic Rule composeNewACRule(AccessControlRuleDef aruledef) throws java.rmi.RemoteException
composeNewACRule in interface IRuleTaskjava.rmi.RemoteExceptionpublic java.lang.String describeIntRule(Rule rule) throws java.rmi.RemoteException
describeIntRule in interface IRuleTaskjava.rmi.RemoteExceptionpublic Rule[] enumRules() throws java.rmi.RemoteException
public java.lang.String describeMonitoringRule(Rule rule) throws java.rmi.RemoteException
describeMonitoringRule in interface IRuleTaskjava.rmi.RemoteExceptionpublic ComplexRuleDef decomposeComplexRule(Rule rule) throws java.rmi.RemoteException
decomposeComplexRule in interface IRuleTaskjava.rmi.RemoteExceptionpublic java.lang.String xmlnsVectorToString(Xmlns[] ns) throws java.rmi.RemoteException
xmlnsVectorToString in interface IRuleTaskjava.rmi.RemoteExceptionpublic AccessControlRuleDef decomposeACRubric(Rubric rubric) throws java.rmi.RemoteException
decomposeACRubric in interface IRuleTaskjava.rmi.RemoteExceptionpublic Rule composeNewNonStatRule(ComplexRuleDef ruledef) throws java.rmi.RemoteException
composeNewNonStatRule in interface IRuleTaskjava.rmi.RemoteExceptionpublic Xmlns[] stringToXmlnsVector(java.lang.String nsDecls) throws java.rmi.RemoteException
stringToXmlnsVector in interface IRuleTaskjava.rmi.RemoteExceptionpublic java.lang.String computeReferenceInfo(Rule rule) throws java.rmi.RemoteException
computeReferenceInfo in interface IRuleTaskjava.rmi.RemoteExceptionpublic Rule composeNewStatRule(ComplexRuleDef ruledef) throws java.rmi.RemoteException
composeNewStatRule in interface IRuleTaskjava.rmi.RemoteExceptionpublic Rule composeNewIntRule(InterceptorRuleDef intdef) throws java.rmi.RemoteException
composeNewIntRule in interface IRuleTaskjava.rmi.RemoteException