Searched defs:_SoapAction (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsaddr/impl/
H A DProblemActionTypeImpl.java15 protected java.lang.String _SoapAction; field in class:ProblemActionTypeImpl
32 return _SoapAction;
36 _SoapAction = value;
59 if (_SoapAction!= null) {
64 context.text(((java.lang.String) _SoapAction), "SoapAction");
321 _SoapAction = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/wsaddr/impl/
H A DProblemActionTypeImpl.java15 protected java.lang.String _SoapAction; field in class:ProblemActionTypeImpl
32 return _SoapAction;
36 _SoapAction = value;
59 if (_SoapAction!= null) {
64 context.text(((java.lang.String) _SoapAction), "SoapAction");
321 _SoapAction = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/disco/jaxb/impl/
H A DDescriptionTypeImpl.java16 protected java.lang.String _SoapAction; field in class:DescriptionTypeImpl
48 return _SoapAction;
52 _SoapAction = value;
147 if ((((_SoapAction == null)&&(_ServiceNameRef!= null))&&(_WsdlURI!= null))&&(_Endpoint == null)) {
182 if (_SoapAction!= null) {
187 context.text(((java.lang.String) _SoapAction), "SoapAction");
664 _SoapAction = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/disco/jaxb/impl/
H A DDescriptionTypeImpl.java16 protected java.lang.String _SoapAction; field in class:DescriptionTypeImpl
48 return _SoapAction;
52 _SoapAction = value;
147 if ((((_SoapAction == null)&&(_ServiceNameRef!= null))&&(_WsdlURI!= null))&&(_Endpoint == null)) {
182 if (_SoapAction!= null) {
187 context.text(((java.lang.String) _SoapAction), "SoapAction");
664 _SoapAction = com.sun.xml.bind.WhiteSpaceProcessor.collapse(value);

Completed in 87 milliseconds