Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.mdds
Interface MddsErrorHandler


public interface MddsErrorHandler

Created by IntelliJ IDEA. User: tgleason Date: Apr 27, 2005 Time: 11:07:21 AM To change this template use File | Settings | File Templates.


Field Summary
static String REASON_INTERNAL_ERROR
           
static String REASON_INVALID_WSDL
           
static String REASON_NOT_SUPPORTED
           
static String REASON_UNKNOWN
           

 

Method Summary
 void failedToModelOperation(Operation operation, String reason, String detail)
           
 void failedToModelPort(Port port, String reason, String detail)
           

 

Field Detail

REASON_NOT_SUPPORTED

static final String REASON_NOT_SUPPORTED
See Also:
Constant Field Values

REASON_INVALID_WSDL

static final String REASON_INVALID_WSDL
See Also:
Constant Field Values

REASON_INTERNAL_ERROR

static final String REASON_INTERNAL_ERROR
See Also:
Constant Field Values

REASON_UNKNOWN

static final String REASON_UNKNOWN
See Also:
Constant Field Values

Method Detail

failedToModelPort

void failedToModelPort(Port port,
                       String reason,
                       String detail)
                       throws MddsException
Throws:
MddsException

failedToModelOperation

void failedToModelOperation(Operation operation,
                            String reason,
                            String detail)
                            throws MddsException
Throws:
MddsException

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.