org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs
Interface CodedNodeSetPortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
CodedNodeSetPortTypeSOAPBindingStub

public interface CodedNodeSetPortType
extends java.rmi.Remote


Method Summary
 org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy destroyRequest)
           
 DifferenceResponse difference(DifferenceRequest parameters)
           
 org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
           
 org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
           
 GetServiceSecurityMetadataResponse getServiceSecurityMetadata(GetServiceSecurityMetadataRequest parameters)
           
 IntersectResponse intersect(IntersectRequest parameters)
           
 IsCodeInSetResponse isCodeInSet(IsCodeInSetRequest parameters)
           
 org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element queryResourcePropertiesRequest)
           
 ResolveResponse resolve(ResolveRequest parameters)
           
 ResolveToListResponse resolveToList(ResolveToListRequest parameters)
           
 RestrictToCodesResponse restrictToCodes(RestrictToCodesRequest parameters)
           
 RestrictToMatchingDesignationsResponse restrictToMatchingDesignations(RestrictToMatchingDesignationsRequest parameters)
           
 RestrictToMatchingPropertiesResponse restrictToMatchingProperties(RestrictToMatchingPropertiesRequest parameters)
           
 RestrictToPropertiesResponse restrictToProperties(RestrictToPropertiesRequest parameters)
           
 RestrictToStatusResponse restrictToStatus(RestrictToStatusRequest parameters)
           
 org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime setTerminationTimeRequest)
           
 UnionResponse union(UnionRequest parameters)
           
 

Method Detail

resolveToList

ResolveToListResponse resolveToList(ResolveToListRequest parameters)
                                    throws java.rmi.RemoteException,
                                           InvalidServiceContextAccess,
                                           LBParameterException,
                                           LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

restrictToCodes

RestrictToCodesResponse restrictToCodes(RestrictToCodesRequest parameters)
                                        throws java.rmi.RemoteException,
                                               InvalidServiceContextAccess,
                                               LBParameterException,
                                               LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

isCodeInSet

IsCodeInSetResponse isCodeInSet(IsCodeInSetRequest parameters)
                                throws java.rmi.RemoteException,
                                       InvalidServiceContextAccess,
                                       LBParameterException,
                                       LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

restrictToMatchingDesignations

RestrictToMatchingDesignationsResponse restrictToMatchingDesignations(RestrictToMatchingDesignationsRequest parameters)
                                                                      throws java.rmi.RemoteException,
                                                                             InvalidServiceContextAccess,
                                                                             LBParameterException,
                                                                             LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

resolve

ResolveResponse resolve(ResolveRequest parameters)
                        throws java.rmi.RemoteException,
                               InvalidServiceContextAccess,
                               LBParameterException,
                               LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

restrictToStatus

RestrictToStatusResponse restrictToStatus(RestrictToStatusRequest parameters)
                                          throws java.rmi.RemoteException,
                                                 InvalidServiceContextAccess,
                                                 LBParameterException,
                                                 LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

intersect

IntersectResponse intersect(IntersectRequest parameters)
                            throws java.rmi.RemoteException,
                                   InvalidServiceContextAccess,
                                   LBParameterException,
                                   LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

union

UnionResponse union(UnionRequest parameters)
                    throws java.rmi.RemoteException,
                           InvalidServiceContextAccess,
                           LBParameterException,
                           LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

difference

DifferenceResponse difference(DifferenceRequest parameters)
                              throws java.rmi.RemoteException,
                                     InvalidServiceContextAccess,
                                     LBParameterException,
                                     LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

restrictToProperties

RestrictToPropertiesResponse restrictToProperties(RestrictToPropertiesRequest parameters)
                                                  throws java.rmi.RemoteException,
                                                         InvalidServiceContextAccess,
                                                         LBParameterException,
                                                         LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

restrictToMatchingProperties

RestrictToMatchingPropertiesResponse restrictToMatchingProperties(RestrictToMatchingPropertiesRequest parameters)
                                                                  throws java.rmi.RemoteException,
                                                                         InvalidServiceContextAccess,
                                                                         LBParameterException,
                                                                         LBInvocationException
Throws:
java.rmi.RemoteException
InvalidServiceContextAccess
LBParameterException
LBInvocationException

getServiceSecurityMetadata

GetServiceSecurityMetadataResponse getServiceSecurityMetadata(GetServiceSecurityMetadataRequest parameters)
                                                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getMultipleResourceProperties

org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
                                                                                              throws java.rmi.RemoteException,
                                                                                                     org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                                     org.oasis.wsrf.properties.ResourceUnknownFaultType
Throws:
java.rmi.RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType

getResourceProperty

org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
                                                                          throws java.rmi.RemoteException,
                                                                                 org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                 org.oasis.wsrf.properties.ResourceUnknownFaultType
Throws:
java.rmi.RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType

queryResourceProperties

org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element queryResourcePropertiesRequest)
                                                                                  throws java.rmi.RemoteException,
                                                                                         org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                         org.oasis.wsrf.properties.InvalidQueryExpressionFaultType,
                                                                                         org.oasis.wsrf.properties.QueryEvaluationErrorFaultType,
                                                                                         org.oasis.wsrf.properties.ResourceUnknownFaultType,
                                                                                         org.oasis.wsrf.properties.UnknownQueryExpressionDialectFaultType
Throws:
java.rmi.RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.InvalidQueryExpressionFaultType
org.oasis.wsrf.properties.QueryEvaluationErrorFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType
org.oasis.wsrf.properties.UnknownQueryExpressionDialectFaultType

destroy

org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy destroyRequest)
                                                throws java.rmi.RemoteException,
                                                       org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType,
                                                       org.oasis.wsrf.lifetime.ResourceUnknownFaultType
Throws:
java.rmi.RemoteException
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType
org.oasis.wsrf.lifetime.ResourceUnknownFaultType

setTerminationTime

org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime setTerminationTimeRequest)
                                                                      throws java.rmi.RemoteException,
                                                                             org.oasis.wsrf.lifetime.UnableToSetTerminationTimeFaultType,
                                                                             org.oasis.wsrf.lifetime.ResourceUnknownFaultType,
                                                                             org.oasis.wsrf.lifetime.TerminationTimeChangeRejectedFaultType
Throws:
java.rmi.RemoteException
org.oasis.wsrf.lifetime.UnableToSetTerminationTimeFaultType
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
org.oasis.wsrf.lifetime.TerminationTimeChangeRejectedFaultType