|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.service.binding.ObjectServiceFactory
jfun.yan.xfire.DecoratingObjectServiceFactory
public class DecoratingObjectServiceFactory
This implementation uses a ServiceDecorator to decorate Service object is creates before this service object is returned.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.xfire.service.binding.ObjectServiceFactory |
|---|
PORT_TYPE, SOAP_VERSION, STYLE, USE |
| Constructor Summary | |
|---|---|
DecoratingObjectServiceFactory(org.codehaus.xfire.service.binding.BindingProvider provider,
ServiceDecorator decorator)
|
|
DecoratingObjectServiceFactory(ServiceDecorator decorator)
Create a DecoratingObjectServiceFactory object. |
|
DecoratingObjectServiceFactory(org.codehaus.xfire.transport.TransportManager manager,
org.codehaus.xfire.service.binding.BindingProvider provider,
ServiceDecorator decorator)
|
|
DecoratingObjectServiceFactory(org.codehaus.xfire.transport.TransportManager manager,
ServiceDecorator decorator)
|
|
| Method Summary | |
|---|---|
org.codehaus.xfire.service.Service |
create(java.lang.Class clazz)
|
org.codehaus.xfire.service.Service |
create(java.lang.Class clazz,
java.lang.String name,
java.lang.String namespace,
java.util.Map properties)
|
org.codehaus.xfire.service.Service |
create(java.lang.Class clazz,
java.net.URL wsdlUrl)
|
| Methods inherited from class org.codehaus.xfire.service.binding.ObjectServiceFactory |
|---|
addIgnoredMethods, addOperation, create, createBindingOperation, createBindings, createInputMessageName, createOutputMessageName, createSoapBinding, createSoapBinding, getAction, getBindingProvider, getInParameterName, getMEP, getOperationName, getOutParameterName, getSoapVersion, getStyle, getTransportManager, getUse, getWsdlBuilderFactory, hasOutMessage, initializeFaults, initializeOperations, isAsync, isBindingCreationEnabled, isCustomFaultsEnabled, isHeader, isValidMethod, isVoidOneWay, makeServiceNameFromClassName, registerHandlers, setBindingCreationEnabled, setBindingProvider, setCustomFaultsEnabled, setSoapVersion, setStyle, setTransportManager, setUse, setVoidOneWay, setWsdlBuilderFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DecoratingObjectServiceFactory(ServiceDecorator decorator)
decorator - the Decorator object.
public DecoratingObjectServiceFactory(org.codehaus.xfire.service.binding.BindingProvider provider,
ServiceDecorator decorator)
public DecoratingObjectServiceFactory(org.codehaus.xfire.transport.TransportManager manager,
org.codehaus.xfire.service.binding.BindingProvider provider,
ServiceDecorator decorator)
public DecoratingObjectServiceFactory(org.codehaus.xfire.transport.TransportManager manager,
ServiceDecorator decorator)
| Method Detail |
|---|
public org.codehaus.xfire.service.Service create(java.lang.Class clazz,
java.lang.String name,
java.lang.String namespace,
java.util.Map properties)
create in interface org.codehaus.xfire.service.ServiceFactorycreate in class org.codehaus.xfire.service.binding.ObjectServiceFactory
public org.codehaus.xfire.service.Service create(java.lang.Class clazz,
java.net.URL wsdlUrl)
throws java.lang.Exception
create in interface org.codehaus.xfire.service.ServiceFactorycreate in class org.codehaus.xfire.service.binding.ObjectServiceFactoryjava.lang.Exceptionpublic org.codehaus.xfire.service.Service create(java.lang.Class clazz)
create in interface org.codehaus.xfire.service.ServiceFactorycreate in class org.codehaus.xfire.service.binding.ObjectServiceFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||