org.apache.ws.resource.faults
Class ErrorCode

java.lang.Object
  extended byorg.apache.ws.resource.faults.ErrorCode

public class ErrorCode
extends java.lang.Object

LOG-DONE The WS-BaseFaults error code type.

Author:
Ian P. Springer

Field Summary
static org.apache.ws.util.i18n.Messages MSG
           
 
Constructor Summary
ErrorCode(java.net.URI dialect)
          Creates a new ErrorCode object.
 
Method Summary
 javax.xml.soap.SOAPElement[] getContent()
          DOCUMENT_ME
 java.net.URI getDialect()
          DOCUMENT_ME
 void setContent(javax.xml.soap.SOAPElement[] content)
          DOCUMENT_ME
 java.lang.String toString()
          DOCUMENT_ME
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MSG

public static final org.apache.ws.util.i18n.Messages MSG
Constructor Detail

ErrorCode

public ErrorCode(java.net.URI dialect)
Creates a new ErrorCode object.

Parameters:
dialect - DOCUMENT_ME
Method Detail

setContent

public void setContent(javax.xml.soap.SOAPElement[] content)
DOCUMENT_ME

Parameters:
content - DOCUMENT_ME

getContent

public javax.xml.soap.SOAPElement[] getContent()
DOCUMENT_ME

Returns:
DOCUMENT_ME

getDialect

public java.net.URI getDialect()
DOCUMENT_ME

Returns:
DOCUMENT_ME

toString

public java.lang.String toString()
DOCUMENT_ME

Returns:
DOCUMENT_ME


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.