Uses of Class
org.uddi.inquiry_v2.DispositionReport

Packages that use DispositionReport
org.ow2.dragon.service.uddi.v2.error   
org.ow2.dragon.service.uddi.v2.impl   
org.uddi.inquiry_v2   
 

Uses of DispositionReport in org.ow2.dragon.service.uddi.v2.error
 

Subclasses of DispositionReport in org.ow2.dragon.service.uddi.v2.error
 class AssertionNotFoundException
          E_assertionNotFound: (30000) Signifies that a particular publisher assertion cannot be identified in a save or delete operation.
 class AuthenticationException
          Parenent of all Authentication exceptions.
 class AuthTokenExpiredException
          E_authTokenExpired: (10110) Signifies that the authentication token information has timed out.
 class AuthTokenRequiredException
          E_authTokenRequired: (10120) Signifies that an authentication token is missing or is invalid for an API call that requires authentication.
 class FatalErrorException
          E_fatalError: (10500) Signifies that a serious technical error has occurred while processing the request.
 class InvalidCombinationException
          E_invalidCombination: (40500) Signifies conflicting find qualifiers have been specified.
 class InvalidKeyPassedException
          E_invalidKeyPassed: (10210) Signifies that the uddiKey value passed did not match with any known key values.
 class InvalidProjectionException
          E_invalidProjection: (20230) Signifies that an attempt was made to save a businessEntity containing a service projection where the serviceKey does not belong to the business designated by the businessKey.
 class KeyUnavailableException
          E_keyUnavailable: (40100) Signifies that the proposed key is in a partition that has already been assigned to some other publisher.
 class RegistryException
          Parent Exception for all UDDI registry exceptions
 class TokenAlreadyExistsException
          E_tokenAlreadyExists: (40070) Signifies that one or more of the businessKey or tModelKey elements that identify entities to be transferred are not owned by the publisher identified by the authInfo element.
 class TransferNotAllowedException
          E_transferNotAllowed: (40600) Signifies that the transfer of one or more entities has been by either the custodial node or the target node because the transfer token has expired or an attempt was made to transfer an unauthorized entity
 class UnknownUserException
          E_unknownUser: (10150) Signifies that the user ID and password pair passed in a get_authToken API is not known to the UDDI node or is not valid.
 class UnsupportedException
          E_unsupported: (10050) Signifies that the implementer does not support a feature or API.
 class UserMismatchException
          E_userMismatch: (10140) Signifies that an attempt was made to use the publishing API to change data that is controlled by another party.
 class ValueNotAllowedException
          E_valueNotAllowed: (20210) Signifies that a value did not pass validation because of contextual issues.
 

Uses of DispositionReport in org.ow2.dragon.service.uddi.v2.impl
 

Methods in org.ow2.dragon.service.uddi.v2.impl that throw DispositionReport
 BindingDetail InquireImpl.findBinding(FindBinding body)
           
 BusinessList InquireImpl.findBusiness(FindBusiness body)
           
 RelatedBusinessesList InquireImpl.findRelatedBusinesses(FindRelatedBusinesses body)
           
 ServiceList InquireImpl.findService(FindService body)
           
 TModelList InquireImpl.findTModel(FindTModel body)
           
 BindingDetail InquireImpl.getBindingDetail(GetBindingDetail body)
           
 BusinessDetail InquireImpl.getBusinessDetail(GetBusinessDetail body)
           
 BusinessDetailExt InquireImpl.getBusinessDetailExt(GetBusinessDetailExt body)
           
 ServiceDetail InquireImpl.getServiceDetail(GetServiceDetail body)
           
 TModelDetail InquireImpl.getTModelDetail(GetTModelDetail body)
           
 

Uses of DispositionReport in org.uddi.inquiry_v2
 

Methods in org.uddi.inquiry_v2 that throw DispositionReport
 BindingDetail Inquire.findBinding(FindBinding body)
           
 BusinessList Inquire.findBusiness(FindBusiness body)
           
 RelatedBusinessesList Inquire.findRelatedBusinesses(FindRelatedBusinesses body)
           
 ServiceList Inquire.findService(FindService body)
           
 TModelList Inquire.findTModel(FindTModel body)
           
 BindingDetail Inquire.getBindingDetail(GetBindingDetail body)
           
 BusinessDetail Inquire.getBusinessDetail(GetBusinessDetail body)
           
 BusinessDetailExt Inquire.getBusinessDetailExt(GetBusinessDetailExt body)
           
 ServiceDetail Inquire.getServiceDetail(GetServiceDetail body)
           
 TModelDetail Inquire.getTModelDetail(GetTModelDetail body)
           
 



Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.