Uses of Class
javax.xml.ws.ProtocolException

Packages that use ProtocolException
javax.xml.ws.http   
javax.xml.ws.soap   
org.apache.axis2.jaxws   
org.apache.axis2.jaxws.marshaller.impl.alt   
 

Uses of ProtocolException in javax.xml.ws.http
 

Subclasses of ProtocolException in javax.xml.ws.http
 class HTTPException
           
 

Uses of ProtocolException in javax.xml.ws.soap
 

Subclasses of ProtocolException in javax.xml.ws.soap
 class SOAPFaultException
           
 

Uses of ProtocolException in org.apache.axis2.jaxws
 

Methods in org.apache.axis2.jaxws that return ProtocolException
static ProtocolException ExceptionFactory.makeProtocolException(java.lang.String message, java.lang.Throwable throwable)
          Create a ProtocolException using the information from a Throwable and message
 

Uses of ProtocolException in org.apache.axis2.jaxws.marshaller.impl.alt
 

Methods in org.apache.axis2.jaxws.marshaller.impl.alt that return ProtocolException
static ProtocolException MethodMarshallerUtils.createSystemException(XMLFault xmlFault, Message message)
          Create a system exception
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.