|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.service.factory.AbstractServiceConfiguration
org.apache.cxf.service.factory.DefaultServiceConfiguration
it.imolinfo.jbi4corba.jbi.cxf.Jbi4CorbaServiceConfiguration
public class Jbi4CorbaServiceConfiguration
CXF Service Configuration that ovverides the minOccurss calculation for the wrapper types. With this calss we can force not-null message part (is not possible to force that using jax-ws 2.1 - should be possible woth jax-ws 2.2). See http://www.nabble.com/CXF---JAXB-%22Java-first-approach%22---remove-minOccurs%3D%220%22-td21692084.html#a22052705
| Field Summary |
|---|
| Fields inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration |
|---|
serviceNamespace |
| Constructor Summary | |
|---|---|
Jbi4CorbaServiceConfiguration()
|
|
| Method Summary | |
|---|---|
Long |
getWrapperPartMaxOccurs(org.apache.cxf.service.model.MessagePartInfo mpi)
Returns always "1". |
Long |
getWrapperPartMinOccurs(org.apache.cxf.service.model.MessagePartInfo mpi)
Returns always "1". |
| Methods inherited from class org.apache.cxf.service.factory.DefaultServiceConfiguration |
|---|
createName, getEndpointName, getFaultName, getHolderType, getInParameterName, getInPartName, getInputMessageName, getInterfaceName, getOperationName, getOutParameterName, getOutPartName, getOutputMessageName, getServiceName, getServiceNamespace, hasOutMessage, isAsync, isHeader, isHolder, isInParam, isOperation, isOutParam, isWrapped, isWrapperPartNillable |
| Methods inherited from class org.apache.cxf.service.factory.AbstractServiceConfiguration |
|---|
getAction, getMEP, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getStyle, getWsdlURL, isRPC, isWrapped, isWrapperPartQualified, setServiceFactory, setServiceNamespace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Jbi4CorbaServiceConfiguration()
| Method Detail |
|---|
public Long getWrapperPartMinOccurs(org.apache.cxf.service.model.MessagePartInfo mpi)
getWrapperPartMinOccurs in class org.apache.cxf.service.factory.DefaultServiceConfigurationpublic Long getWrapperPartMaxOccurs(org.apache.cxf.service.model.MessagePartInfo mpi)
getWrapperPartMaxOccurs in class org.apache.cxf.service.factory.DefaultServiceConfiguration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||