1-Wire Weather Service for Java -- Monitor API

Uses of Class
wxservice.ws.ServiceException

Packages that use ServiceException
wxservice.ws   
 

Uses of ServiceException in wxservice.ws
 

Fields in wxservice.ws declared as ServiceException
private  ServiceException ServiceException_Exception.faultInfo
          Java type that goes as soapenv:Fault detail element.
 

Methods in wxservice.ws that return ServiceException
 ServiceException ObjectFactory.createServiceException()
          Create an instance of ServiceException
 ServiceException ServiceException_Exception.getFaultInfo()
           
 

Methods in wxservice.ws that return types with arguments of type ServiceException
 javax.xml.bind.JAXBElement<ServiceException> ObjectFactory.createServiceException(ServiceException value)
          Create an instance of JAXBElement<ServiceException>}
 

Methods in wxservice.ws with parameters of type ServiceException
 javax.xml.bind.JAXBElement<ServiceException> ObjectFactory.createServiceException(ServiceException value)
          Create an instance of JAXBElement<ServiceException>}
 

Constructors in wxservice.ws with parameters of type ServiceException
ServiceException_Exception(java.lang.String message, ServiceException faultInfo)
           
ServiceException_Exception(java.lang.String message, ServiceException faultInfo, java.lang.Throwable cause)
           
 


Copyright © 2005-2009 Karl Uppiano