|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
WSAddressingFactory
with the key
org.ow2.petals.component.framework.api.WSStar.ADDRESSING_KEYQName.
Document from a Source.
Document from a Source.
<s:Fault xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<faultcode>{org.objectweb.petals}ERROR</faultcode>
<faultstring>mesage</faultstring>
<faultactor>component</faultactor>
<detail>
...
- createSource(String) -
Method in interface org.ow2.petals.component.framework.api.util.SourceUtil
- Create a Source from the String.
- createSource(String, String) -
Method in interface org.ow2.petals.component.framework.api.util.SourceUtil
- Create a Source from the String with a specified encoding format.
- createStreamSource(Document) -
Method in interface org.ow2.petals.component.framework.api.util.SourceUtil
- Create a Stream Source from the DOM document.
- createString(Source) -
Method in interface org.ow2.petals.component.framework.api.util.SourceUtil
- Create a
String from a Source.
- createString(Source, boolean) -
Method in interface org.ow2.petals.component.framework.api.util.SourceUtil
- Create a
String from a Source.
- createTransformer(Hashtable<String, String>, Source) -
Method in interface org.ow2.petals.component.framework.api.util.XSLTUtil
- Create the transformer
- createTransformer(Source) -
Method in interface org.ow2.petals.component.framework.api.util.XSLTUtil
- Create a transformer
- createWSDL20Endpoint(ServiceEndpoint) -
Method in interface org.ow2.petals.component.framework.api.util.WSDLUtil
- Create a WSDL2.0 enpoint from the given ServiceEndpoint.
- createWsdlDescription(URL) -
Method in interface org.ow2.petals.component.framework.api.util.WSDLUtil
- Create a wsdl description.
- createWsdlDescription(URL, boolean) -
Method in interface org.ow2.petals.component.framework.api.util.WSDLUtil
- Create a wsdl description.
- createWsdlDescription(URL, boolean, boolean) -
Method in interface org.ow2.petals.component.framework.api.util.WSDLUtil
- Create a wsdl description.
FaultException.getFaultCode(),
the fault string is set with the value returned by
Throwable.getMessage(),
the fault actor is set with the value returned by
FaultException.getFaultActor(),
the detail is set with the exception document returned by
DocumentException.getDocument()().
value().equals(mep)
which is
almost 10 times slower...
FaultException.getFaultCode(),
the fault string is set with the value returned by
Throwable.getMessage(),
the fault actor is set with the value returned by
FaultException.getFaultActor(),
the detail is set with the exception stack trace.Properties object by
values found in external properties file denoted by the given
propertiesFilePath.
Properties object by
values found in fromProperties Properties object.
Set.
Set.
Interceptor
Properties object from a properties file path.
RegisterPublisher payload to the broker.
RegisterPublisher payload to the broker.
Fault with the given Exception and set it in the
MessageExchange
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||