A B C G R S W

A

add(E) - Method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils.RestrictedAccessList
 
addCode(Object) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.ErrorCode
add a Error code the the list
addDescription(BaseFaultType.Description) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
Add a description to the fault

B

BASE_FAULT_QNAME - Static variable in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.WsrfbfConstants
WS-BASEFAULTS XML schema QNames
BaseFaultType - Interface in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction
Interface related to "BaseFaultType" WS-BaseFaults type Thought to be the most "user-friendly" as possible according to WS-BaseFaults specification (part of WS-Resource specifications set) content and especially its associated XML Schema
BaseFaultType.Description - Interface in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction
Interface related to "BaseFaultType.Description" WS-BaseFaults sub-type Thought to be the most "user-friendly" as possible according to WS-BaseFaults specification (part of WS-Resource specifications set) content and especially its associated XML Schema
BaseFaultType.ErrorCode - Interface in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction
Interface related to "BaseFaultType.ErrorCode" WS-BaseFaults sub-type Thought to be the most "user-friendly" as possible according to WS-BaseFaults specification (part of WS-Resource specifications set) content and especially its associated XML Schema
BaseFaultType.FaultCause - Interface in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction
Interface related to "BaseFaultType.FaultCause" WS-BaseFaults sub-type Thought to be the most "user-friendly" as possible according to WS-BaseFaults specification (part of WS-Resource specifications set) content and especially its associated XML Schema

C

com.ebmwebsourcing.wsstar.basefaults.datatypes.api - package com.ebmwebsourcing.wsstar.basefaults.datatypes.api
 
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction - package com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction
 
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor - package com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor
 
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction - package com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction
 
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils - package com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils
 
createBaseFaultType(Date) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.WsrfbfFactory
create a minimal BaseFaultType object, respect to "model implementation"
createBaseFaultType(Date) - Method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
 
createBaseFaultTypeDescription(String) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.WsrfbfFactory
create a minimal BaseFaultType.Description object, respect to "model implementation"
createBaseFaultTypeDescription(String) - Method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
 
createBaseFaultTypeErrorCode(URI) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.WsrfbfFactory
create a minimal BaseFaultType.ErrorCode object, respect to "model implementation"
createBaseFaultTypeErrorCode(URI) - Method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
 
createBaseFaultTypeFaultCause(Element) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.WsrfbfFactory
create a minimal BaseFaultType.FaultCause object, respect to "model implementation"
createBaseFaultTypeFaultCause(Element) - Method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
 
createWsrfbfModelBaseFaultType(Date) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor.WsrfbfModelFactory
create a minimal BaseFaultType object, respect to "model implementation"
createWsrfbfModelBaseFaultTypeDescription(String) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor.WsrfbfModelFactory
create a minimal BaseFaultType.Description object, respect to "model implementation"
createWsrfbfModelBaseFaultTypeErrorCode(URI) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor.WsrfbfModelFactory
create a minimal BaseFaultType.ErrorCode object, respect to "model implementation"
createWsrfbfModelBaseFaultTypeFaultCause(Element) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor.WsrfbfModelFactory
create a minimal BaseFaultType.FaultCause object, respect to "model implementation"

G

getAny() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.FaultCause
Get the Fault cause value as an BaseFaultType Object if tha associated xml-schema is defined in the "WS-Resource" xmlSchemas.
getCodes() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.ErrorCode
Get the list of Error code
getDescriptions() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
Get the list of descriptions of the fault
getDialect() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.ErrorCode
Get the dialect associated to the Error Code used
getErrorCode() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
Get the error code of the fault
getFaultCause() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
Get the Fault cause of the fault
getFaultCode() - Method in exception com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils.WsrfbfException
 
getInstance() - Static method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
 
getInstance(WsrfbfModelFactory) - Static method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
 
getLang() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.Description
Get the language of the description (based on "ISO 639 code")
getModel() - Method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
Get the model's factory implementation used.
getOriginator() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
Get the "originator" - means endpoint that has reported the fault - of the fault
getTimestamp() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
Get the timestamp - creation date - of the fault
getValue() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.Description
Get the description content
getWsrfbfModelReader() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor.WsrfbfModelFactory
Get a instance of WsrfbfReader class , respect to "model implementation"
getWsrfbfModelWriter() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor.WsrfbfModelFactory
Get a instance of WsrfbfaWriter class, respect to "model implementation"
getWsrfbfReader() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.WsrfbfFactory
Get a instance of WsrfbfReader class , respect to "model implementation"
getWsrfbfReader() - Method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
 
getWsrfbfWriter() - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.WsrfbfFactory
Get a instance of WsrfbfWriter class, respect to "model implementation"
getWsrfbfWriter() - Method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
 

R

readBaseFaultType(Document) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.WsrfbfReader
 
RefinedWsrfbfFactory - Class in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction
Implementation, following the "Singleton" design pattern, of the WsrfbfFactory factory interface.
RestrictedAccessList<E> - Class in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils
 
RestrictedAccessList(Logger) - Constructor for class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils.RestrictedAccessList
 

S

serialVersionUID - Static variable in exception com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils.WsrfbfException
 
setAny(Element) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.FaultCause
Set Element representation of an inherited BaseFaultType type
setDialect(URI) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.ErrorCode
Set the dialect associated to the Error Code used
setErrorCode(BaseFaultType.ErrorCode) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
Set the error code of the fault
setFaultCause(BaseFaultType.FaultCause) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
Set the Fault cause of the fault
setLang(Locale) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.Description
Set the language of the description (based on "ISO 639 code")
setModel(WsrfbfModelFactory) - Method in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.refinedabstraction.RefinedWsrfbfFactory
Set the model's factory implementation to used.
setOriginator(EndpointReferenceType) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
Set the "originator" - means endpoint that has reported the fault - of the fault
setTimestamp(Date) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType
Set the timestamp - creation date - of the fault
setValue(String) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.BaseFaultType.Description
Set the description content

W

writeBaseFaultTypeAsDOM(BaseFaultType) - Method in interface com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction.WsrfbfWriter
 
WS_BASE_FAULTS_NAMESPACE_URI - Static variable in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.WsrfbfConstants
WS-BASEFAULTS "normative" namespace
WS_BASE_FAULTS_PREFIX - Static variable in class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.WsrfbfConstants
WS-BASEFAULTS commonly used prefix
WsrfbfConstants - Class in com.ebmwebsourcing.wsstar.basefaults.datatypes.api
Constants of WS-BaseFaults
WsrfbfConstants() - Constructor for class com.ebmwebsourcing.wsstar.basefaults.datatypes.api.WsrfbfConstants
 
WsrfbfException - Exception in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils
 
WsrfbfException(String, String, Throwable) - Constructor for exception com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils.WsrfbfException
 
WsrfbfException(String, Throwable) - Constructor for exception com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils.WsrfbfException
 
WsrfbfException(Throwable) - Constructor for exception com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils.WsrfbfException
 
WsrfbfException(String) - Constructor for exception com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils.WsrfbfException
 
WsrfbfException(String, String) - Constructor for exception com.ebmwebsourcing.wsstar.basefaults.datatypes.api.utils.WsrfbfException
 
WsrfbfFactory - Interface in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction
Interface of the factory that must provide creation methods of WS-BaseFaults Types.
WsrfbfModelFactory - Interface in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor
Interface of the "model's factory" that must provide creation methods of WS-BaseFaults Types, called by the "RefinedAbstraction"(see "Bridge" design pattern details for more details ).
WsrfbfReader - Interface in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction
 
WsrfbfWriter - Interface in com.ebmwebsourcing.wsstar.basefaults.datatypes.api.abstraction
 

A B C G R S W

Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.